2024-11-01T16:13:28.7680810Z Current runner version: '2.320.0' 2024-11-01T16:13:28.7684170Z Runner name: 'i-00705b741d1e463ca' 2024-11-01T16:13:28.7684600Z Runner group name: 'Default' 2024-11-01T16:13:28.7685190Z Machine name: 'ip-10-0-0-205' 2024-11-01T16:13:28.7694110Z Testing runner upgrade compatibility 2024-11-01T16:13:28.8386970Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:28.8388500Z Actions: read 2024-11-01T16:13:28.8388810Z Attestations: read 2024-11-01T16:13:28.8389130Z Checks: read 2024-11-01T16:13:28.8389420Z Contents: read 2024-11-01T16:13:28.8389720Z Deployments: read 2024-11-01T16:13:28.8390040Z Discussions: read 2024-11-01T16:13:28.8390340Z Issues: read 2024-11-01T16:13:28.8390630Z Metadata: read 2024-11-01T16:13:28.8390930Z Packages: read 2024-11-01T16:13:28.8391250Z Pages: read 2024-11-01T16:13:28.8391540Z PullRequests: read 2024-11-01T16:13:28.8405230Z RepositoryProjects: read 2024-11-01T16:13:28.8405590Z SecurityEvents: read 2024-11-01T16:13:28.8405910Z Statuses: read 2024-11-01T16:13:28.8406270Z ##[endgroup] 2024-11-01T16:13:28.8408220Z Secret source: Actions 2024-11-01T16:13:28.8408620Z Prepare workflow directory 2024-11-01T16:13:28.9079350Z Prepare all required actions 2024-11-01T16:13:28.9183560Z Getting action download info 2024-11-01T16:13:29.0904750Z Download action repository 'pytorch/test-infra@main' (SHA:49fb39b5efb49007791d74b09885044cd64544bf) 2024-11-01T16:13:29.8259100Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:35.0359550Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:13:35.1943520Z Download action repository 'actions/upload-artifact@v3' (SHA:ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5) 2024-11-01T16:13:35.4201420Z Getting action download info 2024-11-01T16:13:35.5212170Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:35.7457200Z Getting action download info 2024-11-01T16:13:35.8562510Z Download action repository 'actions/cache@v3' (SHA:e12d46a63a90f2fae62d114769bbf2a179198b5c) 2024-11-01T16:13:36.1336250Z Getting action download info 2024-11-01T16:13:36.2828770Z Uses: pytorch/pytorch/.github/workflows/_mac-build.yml@refs/tags/ciflow/trunk/138766 (d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea) 2024-11-01T16:13:36.2830350Z ##[group] Inputs 2024-11-01T16:13:36.2830600Z build-environment: macos-py3-arm64 2024-11-01T16:13:36.2830910Z runner-type: macos-m1-stable 2024-11-01T16:13:36.2831400Z build-generates-artifacts: true 2024-11-01T16:13:36.2837780Z xcode-version: 2024-11-01T16:13:36.2838010Z sync-tag: macos-py3-arm64-build 2024-11-01T16:13:36.2838290Z python-version: 3.9.12 2024-11-01T16:13:36.2838530Z environment-file: 2024-11-01T16:13:36.2839520Z 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-11-01T16:13:36.2840520Z sccache-use-gha: false 2024-11-01T16:13:36.2840760Z ##[endgroup] 2024-11-01T16:13:36.2841130Z Complete job name: macos-py3-arm64 / build 2024-11-01T16:13:36.3279060Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2024-11-01T16:13:36.3279440Z with: 2024-11-01T16:13:36.3279620Z minimum-available-space-in-gb: 6 2024-11-01T16:13:36.3279850Z env: 2024-11-01T16:13:36.3280020Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:13:36.3280260Z SCCACHE_USE_GHA: false 2024-11-01T16:13:36.3280450Z ##[endgroup] 2024-11-01T16:13:36.3417020Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-11-01T16:13:36.3417590Z echo "Print the available disk space for manual inspection" 2024-11-01T16:13:36.3417960Z df -h 2024-11-01T16:13:36.3418120Z  2024-11-01T16:13:36.3418290Z function check_disk_space() { 2024-11-01T16:13:36.3418520Z  set +e 2024-11-01T16:13:36.3418680Z  2024-11-01T16:13:36.3419360Z  # Set the minimum requirement space to 6GB 2024-11-01T16:13:36.3419810Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-11-01T16:13:36.3420180Z  2024-11-01T16:13:36.3420410Z  # Use KB to avoid floating point warning like 3.1GB 2024-11-01T16:13:36.3420810Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-11-01T16:13:36.3421110Z  do 2024-11-01T16:13:36.3421310Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-11-01T16:13:36.3421610Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-11-01T16:13:36.3421850Z  2024-11-01T16:13:36.3422020Z  if [ "${MOUNT}" = "/" ]; then 2024-11-01T16:13:36.3422360Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-11-01T16:13:36.3423120Z  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-11-01T16:13:36.3423760Z  else 2024-11-01T16:13:36.3424130Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-11-01T16:13:36.3424550Z  fi 2024-11-01T16:13:36.3424710Z  fi 2024-11-01T16:13:36.3424860Z  done 2024-11-01T16:13:36.3425010Z  2024-11-01T16:13:36.3425150Z  set -e 2024-11-01T16:13:36.3425370Z } 2024-11-01T16:13:36.3425510Z  2024-11-01T16:13:36.3425670Z RESULT=$(check_disk_space) 2024-11-01T16:13:36.3425890Z echo "${RESULT}" 2024-11-01T16:13:36.3426070Z  2024-11-01T16:13:36.3426320Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-11-01T16:13:36.3427030Z  # 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-11-01T16:13:36.3427720Z  # https://github.com/pytorch/pytorch/issues/85440 2024-11-01T16:13:36.3428180Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-11-01T16:13:36.3428870Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-11-01T16:13:36.3429480Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-11-01T16:13:36.3429800Z  2024-11-01T16:13:36.3429990Z  # Clean up crash reports on the runner 2024-11-01T16:13:36.3430400Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-11-01T16:13:36.3430750Z  2024-11-01T16:13:36.3430980Z  # Also try to clean up torch.hub caching directory 2024-11-01T16:13:36.3431320Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-11-01T16:13:36.3431580Z  2024-11-01T16:13:36.3431730Z  # Purge conda 2024-11-01T16:13:36.3431940Z  conda clean -p -t -y || true 2024-11-01T16:13:36.3432180Z  # and pip cache 2024-11-01T16:13:36.3432600Z  pip cache purge || true 2024-11-01T16:13:36.3432820Z  2024-11-01T16:13:36.3433090Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-11-01T16:13:36.3433450Z  # Re-run the check 2024-11-01T16:13:36.3433660Z  RESULT=$(check_disk_space) 2024-11-01T16:13:36.3433890Z  echo "${RESULT}" 2024-11-01T16:13:36.3434080Z fi 2024-11-01T16:13:36.3434220Z  2024-11-01T16:13:36.3434400Z if [[ "${RESULT}" == *Failure* ]]; then 2024-11-01T16:13:36.3434650Z  df -h 2024-11-01T16:13:36.3434800Z  2024-11-01T16:13:36.3435380Z  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-11-01T16:13:36.3436020Z  exit 1 2024-11-01T16:13:36.3436320Z fi 2024-11-01T16:13:36.3454240Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:36.3454520Z env: 2024-11-01T16:13:36.3454680Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:13:36.3454920Z SCCACHE_USE_GHA: false 2024-11-01T16:13:36.3455120Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-11-01T16:13:36.3455340Z ##[endgroup] 2024-11-01T16:13:36.3910760Z Print the available disk space for manual inspection 2024-11-01T16:13:36.3911540Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-11-01T16:13:36.3912050Z /dev/disk5s2s1 256Gi 9.5Gi 177Gi 6% 404k 1.9G 0% / 2024-11-01T16:13:36.3912510Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-11-01T16:13:36.3913010Z /dev/disk5s5 256Gi 2.0Gi 177Gi 2% 2 1.9G 0% /System/Volumes/VM 2024-11-01T16:13:36.3913560Z /dev/disk5s3 256Gi 5.7Gi 177Gi 4% 1.0k 1.9G 0% /System/Volumes/Preboot 2024-11-01T16:13:36.3914180Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-11-01T16:13:36.3914770Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2024-11-01T16:13:36.3915340Z /dev/disk1s3 500Mi 628Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-11-01T16:13:36.3915900Z /dev/disk5s1 256Gi 60Gi 177Gi 26% 7.4M 1.9G 0% /System/Volumes/Data 2024-11-01T16:13:36.3916650Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-11-01T16:13:36.3917300Z /dev/disk3s4 228Gi 120Ki 211Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-ok1iKW 2024-11-01T16:13:36.4277380Z Success: There is 185986928KB free space left in / for macOS, continue 2024-11-01T16:13:36.4426710Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:36.4427080Z with: 2024-11-01T16:13:36.4427260Z submodules: recursive 2024-11-01T16:13:36.4427480Z fetch-depth: 0 2024-11-01T16:13:36.4427650Z env: 2024-11-01T16:13:36.4427830Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:13:36.4428060Z SCCACHE_USE_GHA: false 2024-11-01T16:13:36.4428260Z ##[endgroup] 2024-11-01T16:13:36.4445870Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:36.4446690Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:36.4485330Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:36.4485630Z env: 2024-11-01T16:13:36.4485800Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:13:36.4486040Z SCCACHE_USE_GHA: false 2024-11-01T16:13:36.4486240Z ##[endgroup] 2024-11-01T16:13:36.4901310Z ##[group]Run retry () { 2024-11-01T16:13:36.4901610Z retry () { 2024-11-01T16:13:36.4901920Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:36.4902310Z } 2024-11-01T16:13:36.4902510Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:36.4902760Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:36.4903070Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:36.4903350Z else 2024-11-01T16:13:36.4903560Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:36.4903820Z fi 2024-11-01T16:13:36.4904000Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:36.4929680Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:36.4929970Z env: 2024-11-01T16:13:36.4930160Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:13:36.4930410Z SCCACHE_USE_GHA: false 2024-11-01T16:13:36.4930600Z NO_SUDO: 2024-11-01T16:13:36.4930790Z ##[endgroup] 2024-11-01T16:13:36.5304220Z /Users/ec2-user/runner/_work/pytorch/pytorch 2024-11-01T16:13:48.0819510Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:48.0820000Z with: 2024-11-01T16:13:48.0820200Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:48.0820460Z fetch-depth: 0 2024-11-01T16:13:48.0820630Z submodules: recursive 2024-11-01T16:13:48.0820820Z quiet-checkout: true 2024-11-01T16:13:48.0821020Z repository: pytorch/pytorch 2024-11-01T16:13:48.0821320Z token: *** 2024-11-01T16:13:48.0821480Z ssh-strict: true 2024-11-01T16:13:48.0821660Z persist-credentials: true 2024-11-01T16:13:48.0821860Z clean: true 2024-11-01T16:13:48.0822030Z sparse-checkout-cone-mode: true 2024-11-01T16:13:48.0822240Z lfs: false 2024-11-01T16:13:48.0822390Z set-safe-directory: true 2024-11-01T16:13:48.0822570Z env: 2024-11-01T16:13:48.0822720Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:13:48.0822940Z SCCACHE_USE_GHA: false 2024-11-01T16:13:48.0823130Z ##[endgroup] 2024-11-01T16:13:48.1726660Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:48.1727810Z ##[group]Getting Git version info 2024-11-01T16:13:48.1728400Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-11-01T16:13:48.1728920Z [command]/usr/bin/git version 2024-11-01T16:13:48.1750600Z git version 2.39.3 (Apple Git-146) 2024-11-01T16:13:48.1764350Z ##[endgroup] 2024-11-01T16:13:48.1787240Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/bb32ad3b-919f-4bab-8d0c-e4de51cf4715' before making global git config changes 2024-11-01T16:13:48.1788050Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:48.1788800Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-11-01T16:13:48.1843170Z Deleting the contents of '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-11-01T16:13:48.1850580Z ##[group]Initializing the repository 2024-11-01T16:13:48.1853030Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/pytorch/pytorch 2024-11-01T16:13:48.1971100Z Initialized empty Git repository in /Users/ec2-user/runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:13:48.1976780Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:48.2062170Z ##[endgroup] 2024-11-01T16:13:48.2062520Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:48.2064350Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:48.2120230Z ##[endgroup] 2024-11-01T16:13:48.2120560Z ##[group]Setting up auth 2024-11-01T16:13:48.2123410Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:48.2179930Z [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-11-01T16:13:48.2668000Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:48.2727110Z [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-11-01T16:13:48.3224110Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:48.3290600Z ##[endgroup] 2024-11-01T16:13:48.3290950Z ##[group]Fetching the repository 2024-11-01T16:13:48.3293950Z [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-11-01T16:13:51.9264280Z remote: Enumerating objects: 1053427 2024-11-01T16:13:51.9266310Z remote: Enumerating objects: 1053798, done. 2024-11-01T16:13:51.9269110Z remote: Counting objects: 0% (1/371) 2024-11-01T16:13:51.9270870Z remote: Counting objects: 1% (4/371) 2024-11-01T16:13:51.9272750Z remote: Counting objects: 2% (8/371) 2024-11-01T16:13:51.9274580Z remote: Counting objects: 3% (12/371) 2024-11-01T16:13:51.9276450Z remote: Counting objects: 4% (15/371) 2024-11-01T16:13:51.9280110Z remote: Counting objects: 5% (19/371) 2024-11-01T16:13:51.9281940Z remote: Counting objects: 6% (23/371) 2024-11-01T16:13:51.9283830Z remote: Counting objects: 7% (26/371) 2024-11-01T16:13:51.9285610Z remote: Counting objects: 8% (30/371) 2024-11-01T16:13:51.9287550Z remote: Counting objects: 9% (34/371) 2024-11-01T16:13:51.9289320Z remote: Counting objects: 10% (38/371) 2024-11-01T16:13:51.9291150Z remote: Counting objects: 11% (41/371) 2024-11-01T16:13:51.9292910Z remote: Counting objects: 12% (45/371) 2024-11-01T16:13:51.9294700Z remote: Counting objects: 13% (49/371) 2024-11-01T16:13:51.9296460Z remote: Counting objects: 14% (52/371) 2024-11-01T16:13:51.9298230Z remote: Counting objects: 15% (56/371) 2024-11-01T16:13:51.9299990Z remote: Counting objects: 16% (60/371) 2024-11-01T16:13:51.9301760Z remote: Counting objects: 17% (64/371) 2024-11-01T16:13:51.9303510Z remote: Counting objects: 18% (67/371) 2024-11-01T16:13:51.9305260Z remote: Counting objects: 19% (71/371) 2024-11-01T16:13:51.9307020Z remote: Counting objects: 20% (75/371) 2024-11-01T16:13:51.9308750Z remote: Counting objects: 21% (78/371) 2024-11-01T16:13:51.9310520Z remote: Counting objects: 22% (82/371) 2024-11-01T16:13:51.9312300Z remote: Counting objects: 23% (86/371) 2024-11-01T16:13:51.9314060Z remote: Counting objects: 24% (90/371) 2024-11-01T16:13:51.9315800Z remote: Counting objects: 25% (93/371) 2024-11-01T16:13:51.9317580Z remote: Counting objects: 26% (97/371) 2024-11-01T16:13:51.9319350Z remote: Counting objects: 27% (101/371) 2024-11-01T16:13:51.9322780Z remote: Counting objects: 28% (104/371) 2024-11-01T16:13:51.9324770Z remote: Counting objects: 29% (108/371) 2024-11-01T16:13:51.9326560Z remote: Counting objects: 30% (112/371) 2024-11-01T16:13:51.9329690Z remote: Counting objects: 31% (116/371) 2024-11-01T16:13:51.9331590Z remote: Counting objects: 32% (119/371) 2024-11-01T16:13:51.9334320Z remote: Counting objects: 33% (123/371) 2024-11-01T16:13:51.9336320Z remote: Counting objects: 34% (127/371) 2024-11-01T16:13:51.9338410Z remote: Counting objects: 35% (130/371) 2024-11-01T16:13:51.9340210Z remote: Counting objects: 36% (134/371) 2024-11-01T16:13:51.9342180Z remote: Counting objects: 37% (138/371) 2024-11-01T16:13:51.9343990Z remote: Counting objects: 38% (141/371) 2024-11-01T16:13:51.9345830Z remote: Counting objects: 39% (145/371) 2024-11-01T16:13:51.9347630Z remote: Counting objects: 40% (149/371) 2024-11-01T16:13:51.9349460Z remote: Counting objects: 41% (153/371) 2024-11-01T16:13:51.9351290Z remote: Counting objects: 42% (156/371) 2024-11-01T16:13:51.9353050Z remote: Counting objects: 43% (160/371) 2024-11-01T16:13:51.9354870Z remote: Counting objects: 44% (164/371) 2024-11-01T16:13:51.9356670Z remote: Counting objects: 45% (167/371) 2024-11-01T16:13:51.9358820Z remote: Counting objects: 46% (171/371) 2024-11-01T16:13:51.9360650Z remote: Counting objects: 47% (175/371) 2024-11-01T16:13:51.9362500Z remote: Counting objects: 48% (179/371) 2024-11-01T16:13:51.9364520Z remote: Counting objects: 49% (182/371) 2024-11-01T16:13:51.9366370Z remote: Counting objects: 50% (186/371) 2024-11-01T16:13:51.9423530Z remote: Counting objects: 51% (190/371) 2024-11-01T16:13:51.9424900Z remote: Counting objects: 52% (193/371) 2024-11-01T16:13:51.9426400Z remote: Counting objects: 53% (197/371) 2024-11-01T16:13:51.9427730Z remote: Counting objects: 54% (201/371) 2024-11-01T16:13:51.9429030Z remote: Counting objects: 55% (205/371) 2024-11-01T16:13:51.9431190Z remote: Counting objects: 56% (208/371) 2024-11-01T16:13:51.9433790Z remote: Counting objects: 57% (212/371) 2024-11-01T16:13:51.9435110Z remote: Counting objects: 58% (216/371) 2024-11-01T16:13:51.9436420Z remote: Counting objects: 59% (219/371) 2024-11-01T16:13:51.9437720Z remote: Counting objects: 60% (223/371) 2024-11-01T16:13:51.9439040Z remote: Counting objects: 61% (227/371) 2024-11-01T16:13:51.9440340Z remote: Counting objects: 62% (231/371) 2024-11-01T16:13:51.9441620Z remote: Counting objects: 63% (234/371) 2024-11-01T16:13:51.9442910Z remote: Counting objects: 64% (238/371) 2024-11-01T16:13:51.9444210Z remote: Counting objects: 65% (242/371) 2024-11-01T16:13:51.9445490Z remote: Counting objects: 66% (245/371) 2024-11-01T16:13:51.9446790Z remote: Counting objects: 67% (249/371) 2024-11-01T16:13:51.9448100Z remote: Counting objects: 68% (253/371) 2024-11-01T16:13:51.9449390Z remote: Counting objects: 69% (256/371) 2024-11-01T16:13:51.9450680Z remote: Counting objects: 70% (260/371) 2024-11-01T16:13:51.9451990Z remote: Counting objects: 71% (264/371) 2024-11-01T16:13:51.9453300Z remote: Counting objects: 72% (268/371) 2024-11-01T16:13:51.9454610Z remote: Counting objects: 73% (271/371) 2024-11-01T16:13:51.9455920Z remote: Counting objects: 74% (275/371) 2024-11-01T16:13:51.9457210Z remote: Counting objects: 75% (279/371) 2024-11-01T16:13:51.9458490Z remote: Counting objects: 76% (282/371) 2024-11-01T16:13:51.9459780Z remote: Counting objects: 77% (286/371) 2024-11-01T16:13:51.9461070Z remote: Counting objects: 78% (290/371) 2024-11-01T16:13:51.9462370Z remote: Counting objects: 79% (294/371) 2024-11-01T16:13:51.9463600Z remote: Counting objects: 80% (297/371) 2024-11-01T16:13:51.9465500Z remote: Counting objects: 81% (301/371) 2024-11-01T16:13:51.9466620Z remote: Counting objects: 82% (305/371) 2024-11-01T16:13:51.9467630Z remote: Counting objects: 83% (308/371) 2024-11-01T16:13:51.9468690Z remote: Counting objects: 84% (312/371) 2024-11-01T16:13:51.9469700Z remote: Counting objects: 85% (316/371) 2024-11-01T16:13:51.9470710Z remote: Counting objects: 86% (320/371) 2024-11-01T16:13:51.9471720Z remote: Counting objects: 87% (323/371) 2024-11-01T16:13:51.9472720Z remote: Counting objects: 88% (327/371) 2024-11-01T16:13:51.9473750Z remote: Counting objects: 89% (331/371) 2024-11-01T16:13:51.9474760Z remote: Counting objects: 90% (334/371) 2024-11-01T16:13:51.9475770Z remote: Counting objects: 91% (338/371) 2024-11-01T16:13:51.9476800Z remote: Counting objects: 92% (342/371) 2024-11-01T16:13:51.9477820Z remote: Counting objects: 93% (346/371) 2024-11-01T16:13:51.9478850Z remote: Counting objects: 94% (349/371) 2024-11-01T16:13:51.9479870Z remote: Counting objects: 95% (353/371) 2024-11-01T16:13:51.9480910Z remote: Counting objects: 96% (357/371) 2024-11-01T16:13:51.9481930Z remote: Counting objects: 97% (360/371) 2024-11-01T16:13:51.9482950Z remote: Counting objects: 98% (364/371) 2024-11-01T16:13:51.9483990Z remote: Counting objects: 99% (368/371) 2024-11-01T16:13:51.9485010Z remote: Counting objects: 100% (371/371) 2024-11-01T16:13:51.9486100Z remote: Counting objects: 100% (371/371), done. 2024-11-01T16:13:51.9487240Z remote: Compressing objects: 0% (1/193) 2024-11-01T16:13:51.9488310Z remote: Compressing objects: 1% (2/193) 2024-11-01T16:13:51.9489420Z remote: Compressing objects: 2% (4/193) 2024-11-01T16:13:51.9490490Z remote: Compressing objects: 3% (6/193) 2024-11-01T16:13:51.9491560Z remote: Compressing objects: 4% (8/193) 2024-11-01T16:13:51.9493380Z remote: Compressing objects: 5% (10/193) 2024-11-01T16:13:51.9641040Z remote: Compressing objects: 6% (12/193) 2024-11-01T16:13:51.9801680Z remote: Compressing objects: 7% (14/193) 2024-11-01T16:13:51.9855680Z remote: Compressing objects: 8% (16/193) 2024-11-01T16:13:51.9873100Z remote: Compressing objects: 9% (18/193) 2024-11-01T16:13:51.9888380Z remote: Compressing objects: 10% (20/193) 2024-11-01T16:13:51.9895320Z remote: Compressing objects: 11% (22/193) 2024-11-01T16:13:51.9896270Z remote: Compressing objects: 12% (24/193) 2024-11-01T16:13:51.9897180Z remote: Compressing objects: 13% (26/193) 2024-11-01T16:13:51.9898100Z remote: Compressing objects: 14% (28/193) 2024-11-01T16:13:51.9898990Z remote: Compressing objects: 15% (29/193) 2024-11-01T16:13:51.9899910Z remote: Compressing objects: 16% (31/193) 2024-11-01T16:13:51.9900810Z remote: Compressing objects: 17% (33/193) 2024-11-01T16:13:51.9901760Z remote: Compressing objects: 18% (35/193) 2024-11-01T16:13:51.9902670Z remote: Compressing objects: 19% (37/193) 2024-11-01T16:13:51.9903570Z remote: Compressing objects: 20% (39/193) 2024-11-01T16:13:51.9904490Z remote: Compressing objects: 21% (41/193) 2024-11-01T16:13:51.9905390Z remote: Compressing objects: 22% (43/193) 2024-11-01T16:13:51.9906300Z remote: Compressing objects: 23% (45/193) 2024-11-01T16:13:51.9907200Z remote: Compressing objects: 24% (47/193) 2024-11-01T16:13:51.9908550Z remote: Compressing objects: 25% (49/193) 2024-11-01T16:13:51.9909460Z remote: Compressing objects: 26% (51/193) 2024-11-01T16:13:51.9910380Z remote: Compressing objects: 27% (53/193) 2024-11-01T16:13:51.9911280Z remote: Compressing objects: 28% (55/193) 2024-11-01T16:13:51.9912200Z remote: Compressing objects: 29% (56/193) 2024-11-01T16:13:51.9934040Z remote: Compressing objects: 30% (58/193) 2024-11-01T16:13:51.9935450Z remote: Compressing objects: 31% (60/193) 2024-11-01T16:13:51.9936380Z remote: Compressing objects: 32% (62/193) 2024-11-01T16:13:51.9937320Z remote: Compressing objects: 33% (64/193) 2024-11-01T16:13:51.9938280Z remote: Compressing objects: 34% (66/193) 2024-11-01T16:13:51.9939190Z remote: Compressing objects: 35% (68/193) 2024-11-01T16:13:51.9940110Z remote: Compressing objects: 36% (70/193) 2024-11-01T16:13:51.9941010Z remote: Compressing objects: 37% (72/193) 2024-11-01T16:13:51.9941920Z remote: Compressing objects: 38% (74/193) 2024-11-01T16:13:51.9942840Z remote: Compressing objects: 39% (76/193) 2024-11-01T16:13:51.9943770Z remote: Compressing objects: 40% (78/193) 2024-11-01T16:13:51.9944680Z remote: Compressing objects: 41% (80/193) 2024-11-01T16:13:51.9945580Z remote: Compressing objects: 42% (82/193) 2024-11-01T16:13:51.9973230Z remote: Compressing objects: 43% (83/193) 2024-11-01T16:13:51.9976830Z remote: Compressing objects: 44% (85/193) 2024-11-01T16:13:51.9979290Z remote: Compressing objects: 45% (87/193) 2024-11-01T16:13:51.9981340Z remote: Compressing objects: 46% (89/193) 2024-11-01T16:13:51.9983770Z remote: Compressing objects: 47% (91/193) 2024-11-01T16:13:51.9986100Z remote: Compressing objects: 48% (93/193) 2024-11-01T16:13:51.9988130Z remote: Compressing objects: 49% (95/193) 2024-11-01T16:13:51.9990270Z remote: Compressing objects: 50% (97/193) 2024-11-01T16:13:51.9992490Z remote: Compressing objects: 51% (99/193) 2024-11-01T16:13:51.9994400Z remote: Compressing objects: 52% (101/193) 2024-11-01T16:13:51.9996300Z remote: Compressing objects: 53% (103/193) 2024-11-01T16:13:51.9998230Z remote: Compressing objects: 54% (105/193) 2024-11-01T16:13:52.0000460Z remote: Compressing objects: 55% (107/193) 2024-11-01T16:13:52.0003190Z remote: Compressing objects: 56% (109/193) 2024-11-01T16:13:52.0007270Z remote: Compressing objects: 57% (111/193) 2024-11-01T16:13:52.0009440Z remote: Compressing objects: 58% (112/193) 2024-11-01T16:13:52.0013380Z remote: Compressing objects: 59% (114/193) 2024-11-01T16:13:52.0015410Z remote: Compressing objects: 60% (116/193) 2024-11-01T16:13:52.0017360Z remote: Compressing objects: 61% (118/193) 2024-11-01T16:13:52.0019250Z remote: Compressing objects: 62% (120/193) 2024-11-01T16:13:52.0021200Z remote: Compressing objects: 63% (122/193) 2024-11-01T16:13:52.0023090Z remote: Compressing objects: 64% (124/193) 2024-11-01T16:13:52.0025010Z remote: Compressing objects: 65% (126/193) 2024-11-01T16:13:52.0026900Z remote: Compressing objects: 66% (128/193) 2024-11-01T16:13:52.0028800Z remote: Compressing objects: 67% (130/193) 2024-11-01T16:13:52.0030700Z remote: Compressing objects: 68% (132/193) 2024-11-01T16:13:52.0032620Z remote: Compressing objects: 69% (134/193) 2024-11-01T16:13:52.0034510Z remote: Compressing objects: 70% (136/193) 2024-11-01T16:13:52.0036410Z remote: Compressing objects: 71% (138/193) 2024-11-01T16:13:52.0038300Z remote: Compressing objects: 72% (139/193) 2024-11-01T16:13:52.0040690Z remote: Compressing objects: 73% (141/193) 2024-11-01T16:13:52.0042800Z remote: Compressing objects: 74% (143/193) 2024-11-01T16:13:52.0044790Z remote: Compressing objects: 75% (145/193) 2024-11-01T16:13:52.0046690Z remote: Compressing objects: 76% (147/193) 2024-11-01T16:13:52.0048590Z remote: Compressing objects: 77% (149/193) 2024-11-01T16:13:52.0051840Z remote: Compressing objects: 78% (151/193) 2024-11-01T16:13:52.0053240Z remote: Compressing objects: 79% (153/193) 2024-11-01T16:13:52.0054650Z remote: Compressing objects: 80% (155/193) 2024-11-01T16:13:52.0058860Z remote: Compressing objects: 81% (157/193) 2024-11-01T16:13:52.0060290Z remote: Compressing objects: 82% (159/193) 2024-11-01T16:13:52.0061670Z remote: Compressing objects: 83% (161/193) 2024-11-01T16:13:52.0063080Z remote: Compressing objects: 84% (163/193) 2024-11-01T16:13:52.0064450Z remote: Compressing objects: 85% (165/193) 2024-11-01T16:13:52.0065830Z remote: Compressing objects: 86% (166/193) 2024-11-01T16:13:52.0067210Z remote: Compressing objects: 87% (168/193) 2024-11-01T16:13:52.0068580Z remote: Compressing objects: 88% (170/193) 2024-11-01T16:13:52.0070010Z remote: Compressing objects: 89% (172/193) 2024-11-01T16:13:52.0071590Z remote: Compressing objects: 90% (174/193) 2024-11-01T16:13:52.0073050Z remote: Compressing objects: 91% (176/193) 2024-11-01T16:13:52.0075760Z remote: Compressing objects: 92% (178/193) 2024-11-01T16:13:52.0077180Z remote: Compressing objects: 93% (180/193) 2024-11-01T16:13:52.0078630Z remote: Compressing objects: 94% (182/193) 2024-11-01T16:13:52.0080020Z remote: Compressing objects: 95% (184/193) 2024-11-01T16:13:52.0081400Z remote: Compressing objects: 96% (186/193) 2024-11-01T16:13:52.0082790Z remote: Compressing objects: 97% (188/193) 2024-11-01T16:13:52.0084180Z remote: Compressing objects: 98% (190/193) 2024-11-01T16:13:52.0085560Z remote: Compressing objects: 99% (192/193) 2024-11-01T16:13:52.0086940Z remote: Compressing objects: 100% (193/193) 2024-11-01T16:13:52.0089380Z remote: Compressing objects: 100% (193/193), done. 2024-11-01T16:14:04.6352680Z remote: Total 1053798 (delta 211), reused 310 (delta 177), pack-reused 1053427 (from 1) 2024-11-01T16:14:21.8496230Z [command]/usr/bin/git rev-parse --verify --quiet d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea^{object} 2024-11-01T16:14:21.8707840Z d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:21.8710860Z ##[endgroup] 2024-11-01T16:14:21.8711200Z ##[group]Determining the checkout info 2024-11-01T16:14:21.8711610Z ##[endgroup] 2024-11-01T16:14:21.8712920Z ##[group]Checking out the ref 2024-11-01T16:14:21.8713990Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:24.1569560Z ##[endgroup] 2024-11-01T16:14:24.1569940Z ##[group]Setting up auth for fetching submodules 2024-11-01T16:14:24.1571750Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:14:24.1690980Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-11-01T16:14:24.1751750Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-11-01T16:14:24.1810240Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-11-01T16:14:24.1868680Z ##[endgroup] 2024-11-01T16:14:24.1869010Z ##[group]Fetching submodules 2024-11-01T16:14:24.1870120Z [command]/usr/bin/git submodule sync --recursive 2024-11-01T16:14:24.2402050Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-11-01T16:14:24.2897050Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-11-01T16:14:24.2912680Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-11-01T16:14:24.2942950Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-11-01T16:14:24.2959060Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-11-01T16:14:24.2976570Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-11-01T16:14:24.2991610Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-11-01T16:14:24.3011470Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-11-01T16:14:24.3029030Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-11-01T16:14:24.3044070Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-11-01T16:14:24.3061360Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-11-01T16:14:24.3078940Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-11-01T16:14:24.3099450Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-11-01T16:14:24.3116710Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-11-01T16:14:24.3135490Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-11-01T16:14:24.3153660Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-11-01T16:14:24.3174740Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-11-01T16:14:24.3211930Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-11-01T16:14:24.3229690Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:14:24.3252720Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-11-01T16:14:24.3271090Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-11-01T16:14:24.3289520Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-11-01T16:14:24.3308480Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-11-01T16:14:24.3325920Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-11-01T16:14:24.3346280Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-11-01T16:14:24.3361120Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-11-01T16:14:24.3383010Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-11-01T16:14:24.3425950Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-11-01T16:14:24.3441770Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-11-01T16:14:24.3459620Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-11-01T16:14:24.3476870Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-11-01T16:14:24.3495740Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-11-01T16:14:24.3529110Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-11-01T16:14:24.3543870Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-11-01T16:14:24.3560810Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-11-01T16:14:24.3577610Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-11-01T16:14:24.3595320Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-11-01T16:14:24.3665110Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-11-01T16:14:24.6535050Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FP16'... 2024-11-01T16:14:24.8497490Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-11-01T16:14:25.0447200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-11-01T16:14:25.3714020Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-11-01T16:14:25.7275750Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-11-01T16:14:27.2463380Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-11-01T16:14:33.9325590Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-11-01T16:14:34.3460000Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-11-01T16:14:35.6424890Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-11-01T16:14:36.1985770Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-11-01T16:14:36.7154160Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-11-01T16:14:37.4930200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-11-01T16:14:38.9429950Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/eigen'... 2024-11-01T16:14:42.1819840Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-11-01T16:14:43.3022060Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-11-01T16:14:44.6565090Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt'... 2024-11-01T16:14:45.4513480Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-11-01T16:14:45.7623320Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gloo'... 2024-11-01T16:14:46.1141340Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/googletest'... 2024-11-01T16:14:46.8435310Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep'... 2024-11-01T16:14:47.1938750Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-11-01T16:14:47.4992050Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto'... 2024-11-01T16:14:48.5247060Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-11-01T16:14:49.2450390Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-11-01T16:14:49.6789030Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-11-01T16:14:52.5524200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx'... 2024-11-01T16:14:53.8204410Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-11-01T16:14:57.5546620Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-11-01T16:14:57.7755820Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-11-01T16:15:03.4259240Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/psimd'... 2024-11-01T16:15:03.6217000Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-11-01T16:15:03.8819730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-11-01T16:15:04.7099850Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-11-01T16:15:04.9975210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/sleef'... 2024-11-01T16:15:05.6508310Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-11-01T16:15:06.0865820Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-11-01T16:15:06.1069720Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-11-01T16:15:06.1248640Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-11-01T16:15:06.1605820Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-11-01T16:15:06.2110530Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-11-01T16:15:06.2553160Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-11-01T16:15:09.7548110Z Submodule path 'third_party/XNNPACK': checked out '87ee0b46b834f67bad9025d4a82ed5654f3403d3' 2024-11-01T16:15:09.7964640Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-11-01T16:15:10.8738550Z Submodule path 'third_party/composable_kernel': checked out 'cedccd59c94cb0c74e7ec0d0f6c791aed081febc' 2024-11-01T16:15:11.1882810Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-11-01T16:15:11.3801570Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-11-01T16:15:11.4360120Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-11-01T16:15:12.7006550Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-11-01T16:15:12.9145770Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-11-01T16:15:13.0040000Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-11-01T16:15:13.0083290Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:15:13.0100790Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:15:13.0120740Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:15:13.0135350Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:15:13.0152110Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:15:13.0246750Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-11-01T16:15:13.9230930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-11-01T16:15:14.4854760Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-11-01T16:15:15.9621650Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-11-01T16:15:16.6389750Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-11-01T16:15:16.9614010Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-11-01T16:15:17.0467060Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-11-01T16:15:17.6341720Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-11-01T16:15:17.6934700Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-11-01T16:15:17.7126040Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-11-01T16:15:17.8608000Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-11-01T16:15:17.8956790Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-11-01T16:15:17.9312550Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-11-01T16:15:17.9727760Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-11-01T16:15:18.0182690Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:15:18.0403890Z Submodule path 'third_party/ideep': checked out '41d636c2bbcea6bff0faf97cdb65a48cdde987af' 2024-11-01T16:15:18.0444700Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-11-01T16:15:18.0506500Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-11-01T16:15:25.8732800Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-11-01T16:15:25.9017990Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-11-01T16:15:25.9779090Z Submodule path 'third_party/kineto': checked out 'ed052ea024b9468908d558b15cd3f7584fb0f492' 2024-11-01T16:15:25.9827420Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:15:25.9839640Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:15:25.9856820Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:15:25.9920280Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-11-01T16:15:26.4479180Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-11-01T16:15:27.2430090Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-11-01T16:15:28.0163580Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-11-01T16:15:28.0206270Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:15:28.0223450Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:15:28.0241380Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:15:28.0278080Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:15:28.0311790Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:15:28.0328290Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:15:28.0343880Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:15:28.0361630Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:15:28.0425210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-11-01T16:15:28.6761850Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-11-01T16:15:29.1013860Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-11-01T16:15:29.9018800Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-11-01T16:15:30.2312650Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-11-01T16:15:30.7680870Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-11-01T16:15:31.5075120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-11-01T16:15:34.4332670Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-11-01T16:15:34.8677370Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-11-01T16:15:34.8959030Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-11-01T16:15:34.9327510Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-11-01T16:15:34.9540330Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-11-01T16:15:34.9579560Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:15:34.9641990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-11-01T16:15:35.2490030Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-11-01T16:15:35.2738240Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-11-01T16:15:35.3158260Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-11-01T16:15:35.4327940Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-11-01T16:15:35.4595440Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-11-01T16:15:35.4945980Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-11-01T16:15:35.5487420Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-11-01T16:15:35.5968410Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-11-01T16:15:35.6306390Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-11-01T16:15:35.7522190Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-11-01T16:15:37.3565550Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-11-01T16:15:37.3617660Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-11-01T16:15:37.3688990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-11-01T16:15:38.3546290Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-11-01T16:15:38.4654620Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-11-01T16:15:38.4700270Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:15:38.4717790Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:15:38.4734130Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:15:38.4755480Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:15:38.4771900Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:15:38.4796900Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:15:38.4815300Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:15:38.4832770Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:15:38.4923780Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-11-01T16:15:38.8841680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-11-01T16:15:39.5804140Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-11-01T16:15:39.9517170Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-11-01T16:15:42.9150410Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-11-01T16:15:43.2359200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-11-01T16:15:43.4638860Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-11-01T16:15:43.8779450Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-11-01T16:15:48.0631810Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-11-01T16:15:48.1059560Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-11-01T16:15:48.1291690Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-11-01T16:15:48.2540430Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-11-01T16:15:48.2801800Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-11-01T16:15:48.3040660Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-11-01T16:15:48.3316540Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-11-01T16:15:48.3361760Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:15:48.3387550Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:15:48.3453730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-11-01T16:15:49.4717010Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-11-01T16:15:50.4173100Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-11-01T16:15:50.4624180Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:15:53.3577790Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-11-01T16:15:53.3829670Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-11-01T16:15:53.7123120Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-11-01T16:15:53.7169150Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:15:53.7186140Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-11-01T16:15:53.7249340Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-11-01T16:15:54.1324130Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-11-01T16:15:54.8326880Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-11-01T16:15:54.9047480Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-11-01T16:15:54.9221360Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-11-01T16:15:54.9415060Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-11-01T16:15:54.9855020Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-11-01T16:15:55.0197800Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-11-01T16:15:55.0606950Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-11-01T16:15:55.2049830Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-11-01T16:15:55.2097430Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:15:55.2113640Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:15:55.2131770Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:15:55.2150570Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:15:55.2216000Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-11-01T16:15:55.9949230Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-11-01T16:15:56.2188190Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-11-01T16:15:57.3083560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-11-01T16:15:58.9811860Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-11-01T16:15:59.0061670Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-11-01T16:15:59.0710370Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-11-01T16:15:59.1071960Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-11-01T16:15:59.1112650Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:15:59.1196340Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-11-01T16:15:59.3476230Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-11-01T16:15:59.3529180Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-11-01T16:15:59.4108610Z Entering 'android/libs/fbjni' 2024-11-01T16:15:59.4193480Z Entering 'third_party/FP16' 2024-11-01T16:15:59.4275230Z Entering 'third_party/FXdiv' 2024-11-01T16:15:59.4357020Z Entering 'third_party/NNPACK' 2024-11-01T16:15:59.4437850Z Entering 'third_party/NVTX' 2024-11-01T16:15:59.4518640Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:15:59.4606580Z Entering 'third_party/XNNPACK' 2024-11-01T16:15:59.4693260Z Entering 'third_party/benchmark' 2024-11-01T16:15:59.4777540Z Entering 'third_party/composable_kernel' 2024-11-01T16:15:59.4862870Z Entering 'third_party/cpp-httplib' 2024-11-01T16:15:59.4946160Z Entering 'third_party/cpuinfo' 2024-11-01T16:15:59.5027220Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:15:59.5108600Z Entering 'third_party/cutlass' 2024-11-01T16:15:59.5190840Z Entering 'third_party/eigen' 2024-11-01T16:15:59.5274600Z Entering 'third_party/fbgemm' 2024-11-01T16:15:59.5355510Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:15:59.5435350Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:15:59.5515080Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:15:59.5596950Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:15:59.5679350Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:15:59.5761710Z Entering 'third_party/flatbuffers' 2024-11-01T16:15:59.5844490Z Entering 'third_party/fmt' 2024-11-01T16:15:59.5925620Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:15:59.6007030Z Entering 'third_party/gloo' 2024-11-01T16:15:59.6087720Z Entering 'third_party/googletest' 2024-11-01T16:15:59.6167770Z Entering 'third_party/ideep' 2024-11-01T16:15:59.6246480Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:15:59.6331910Z Entering 'third_party/ittapi' 2024-11-01T16:15:59.6414120Z Entering 'third_party/kineto' 2024-11-01T16:15:59.6493110Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:15:59.6573160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:15:59.6654960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:15:59.6736170Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:15:59.6818130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:15:59.6897450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:15:59.6985680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:15:59.7064160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:15:59.7146340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:15:59.7228130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:15:59.7310940Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:15:59.7392960Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:15:59.7477000Z Entering 'third_party/mimalloc' 2024-11-01T16:15:59.7559340Z Entering 'third_party/nccl/nccl' 2024-11-01T16:15:59.7640570Z Entering 'third_party/nlohmann' 2024-11-01T16:15:59.7720050Z Entering 'third_party/onnx' 2024-11-01T16:15:59.7805300Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:15:59.7890470Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:15:59.7972220Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:15:59.8052710Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:15:59.8132770Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:15:59.8212840Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:15:59.8292470Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:15:59.8373230Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:15:59.8453520Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:15:59.8532160Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:15:59.8613930Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:15:59.8696240Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:15:59.8786250Z Entering 'third_party/pocketfft' 2024-11-01T16:15:59.8871670Z Entering 'third_party/protobuf' 2024-11-01T16:15:59.8952390Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:15:59.9034590Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:15:59.9117590Z Entering 'third_party/psimd' 2024-11-01T16:15:59.9200580Z Entering 'third_party/pthreadpool' 2024-11-01T16:15:59.9280450Z Entering 'third_party/pybind11' 2024-11-01T16:15:59.9361180Z Entering 'third_party/python-peachpy' 2024-11-01T16:15:59.9442720Z Entering 'third_party/sleef' 2024-11-01T16:15:59.9522630Z Entering 'third_party/tensorpipe' 2024-11-01T16:15:59.9600890Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:15:59.9695310Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:15:59.9780640Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:15:59.9860980Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:15:59.9943060Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:16:00.0034590Z ##[endgroup] 2024-11-01T16:16:00.0035010Z ##[group]Persisting credentials for submodules 2024-11-01T16:16:00.0037590Z [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-11-01T16:16:00.0527950Z Entering 'android/libs/fbjni' 2024-11-01T16:16:00.0641360Z Entering 'third_party/FP16' 2024-11-01T16:16:00.0739640Z Entering 'third_party/FXdiv' 2024-11-01T16:16:00.0838270Z Entering 'third_party/NNPACK' 2024-11-01T16:16:00.0936710Z Entering 'third_party/NVTX' 2024-11-01T16:16:00.1036040Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:16:00.1134560Z Entering 'third_party/XNNPACK' 2024-11-01T16:16:00.1239890Z Entering 'third_party/benchmark' 2024-11-01T16:16:00.1340400Z Entering 'third_party/composable_kernel' 2024-11-01T16:16:00.1440450Z Entering 'third_party/cpp-httplib' 2024-11-01T16:16:00.1538690Z Entering 'third_party/cpuinfo' 2024-11-01T16:16:00.1636970Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:16:00.1735910Z Entering 'third_party/cutlass' 2024-11-01T16:16:00.1835380Z Entering 'third_party/eigen' 2024-11-01T16:16:00.1934440Z Entering 'third_party/fbgemm' 2024-11-01T16:16:00.2031930Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:16:00.2130830Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:16:00.2229440Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:16:00.2328790Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:16:00.2427750Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:16:00.2527680Z Entering 'third_party/flatbuffers' 2024-11-01T16:16:00.2626420Z Entering 'third_party/fmt' 2024-11-01T16:16:00.2725670Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:16:00.2830860Z Entering 'third_party/gloo' 2024-11-01T16:16:00.2938260Z Entering 'third_party/googletest' 2024-11-01T16:16:00.3044250Z Entering 'third_party/ideep' 2024-11-01T16:16:00.3147900Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:16:00.3251980Z Entering 'third_party/ittapi' 2024-11-01T16:16:00.3351140Z Entering 'third_party/kineto' 2024-11-01T16:16:00.3450360Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:16:00.3547490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:16:00.3646050Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:16:00.3745030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:16:00.3845240Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:16:00.3944700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:16:00.4045180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:16:00.4145170Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:16:00.4244100Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:16:00.4345150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:16:00.4445750Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:16:00.4543070Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:16:00.4642870Z Entering 'third_party/mimalloc' 2024-11-01T16:16:00.4742960Z Entering 'third_party/nccl/nccl' 2024-11-01T16:16:00.4841040Z Entering 'third_party/nlohmann' 2024-11-01T16:16:00.4944730Z Entering 'third_party/onnx' 2024-11-01T16:16:00.5058700Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:16:00.5159710Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:16:00.5261510Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:16:00.5360610Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:16:00.5459640Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:16:00.5561310Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:16:00.5664020Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:16:00.5766790Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:16:00.5870080Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:16:00.5972600Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:16:00.6079840Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:16:00.6186100Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:16:00.6302820Z Entering 'third_party/pocketfft' 2024-11-01T16:16:00.6409470Z Entering 'third_party/protobuf' 2024-11-01T16:16:00.6511600Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:16:00.6618510Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:16:00.6725340Z Entering 'third_party/psimd' 2024-11-01T16:16:00.6832660Z Entering 'third_party/pthreadpool' 2024-11-01T16:16:00.6937280Z Entering 'third_party/pybind11' 2024-11-01T16:16:00.7040890Z Entering 'third_party/python-peachpy' 2024-11-01T16:16:00.7144750Z Entering 'third_party/sleef' 2024-11-01T16:16:00.7249630Z Entering 'third_party/tensorpipe' 2024-11-01T16:16:00.7356360Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:16:00.7461150Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:16:00.7563380Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:16:00.7665570Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:16:00.7768020Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:16:00.7883270Z [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-11-01T16:16:00.8388080Z Entering 'android/libs/fbjni' 2024-11-01T16:16:00.8490820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-11-01T16:16:00.8526440Z Entering 'third_party/FP16' 2024-11-01T16:16:00.8626900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-11-01T16:16:00.8662500Z Entering 'third_party/FXdiv' 2024-11-01T16:16:00.8763250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-11-01T16:16:00.8799050Z Entering 'third_party/NNPACK' 2024-11-01T16:16:00.9144850Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-11-01T16:16:00.9182580Z Entering 'third_party/NVTX' 2024-11-01T16:16:00.9821110Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-11-01T16:16:00.9856780Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:16:00.9957750Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-11-01T16:16:00.9992970Z Entering 'third_party/XNNPACK' 2024-11-01T16:16:01.0092290Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-11-01T16:16:01.0133770Z Entering 'third_party/benchmark' 2024-11-01T16:16:01.0235500Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:16:01.0270190Z Entering 'third_party/composable_kernel' 2024-11-01T16:16:01.0373630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-11-01T16:16:01.0411680Z Entering 'third_party/cpp-httplib' 2024-11-01T16:16:01.0514500Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-11-01T16:16:01.0550610Z Entering 'third_party/cpuinfo' 2024-11-01T16:16:01.0650670Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:16:01.0685980Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:16:01.0785030Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-11-01T16:16:01.0819830Z Entering 'third_party/cutlass' 2024-11-01T16:16:01.0916730Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:16:01.0954730Z Entering 'third_party/eigen' 2024-11-01T16:16:01.1056310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-11-01T16:16:01.1092820Z Entering 'third_party/fbgemm' 2024-11-01T16:16:01.1193420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-11-01T16:16:01.1225800Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:16:01.1323380Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-11-01T16:16:01.1356650Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:16:01.1472300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:16:01.1505710Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:16:01.1602700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:16:01.1637630Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:16:01.1737900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:16:01.1771930Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:16:01.1870160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-11-01T16:16:01.1904860Z Entering 'third_party/flatbuffers' 2024-11-01T16:16:01.2051090Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-11-01T16:16:01.2087470Z Entering 'third_party/fmt' 2024-11-01T16:16:01.2726250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-11-01T16:16:01.2760780Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:16:01.2859650Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-11-01T16:16:01.2894930Z Entering 'third_party/gloo' 2024-11-01T16:16:01.2996680Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-11-01T16:16:01.3030220Z Entering 'third_party/googletest' 2024-11-01T16:16:01.3134830Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:16:01.3168480Z Entering 'third_party/ideep' 2024-11-01T16:16:01.3267330Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-11-01T16:16:01.3299550Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:16:01.3397010Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-11-01T16:16:01.3434650Z Entering 'third_party/ittapi' 2024-11-01T16:16:01.3532960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-11-01T16:16:01.3566710Z Entering 'third_party/kineto' 2024-11-01T16:16:01.3669430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-11-01T16:16:01.3701780Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:16:01.3799820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-11-01T16:16:01.3832670Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:16:01.3930820Z 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-11-01T16:16:01.3964310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:16:01.4062800Z 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-11-01T16:16:01.4096510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:16:01.4195320Z 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-11-01T16:16:01.4228930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:16:01.4328250Z 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-11-01T16:16:01.4359760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:16:01.4457430Z 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-11-01T16:16:01.4492690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:16:01.4592400Z 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-11-01T16:16:01.4626250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:16:01.4722940Z 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-11-01T16:16:01.4756490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:16:01.4855160Z 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-11-01T16:16:01.4888930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:16:01.4985290Z 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-11-01T16:16:01.5022170Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:16:01.5118720Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-11-01T16:16:01.5152170Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:16:01.5248560Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-11-01T16:16:01.5283890Z Entering 'third_party/mimalloc' 2024-11-01T16:16:01.5381150Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-11-01T16:16:01.5415500Z Entering 'third_party/nccl/nccl' 2024-11-01T16:16:01.5515960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-11-01T16:16:01.5551880Z Entering 'third_party/nlohmann' 2024-11-01T16:16:01.5653460Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-11-01T16:16:01.5689860Z Entering 'third_party/onnx' 2024-11-01T16:16:01.5793200Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-11-01T16:16:01.5832260Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:16:01.5937150Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:16:01.5972540Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:16:01.6070690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-11-01T16:16:01.6106010Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:16:01.6211530Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:16:01.6244720Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:16:01.6341960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:16:01.6375220Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:16:01.6473520Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-11-01T16:16:01.6507710Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:16:01.6604900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-11-01T16:16:01.6639420Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:16:01.6735620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-11-01T16:16:01.6770080Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:16:01.6901480Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-11-01T16:16:01.6935600Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:16:01.7032600Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-11-01T16:16:01.7065000Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:16:01.7161770Z 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-11-01T16:16:01.7196650Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:16:01.7300240Z 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-11-01T16:16:01.7336140Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:16:01.7434550Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-11-01T16:16:01.7477670Z Entering 'third_party/pocketfft' 2024-11-01T16:16:01.7576020Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-11-01T16:16:01.7609570Z Entering 'third_party/protobuf' 2024-11-01T16:16:01.7705940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-11-01T16:16:01.7739610Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:16:01.7889770Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:16:01.7923380Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:16:01.8019600Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:16:01.8055140Z Entering 'third_party/psimd' 2024-11-01T16:16:01.8153900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-11-01T16:16:01.8187440Z Entering 'third_party/pthreadpool' 2024-11-01T16:16:01.8283680Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-11-01T16:16:01.8317600Z Entering 'third_party/pybind11' 2024-11-01T16:16:01.8413040Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:16:01.8446940Z Entering 'third_party/python-peachpy' 2024-11-01T16:16:01.8541900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-11-01T16:16:01.8575480Z Entering 'third_party/sleef' 2024-11-01T16:16:01.8670700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-11-01T16:16:01.8704190Z Entering 'third_party/tensorpipe' 2024-11-01T16:16:01.8800800Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-11-01T16:16:01.8832790Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:16:01.8928800Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:16:01.8962010Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:16:01.9057250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-11-01T16:16:01.9090300Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:16:01.9185920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-11-01T16:16:01.9219650Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:16:01.9316120Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:16:01.9347700Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:16:01.9443970Z 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-11-01T16:16:01.9662270Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-11-01T16:16:02.0156990Z Entering 'android/libs/fbjni' 2024-11-01T16:16:02.0243200Z Entering 'third_party/FP16' 2024-11-01T16:16:02.0325600Z Entering 'third_party/FXdiv' 2024-11-01T16:16:02.0406880Z Entering 'third_party/NNPACK' 2024-11-01T16:16:02.0490010Z Entering 'third_party/NVTX' 2024-11-01T16:16:02.0609170Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:16:02.0692060Z Entering 'third_party/XNNPACK' 2024-11-01T16:16:02.0778730Z Entering 'third_party/benchmark' 2024-11-01T16:16:02.0863320Z Entering 'third_party/composable_kernel' 2024-11-01T16:16:02.0945360Z Entering 'third_party/cpp-httplib' 2024-11-01T16:16:02.1026690Z Entering 'third_party/cpuinfo' 2024-11-01T16:16:02.1107160Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:16:02.1188550Z Entering 'third_party/cutlass' 2024-11-01T16:16:02.1272770Z Entering 'third_party/eigen' 2024-11-01T16:16:02.1355030Z Entering 'third_party/fbgemm' 2024-11-01T16:16:02.1434720Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:16:02.1515930Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:16:02.1596160Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:16:02.1677820Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:16:02.1759020Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:16:02.1841730Z Entering 'third_party/flatbuffers' 2024-11-01T16:16:02.1925020Z Entering 'third_party/fmt' 2024-11-01T16:16:02.2006540Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:16:02.2086290Z Entering 'third_party/gloo' 2024-11-01T16:16:02.2167810Z Entering 'third_party/googletest' 2024-11-01T16:16:02.2248640Z Entering 'third_party/ideep' 2024-11-01T16:16:02.2327310Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:16:02.2411790Z Entering 'third_party/ittapi' 2024-11-01T16:16:02.2493640Z Entering 'third_party/kineto' 2024-11-01T16:16:02.2572160Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:16:02.2651280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:16:02.2731600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:16:02.2812110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:16:02.2892210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:16:02.2970620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:16:02.3052880Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:16:02.3133830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:16:02.3215600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:16:02.3296610Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:16:02.3379560Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:16:02.3460510Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:16:02.3542130Z Entering 'third_party/mimalloc' 2024-11-01T16:16:02.3622430Z Entering 'third_party/nccl/nccl' 2024-11-01T16:16:02.3702060Z Entering 'third_party/nlohmann' 2024-11-01T16:16:02.3783090Z Entering 'third_party/onnx' 2024-11-01T16:16:02.3867100Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:16:02.3951610Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:16:02.4037560Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:16:02.4115240Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:16:02.4195720Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:16:02.4274770Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:16:02.4356120Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:16:02.4437220Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:16:02.4517830Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:16:02.4599130Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:16:02.4680590Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:16:02.4763870Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:16:02.4855160Z Entering 'third_party/pocketfft' 2024-11-01T16:16:02.4939010Z Entering 'third_party/protobuf' 2024-11-01T16:16:02.5019770Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:16:02.5100470Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:16:02.5185440Z Entering 'third_party/psimd' 2024-11-01T16:16:02.5268020Z Entering 'third_party/pthreadpool' 2024-11-01T16:16:02.5348430Z Entering 'third_party/pybind11' 2024-11-01T16:16:02.5430090Z Entering 'third_party/python-peachpy' 2024-11-01T16:16:02.5511910Z Entering 'third_party/sleef' 2024-11-01T16:16:02.5592960Z Entering 'third_party/tensorpipe' 2024-11-01T16:16:02.5673600Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:16:02.5754780Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:16:02.5834930Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:16:02.5915730Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:16:02.5995750Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:16:02.6088220Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-11-01T16:16:02.6577390Z Entering 'android/libs/fbjni' 2024-11-01T16:16:02.6662550Z Entering 'third_party/FP16' 2024-11-01T16:16:02.6744640Z Entering 'third_party/FXdiv' 2024-11-01T16:16:02.6826390Z Entering 'third_party/NNPACK' 2024-11-01T16:16:02.6906560Z Entering 'third_party/NVTX' 2024-11-01T16:16:02.6987630Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:16:02.7069770Z Entering 'third_party/XNNPACK' 2024-11-01T16:16:02.7155080Z Entering 'third_party/benchmark' 2024-11-01T16:16:02.7237770Z Entering 'third_party/composable_kernel' 2024-11-01T16:16:02.7320290Z Entering 'third_party/cpp-httplib' 2024-11-01T16:16:02.7402760Z Entering 'third_party/cpuinfo' 2024-11-01T16:16:02.7515550Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:16:02.7610030Z Entering 'third_party/cutlass' 2024-11-01T16:16:02.7716110Z Entering 'third_party/eigen' 2024-11-01T16:16:02.7824090Z Entering 'third_party/fbgemm' 2024-11-01T16:16:02.7919260Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:16:02.8023450Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:16:02.8145570Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:16:02.8259790Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:16:02.8366470Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:16:02.8450110Z Entering 'third_party/flatbuffers' 2024-11-01T16:16:02.8532580Z Entering 'third_party/fmt' 2024-11-01T16:16:02.8615070Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:16:02.8695760Z Entering 'third_party/gloo' 2024-11-01T16:16:02.8777800Z Entering 'third_party/googletest' 2024-11-01T16:16:02.8858400Z Entering 'third_party/ideep' 2024-11-01T16:16:02.8937030Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:16:02.9021180Z Entering 'third_party/ittapi' 2024-11-01T16:16:02.9103370Z Entering 'third_party/kineto' 2024-11-01T16:16:02.9184050Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:16:02.9262760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:16:02.9344840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:16:02.9425740Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:16:02.9506260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:16:02.9586230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:16:02.9671360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:16:02.9753450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:16:02.9834920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:16:02.9916960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:16:03.0001670Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:16:03.0082400Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:16:03.0165880Z Entering 'third_party/mimalloc' 2024-11-01T16:16:03.0248300Z Entering 'third_party/nccl/nccl' 2024-11-01T16:16:03.0329980Z Entering 'third_party/nlohmann' 2024-11-01T16:16:03.0410260Z Entering 'third_party/onnx' 2024-11-01T16:16:03.0495480Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:16:03.0580110Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:16:03.0660870Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:16:03.0744670Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:16:03.0824990Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:16:03.0905070Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:16:03.0985160Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:16:03.1066260Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:16:03.1147880Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:16:03.1225690Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:16:03.1307310Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:16:03.1389300Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:16:03.1478890Z Entering 'third_party/pocketfft' 2024-11-01T16:16:03.1561890Z Entering 'third_party/protobuf' 2024-11-01T16:16:03.1643340Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:16:03.1728350Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:16:03.1815320Z Entering 'third_party/psimd' 2024-11-01T16:16:03.1898100Z Entering 'third_party/pthreadpool' 2024-11-01T16:16:03.1979340Z Entering 'third_party/pybind11' 2024-11-01T16:16:03.2061180Z Entering 'third_party/python-peachpy' 2024-11-01T16:16:03.2142530Z Entering 'third_party/sleef' 2024-11-01T16:16:03.2224160Z Entering 'third_party/tensorpipe' 2024-11-01T16:16:03.2303840Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:16:03.2384100Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:16:03.2463690Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:16:03.2548910Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:16:03.2627380Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:16:03.2718910Z ##[endgroup] 2024-11-01T16:16:03.2940850Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:16:03.3156140Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:16:03.3215650Z ##[group]Run if [ -n "${XCODE_VERSION}" ]; then 2024-11-01T16:16:03.3215960Z if [ -n "${XCODE_VERSION}" ]; then 2024-11-01T16:16:03.3216440Z  echo "DEVELOPER_DIR=/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer" >> "${GITHUB_ENV}" 2024-11-01T16:16:03.3216880Z fi 2024-11-01T16:16:03.3480210Z shell: /bin/bash -e {0} 2024-11-01T16:16:03.3480400Z env: 2024-11-01T16:16:03.3480560Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:03.3480800Z SCCACHE_USE_GHA: false 2024-11-01T16:16:03.3480990Z XCODE_VERSION: 2024-11-01T16:16:03.3481140Z ##[endgroup] 2024-11-01T16:16:03.4046970Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@main 2024-11-01T16:16:03.4047340Z with: 2024-11-01T16:16:03.4047490Z python-version: 3.9.12 2024-11-01T16:16:03.4047780Z environment-file: .github/requirements/conda-env-macOS-ARM64 2024-11-01T16:16:03.4048230Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2024-11-01T16:16:03.4048760Z miniconda-version: 24.7.1-0 2024-11-01T16:16:03.4049080Z default-packages: cmake=3.22 ninja=1.10 pkg-config=0.29 wheel=0.37 2024-11-01T16:16:03.4049420Z env: 2024-11-01T16:16:03.4049580Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:03.4049820Z SCCACHE_USE_GHA: false 2024-11-01T16:16:03.4050020Z ##[endgroup] 2024-11-01T16:16:03.4066200Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-11-01T16:16:03.4066680Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-11-01T16:16:03.4067420Z 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-11-01T16:16:03.4083480Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:03.4083760Z env: 2024-11-01T16:16:03.4083910Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:03.4084150Z SCCACHE_USE_GHA: false 2024-11-01T16:16:03.4084330Z ##[endgroup] 2024-11-01T16:16:03.4608350Z /Users/ec2-user/runner/_work/_temp/e244947d-f803-4668-b1f2-e4f55a555748.sh: line 2: md5sum: command not found 2024-11-01T16:16:03.4670740Z ##[group]Run actions/cache@v3 2024-11-01T16:16:03.4670950Z with: 2024-11-01T16:16:03.4671150Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2024-11-01T16:16:03.4671500Z key: miniconda-24.7.1-0-macOS-ARM64-3.9.12--20241101d 2024-11-01T16:16:03.4671820Z enableCrossOsArchive: false 2024-11-01T16:16:03.4672060Z fail-on-cache-miss: false 2024-11-01T16:16:03.4672270Z lookup-only: false 2024-11-01T16:16:03.4672450Z env: 2024-11-01T16:16:03.4672620Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:03.4672870Z SCCACHE_USE_GHA: false 2024-11-01T16:16:03.4673090Z ##[endgroup] 2024-11-01T16:16:04.7006540Z Received 320679405 of 320679405 (100.0%), 305.5 MBs/sec 2024-11-01T16:16:05.3351230Z Cache Size: ~306 MB (320679405 B) 2024-11-01T16:16:05.3476580Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/43d0dfbc-221e-40aa-bba3-7ea478cc9e7d/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-11-01T16:16:12.7916830Z Cache restored successfully 2024-11-01T16:16:12.8027540Z Cache restored from key: miniconda-24.7.1-0-macOS-ARM64-3.9.12--20241101d 2024-11-01T16:16:12.8091300Z ##[group]Run set -x 2024-11-01T16:16:12.8091500Z set -x 2024-11-01T16:16:12.8091660Z  2024-11-01T16:16:12.8091900Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2024-11-01T16:16:12.8092290Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2024-11-01T16:16:12.8092780Z # NB: GITHUB_PATH has a lower priority than PATH, so also set the path 2024-11-01T16:16:12.8093240Z # here to make sure that the correct conda is used 2024-11-01T16:16:12.8093530Z { 2024-11-01T16:16:12.8093760Z  echo "PATH=${MINICONDA_INSTALL_PATH}/bin:${PATH}" 2024-11-01T16:16:12.8094170Z  echo "CONDA_EXE=${MINICONDA_INSTALL_PATH}/bin/conda"; 2024-11-01T16:16:12.8094510Z } >> "${GITHUB_ENV}" 2024-11-01T16:16:12.8124490Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:12.8124770Z env: 2024-11-01T16:16:12.8124940Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:12.8125180Z SCCACHE_USE_GHA: false 2024-11-01T16:16:12.8125370Z ##[endgroup] 2024-11-01T16:16:12.8540980Z + MINICONDA_INSTALL_PATH=/Users/ec2-user/runner/_work/_temp/miniconda 2024-11-01T16:16:12.8541520Z + echo /Users/ec2-user/runner/_work/_temp/miniconda/bin 2024-11-01T16:16:12.8543270Z + 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-11-01T16:16:12.8544430Z + echo CONDA_EXE=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:13.0204040Z ##[group]Run actions/cache@v3 2024-11-01T16:16:13.0204300Z with: 2024-11-01T16:16:13.0204550Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-11-01T16:16:13.0205700Z key: miniconda-env-macOS-ARM64-3.9.12--20241101d-df4fea1f0320691e2ceb8626578a181fee2e2aab8244c248a366f57a0ba49f19-4fffeb57543c5c51f497d1633cbd47850ddaf046ba0ee46ebeacd9840b45220e 2024-11-01T16:16:13.0206520Z enableCrossOsArchive: false 2024-11-01T16:16:13.0206760Z fail-on-cache-miss: false 2024-11-01T16:16:13.0207020Z lookup-only: false 2024-11-01T16:16:13.0207210Z env: 2024-11-01T16:16:13.0207390Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:13.0207650Z SCCACHE_USE_GHA: false 2024-11-01T16:16:13.0208500Z 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-11-01T16:16:13.0209460Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:13.0209810Z ##[endgroup] 2024-11-01T16:16:14.4124850Z Cache Size: ~229 MB (239900882 B) 2024-11-01T16:16:14.4147480Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/ac2e6ee4-6089-464a-bb45-291e6d217243/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-11-01T16:16:14.4590600Z Received 239900882 of 239900882 (100.0%), 228.3 MBs/sec 2024-11-01T16:16:20.3302920Z Cache restored successfully 2024-11-01T16:16:20.3401730Z Cache restored from key: miniconda-env-macOS-ARM64-3.9.12--20241101d-df4fea1f0320691e2ceb8626578a181fee2e2aab8244c248a366f57a0ba49f19-4fffeb57543c5c51f497d1633cbd47850ddaf046ba0ee46ebeacd9840b45220e 2024-11-01T16:16:20.3539010Z ##[group]Run set -x 2024-11-01T16:16:20.3539290Z set -x 2024-11-01T16:16:20.3539470Z  2024-11-01T16:16:20.3539800Z # Print the conda we are using here in case we need debugging information 2024-11-01T16:16:20.3540220Z CONDA_RUNTIME=$(which conda) 2024-11-01T16:16:20.3540490Z "${CONDA_RUNTIME}" --version 2024-11-01T16:16:20.3540740Z  2024-11-01T16:16:20.3541160Z # https://docs.conda.io/projects/conda-build/en/stable/user-guide/environment-variables.html 2024-11-01T16:16:20.3541740Z CONDA_PREFIX="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2024-11-01T16:16:20.3542100Z "${CONDA_RUNTIME}" create \ 2024-11-01T16:16:20.3542340Z  --yes --quiet \ 2024-11-01T16:16:20.3542570Z  --prefix "${CONDA_PREFIX}" \ 2024-11-01T16:16:20.3542860Z  --clone "${CONDA_BASE_ENV}" 2024-11-01T16:16:20.3543120Z  2024-11-01T16:16:20.3543290Z set +e 2024-11-01T16:16:20.3543670Z # NB: Cloning sometimes doesn't copied pip dependencies (untracked files) over. If this 2024-11-01T16:16:20.3544310Z # happens, let's attempt to install the pip requirements directly on top of the cloned 2024-11-01T16:16:20.3544890Z # environment. This is to make sure that no dependency is missing. 2024-11-01T16:16:20.3545530Z UNTRACKED_FILES_COUNT=$("${CONDA_RUNTIME}" package -p "${CONDA_PREFIX}" -u | grep -v "^#" | wc -l | xargs) 2024-11-01T16:16:20.3545980Z set -e 2024-11-01T16:16:20.3546150Z  2024-11-01T16:16:20.3546520Z if [[ -z "${UNTRACKED_FILES_COUNT}" ]] || [[ "${UNTRACKED_FILES_COUNT}" == "0" ]]; then 2024-11-01T16:16:20.3546990Z  if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-11-01T16:16:20.3547600Z  # NB: Force reinstall and don't use the cache, as the installation would still fail 2024-11-01T16:16:20.3548150Z  # when reporting that all requirements have been satisfied 2024-11-01T16:16:20.3549070Z  "${CONDA_RUNTIME}" run -p "${CONDA_PREFIX}" --no-capture-output python3 -mpip install --ignore-installed --no-cache-dir -r "${PIP_REQUIREMENTS_FILE}" 2024-11-01T16:16:20.3549750Z  elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-11-01T16:16:20.3550350Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2024-11-01T16:16:20.3550970Z  fi 2024-11-01T16:16:20.3551150Z fi 2024-11-01T16:16:20.3551300Z  2024-11-01T16:16:20.3551670Z # Keep exporting CONDA_PREFIX under CONDA_ENV because the latter could be used elsewhere 2024-11-01T16:16:20.3552160Z echo "CONDA_ENV=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-11-01T16:16:20.3552460Z  2024-11-01T16:16:20.3552690Z echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-11-01T16:16:20.3553220Z echo "CONDA_RUN=${CONDA_RUNTIME} run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}" 2024-11-01T16:16:20.3553700Z if [[ "${PYTHON_VERSION}" == "3.11" ]]; then 2024-11-01T16:16:20.3554150Z  # TODO: Remove me, when more packages will be available on default channel 2024-11-01T16:16:20.3560040Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX} -c pytorch-nightly" >> "${GITHUB_ENV}" 2024-11-01T16:16:20.3560540Z else 2024-11-01T16:16:20.3560910Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-11-01T16:16:20.3561330Z fi 2024-11-01T16:16:20.3859700Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:20.3859990Z env: 2024-11-01T16:16:20.3860170Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:20.3860420Z SCCACHE_USE_GHA: false 2024-11-01T16:16:20.3861280Z 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-11-01T16:16:20.3862270Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:20.3862610Z PYTHON_VERSION: 3.9.12 2024-11-01T16:16:20.3862930Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-11-01T16:16:20.3863390Z PIP_REQUIREMENTS_FILE: .github/requirements/pip-requirements-macOS.txt 2024-11-01T16:16:20.3863730Z ##[endgroup] 2024-11-01T16:16:20.4277130Z ++ which conda 2024-11-01T16:16:20.4303540Z + CONDA_RUNTIME=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:20.4304130Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda --version 2024-11-01T16:16:24.0457500Z conda 24.7.1 2024-11-01T16:16:24.0739290Z + CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:24.0740950Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda create --yes --quiet --prefix /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --clone /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-11-01T16:16:32.3723630Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-11-01T16:16:32.3724280Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:32.3724700Z Packages: 59 2024-11-01T16:16:32.3724890Z Files: 17448 2024-11-01T16:16:32.5800110Z Preparing transaction: ...working... done 2024-11-01T16:16:37.5907820Z Verifying transaction: ...working... done 2024-11-01T16:16:41.6214160Z Executing transaction: ...working... done 2024-11-01T16:16:41.8282130Z + set +e 2024-11-01T16:16:41.8290350Z ++ /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda package -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 -u 2024-11-01T16:16:41.8292210Z ++ grep -v '^#' 2024-11-01T16:16:41.8292450Z ++ wc -l 2024-11-01T16:16:41.8292650Z ++ xargs 2024-11-01T16:16:42.3907220Z + UNTRACKED_FILES_COUNT=17448 2024-11-01T16:16:42.3907650Z + set -e 2024-11-01T16:16:42.3907860Z + [[ -z 17448 ]] 2024-11-01T16:16:42.3908460Z + [[ 17448 == \0 ]] 2024-11-01T16:16:42.3908900Z + echo CONDA_ENV=/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.3909590Z + echo CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.3917270Z + echo 'CONDA_RUN=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output' 2024-11-01T16:16:42.3922910Z + [[ 3.9.12 == \3\.\1\1 ]] 2024-11-01T16:16:42.3923740Z + echo 'CONDA_INSTALL=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612' 2024-11-01T16:16:42.3970360Z ##[group]Run CONDA_RUNTIME=$(which conda) 2024-11-01T16:16:42.3970660Z CONDA_RUNTIME=$(which conda) 2024-11-01T16:16:42.3970900Z  2024-11-01T16:16:42.3971080Z set -euxo pipefail 2024-11-01T16:16:42.3971370Z "${CONDA_RUNTIME}" config --set channel_priority false 2024-11-01T16:16:42.4394870Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:42.4395160Z env: 2024-11-01T16:16:42.4395330Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:42.4395580Z SCCACHE_USE_GHA: false 2024-11-01T16:16:42.4396440Z 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-11-01T16:16:42.4397420Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:42.4397880Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.4398390Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.4399170Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:42.4400210Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.4400850Z ##[endgroup] 2024-11-01T16:16:42.4826550Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda config --set channel_priority false 2024-11-01T16:16:42.6595370Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:16:42.6595660Z with: 2024-11-01T16:16:42.6595810Z timeout_minutes: 5 2024-11-01T16:16:42.6596000Z max_attempts: 3 2024-11-01T16:16:42.6596180Z retry_wait_seconds: 90 2024-11-01T16:16:42.6599670Z 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-11-01T16:16:42.6603410Z polling_interval_seconds: 1 2024-11-01T16:16:42.6603630Z warning_on_retry: true 2024-11-01T16:16:42.6603840Z continue_on_error: false 2024-11-01T16:16:42.6604030Z env: 2024-11-01T16:16:42.6604200Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:42.6604440Z SCCACHE_USE_GHA: false 2024-11-01T16:16:42.6605290Z 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-11-01T16:16:42.6606260Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:42.6606840Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.6607320Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.6608080Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:42.6609090Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:42.6609700Z ##[endgroup] 2024-11-01T16:16:42.7562350Z + DOWNLOAD_SCCACHE=0 2024-11-01T16:16:42.7562670Z + SCCACHE_VERSION=0.4.1 2024-11-01T16:16:42.7562920Z + LOCAL_PATH=/usr/local/bin 2024-11-01T16:16:42.7563270Z + '[' '!' -f /usr/local/bin/sccache ']' 2024-11-01T16:16:42.7583340Z ++ /usr/local/bin/sccache --version 2024-11-01T16:16:42.7584520Z ++ cut '-d ' -f2 2024-11-01T16:16:42.8210560Z + LOCAL_VERSION=0.4.1 2024-11-01T16:16:42.8211040Z + '[' 0.4.1 '!=' 0.4.1 ']' 2024-11-01T16:16:42.8211340Z + '[' 0 == 1 ']' 2024-11-01T16:16:42.8211560Z + [[ false == \t\r\u\e ]] 2024-11-01T16:16:42.8213540Z + echo SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-11-01T16:16:42.8214300Z + echo SCCACHE_S3_KEY_PREFIX=trunk 2024-11-01T16:16:42.8214590Z + echo /usr/local/bin 2024-11-01T16:16:43.7592130Z Command completed after 1 attempt(s). 2024-11-01T16:16:43.7835850Z Prepare all required actions 2024-11-01T16:16:43.7921280Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-11-01T16:16:43.7922120Z with: 2024-11-01T16:16:43.7923630Z github-token: *** 2024-11-01T16:16:43.7924160Z env: 2024-11-01T16:16:43.7924660Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:43.7925370Z SCCACHE_USE_GHA: false 2024-11-01T16:16:43.7927870Z 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-11-01T16:16:43.7930790Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:43.7932140Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:43.7933600Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:43.7935990Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:43.7939090Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:43.7941000Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:43.7941640Z ##[endgroup] 2024-11-01T16:16:43.7974710Z ##[group]Run set -eux 2024-11-01T16:16:43.7975210Z set -eux 2024-11-01T16:16:43.7976140Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-11-01T16:16:43.8030040Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:43.8030840Z env: 2024-11-01T16:16:43.8031310Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:43.8031970Z SCCACHE_USE_GHA: false 2024-11-01T16:16:43.8034090Z 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-11-01T16:16:43.8036500Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:43.8037770Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:43.8039020Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:43.8041010Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:43.8043940Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:43.8045460Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:43.8046220Z GITHUB_TOKEN: *** 2024-11-01T16:16:43.8046610Z ##[endgroup] 2024-11-01T16:16:43.8670020Z + python3 .github/scripts/get_workflow_job_id.py 11632515612 i-00705b741d1e463ca 2024-11-01T16:16:44.4143370Z setting job-id=32395777968 2024-11-01T16:16:44.4144830Z setting job-name=macos-py3-arm64 / build 2024-11-01T16:16:44.4647250Z Prepare all required actions 2024-11-01T16:16:44.4647890Z Getting action download info 2024-11-01T16:16:44.6089110Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:16:44.6089680Z with: 2024-11-01T16:16:44.6090420Z github-token: *** 2024-11-01T16:16:44.6092100Z 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-11-01T16:16:44.6094010Z job-name: macos-py3-arm64 / build 2024-11-01T16:16:44.6094490Z env: 2024-11-01T16:16:44.6094840Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:44.6095350Z SCCACHE_USE_GHA: false 2024-11-01T16:16:44.6097130Z 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-11-01T16:16:44.6099150Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:44.6100120Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:44.6101150Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:44.6102770Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:44.6104970Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:44.6106330Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:44.6106780Z ##[endgroup] 2024-11-01T16:16:44.6172670Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:16:44.6173090Z with: 2024-11-01T16:16:44.6173350Z shell: bash 2024-11-01T16:16:44.6173640Z timeout_minutes: 10 2024-11-01T16:16:44.6173980Z max_attempts: 5 2024-11-01T16:16:44.6174300Z retry_wait_seconds: 30 2024-11-01T16:16:44.6175590Z 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-11-01T16:16:44.6176930Z polling_interval_seconds: 1 2024-11-01T16:16:44.6177320Z warning_on_retry: true 2024-11-01T16:16:44.6177680Z continue_on_error: false 2024-11-01T16:16:44.6178030Z env: 2024-11-01T16:16:44.6178320Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:44.6178750Z SCCACHE_USE_GHA: false 2024-11-01T16:16:44.6180270Z 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-11-01T16:16:44.6182020Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:44.6182850Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:44.6183750Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:44.6185150Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:44.6187030Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:44.6188430Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:44.6189030Z GITHUB_TOKEN: *** 2024-11-01T16:16:44.6189340Z ##[endgroup] 2024-11-01T16:16:44.7420950Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:16:45.0407410Z Requirement already satisfied: requests==2.27.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (2.27.1) 2024-11-01T16:16:45.0409190Z Requirement already satisfied: pyyaml==6.0.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (6.0.1) 2024-11-01T16:16:45.0426000Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (1.26.20) 2024-11-01T16:16:45.0427930Z 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-11-01T16:16:45.0431110Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (2.0.12) 2024-11-01T16:16:45.0433950Z 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-11-01T16:16:45.7453960Z Command completed after 1 attempt(s). 2024-11-01T16:16:45.7605710Z ##[group]Run set -x 2024-11-01T16:16:45.7606630Z set -x 2024-11-01T16:16:45.7607460Z  2024-11-01T16:16:45.7608950Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:16:45.7610920Z # in runner workspace 2024-11-01T16:16:45.7612540Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:16:45.7689840Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:45.7690950Z env: 2024-11-01T16:16:45.7691600Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:45.7692560Z SCCACHE_USE_GHA: false 2024-11-01T16:16:45.7695790Z 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-11-01T16:16:45.7699470Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:45.7701210Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:45.7703110Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:45.7706110Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:45.7710070Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:45.7712430Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:45.7713060Z ##[endgroup] 2024-11-01T16:16:45.8444540Z + python3 /Users/ec2-user/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-11-01T16:16:45.8625900Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:16:45.8626250Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:16:45.8626540Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:16:45.8626780Z  2024-11-01T16:16:45.8627200Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:16:45.8627630Z # in runner workspace 2024-11-01T16:16:45.8637470Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:16:45.8637940Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:16:45.8638220Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:16:45.8638480Z  --test-matrix "{ include: [ 2024-11-01T16:16:45.8639370Z  { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, 2024-11-01T16:16:45.8639880Z  { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, 2024-11-01T16:16:45.8640390Z  { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, 2024-11-01T16:16:45.8640760Z ]} 2024-11-01T16:16:45.8640930Z " \ 2024-11-01T16:16:45.8641110Z  --selected-test-configs "" \ 2024-11-01T16:16:45.8641380Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:16:45.8641790Z  --tag "${TAG}" \ 2024-11-01T16:16:45.8642030Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:16:45.8642290Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:16:45.8642550Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:16:45.8661300Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:45.8661600Z env: 2024-11-01T16:16:45.8661760Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:45.8662040Z SCCACHE_USE_GHA: false 2024-11-01T16:16:45.8662860Z 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-11-01T16:16:45.8663800Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:45.8664250Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:45.8664730Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:45.8665490Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:45.8666490Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:45.8667120Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:45.8667570Z GITHUB_TOKEN: *** 2024-11-01T16:16:45.8667790Z JOB_NAME: macos-py3-arm64 / build 2024-11-01T16:16:45.8668010Z PR_NUMBER: 2024-11-01T16:16:45.8668190Z TAG: ciflow/trunk/138766 2024-11-01T16:16:45.8668420Z EVENT_NAME: push 2024-11-01T16:16:45.8668600Z SCHEDULE: 2024-11-01T16:16:45.8668810Z HEAD_BRANCH: 2024-11-01T16:16:45.8668990Z ##[endgroup] 2024-11-01T16:16:45.9075170Z Workflow: trunk 2024-11-01T16:16:45.9075620Z Job name: macos-py3-arm64 / build 2024-11-01T16:16:46.1968470Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:16:46.4164830Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:16:46.4165120Z echo "Filtered matrix:" 2024-11-01T16:16:46.4165980Z 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-11-01T16:16:46.4166850Z  2024-11-01T16:16:46.4167010Z echo 2024-11-01T16:16:46.4167240Z echo "Is the current job unstable? False" 2024-11-01T16:16:46.4167520Z  2024-11-01T16:16:46.4167670Z echo 2024-11-01T16:16:46.4167880Z echo "Is keep-going label set? False" 2024-11-01T16:16:46.4168160Z  2024-11-01T16:16:46.4168310Z echo 2024-11-01T16:16:46.4168500Z echo "Renabled issues? " 2024-11-01T16:16:46.4187280Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:16:46.4187560Z env: 2024-11-01T16:16:46.4187740Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:46.4187990Z SCCACHE_USE_GHA: false 2024-11-01T16:16:46.4188830Z 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-11-01T16:16:46.4189880Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:46.4190350Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:46.4190840Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:46.4191630Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:46.4192830Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:46.4193480Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:46.4193690Z ##[endgroup] 2024-11-01T16:16:46.4597820Z Filtered matrix: 2024-11-01T16:16:46.4599370Z {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-11-01T16:16:46.4600160Z 2024-11-01T16:16:46.4600280Z Is the current job unstable? False 2024-11-01T16:16:46.4600480Z 2024-11-01T16:16:46.4600650Z Is keep-going label set? False 2024-11-01T16:16:46.4600840Z 2024-11-01T16:16:46.4600920Z Renabled issues? 2024-11-01T16:16:46.4674780Z ##[group]Run echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-11-01T16:16:46.4675520Z echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-11-01T16:16:46.4675960Z  2024-11-01T16:16:46.4676140Z if [[ -n "$CONDA_ENV" ]]; then 2024-11-01T16:16:46.4676440Z  # Use binaries under conda environment 2024-11-01T16:16:46.4676750Z  export PATH="$CONDA_ENV/bin":$PATH 2024-11-01T16:16:46.4676990Z fi 2024-11-01T16:16:46.4677140Z  2024-11-01T16:16:46.4677510Z # NB: Same trick as Linux, there is no need to initialize sccache with the risk of getting 2024-11-01T16:16:46.4678140Z # it hangs or timeout at initialization. The cache will be started automatically 2024-11-01T16:16:46.4678590Z export SKIP_SCCACHE_INITIALIZATION=1 2024-11-01T16:16:46.4678960Z ${CONDA_RUN} .ci/pytorch/macos-build.sh 2024-11-01T16:16:46.4697560Z shell: /bin/bash -e {0} 2024-11-01T16:16:46.4697750Z env: 2024-11-01T16:16:46.4697910Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:16:46.4698160Z SCCACHE_USE_GHA: false 2024-11-01T16:16:46.4698990Z 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-11-01T16:16:46.4699950Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:16:46.4700400Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:46.4700880Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:46.4701650Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:16:46.4702680Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:16:46.4703310Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:16:46.4703530Z OUR_GITHUB_JOB_ID: 32395777968 2024-11-01T16:16:46.4703740Z ##[endgroup] 2024-11-01T16:16:46.8959950Z +++ [[ macos-py3-arm64 == *rocm* ]] 2024-11-01T16:16:46.8973400Z +++ BUILD_TEST_LIBTORCH=0 2024-11-01T16:16:46.8973730Z ++ sysctl -a 2024-11-01T16:16:46.8974300Z ++ grep machdep.cpu 2024-11-01T16:16:46.9115970Z machdep.cpu.cores_per_package: 8 2024-11-01T16:16:46.9116280Z machdep.cpu.core_count: 8 2024-11-01T16:16:46.9116520Z machdep.cpu.logical_per_package: 8 2024-11-01T16:16:46.9117080Z machdep.cpu.thread_count: 8 2024-11-01T16:16:46.9117340Z machdep.cpu.brand_string: Apple M1 2024-11-01T16:16:46.9117650Z ++ export MACOSX_DEPLOYMENT_TARGET=11.1 2024-11-01T16:16:46.9117930Z ++ MACOSX_DEPLOYMENT_TARGET=11.1 2024-11-01T16:16:46.9118170Z ++ export CXX=clang++ 2024-11-01T16:16:46.9118380Z ++ CXX=clang++ 2024-11-01T16:16:46.9118560Z ++ export CC=clang 2024-11-01T16:16:46.9118750Z ++ CC=clang 2024-11-01T16:16:46.9121930Z ++ dirname .ci/pytorch/macos-build.sh 2024-11-01T16:16:46.9131960Z + source .ci/pytorch/common-build.sh 2024-11-01T16:16:46.9133340Z ++ [[ macos-py3-arm64 != *win-* ]] 2024-11-01T16:16:46.9138320Z ++++ dirname .ci/pytorch/common-build.sh 2024-11-01T16:16:46.9149810Z +++ cd .ci/pytorch 2024-11-01T16:16:46.9150220Z +++ pwd -P 2024-11-01T16:16:46.9151870Z ++ script_dir=/Users/ec2-user/runner/_work/pytorch/pytorch/.ci/pytorch 2024-11-01T16:16:46.9152320Z ++ [[ macos-py3-arm64 == *-pch* ]] 2024-11-01T16:16:46.9152610Z ++ which sccache 2024-11-01T16:16:46.9163730Z ++ sccache --stop-server 2024-11-01T16:16:46.9263410Z ++ true 2024-11-01T16:16:46.9263790Z ++ rm -f /Users/ec2-user/sccache_error.log 2024-11-01T16:16:46.9321270Z ++ trap_add sccache_epilogue EXIT 2024-11-01T16:16:46.9321580Z ++ trap_add_cmd=sccache_epilogue 2024-11-01T16:16:46.9321840Z ++ shift 2024-11-01T16:16:46.9322690Z ++ for trap_add_name in '"$@"' 2024-11-01T16:16:46.9327300Z ++++ trap -p EXIT 2024-11-01T16:16:46.9328750Z +++ eval 'extract_trap_cmd ' 2024-11-01T16:16:46.9329020Z ++++ extract_trap_cmd 2024-11-01T16:16:46.9329280Z ++++ printf '%s\n' '' 2024-11-01T16:16:46.9329530Z +++ printf '%s\n' sccache_epilogue 2024-11-01T16:16:46.9330270Z ++ trap -- ' 2024-11-01T16:16:46.9330590Z sccache_epilogue' EXIT 2024-11-01T16:16:46.9330870Z ++ [[ -n 1 ]] 2024-11-01T16:16:46.9331340Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-11-01T16:16:46.9331800Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:16:46.9332090Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:16:46.9332480Z ++ export SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-11-01T16:16:46.9333000Z Skipping sccache server initialization, setting environment variables 2024-11-01T16:16:46.9333470Z ++ SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-11-01T16:16:46.9342650Z ++ export RUST_LOG=sccache::server=error 2024-11-01T16:16:46.9342970Z ++ RUST_LOG=sccache::server=error 2024-11-01T16:16:46.9343240Z ++ sccache --zero-stats 2024-11-01T16:16:46.9575210Z Compile requests 0 2024-11-01T16:16:46.9575540Z Compile requests executed 0 2024-11-01T16:16:46.9575820Z Cache hits 0 2024-11-01T16:16:46.9576150Z Cache misses 0 2024-11-01T16:16:46.9576410Z Cache timeouts 0 2024-11-01T16:16:46.9576690Z Cache read errors 0 2024-11-01T16:16:46.9576960Z Forced recaches 0 2024-11-01T16:16:46.9577230Z Cache write errors 0 2024-11-01T16:16:46.9577500Z Compilation failures 0 2024-11-01T16:16:46.9577780Z Cache errors 0 2024-11-01T16:16:46.9578160Z Non-cacheable compilations 0 2024-11-01T16:16:46.9578440Z ++ which ccache 2024-11-01T16:16:46.9578700Z Non-cacheable calls 0 2024-11-01T16:16:46.9579020Z Non-compilation calls 0 2024-11-01T16:16:46.9579310Z Unsupported compiler calls 0 2024-11-01T16:16:46.9579590Z Average cache write 0.000 s 2024-11-01T16:16:46.9579860Z Average compiler 0.000 s 2024-11-01T16:16:46.9580150Z Average cache read hit 0.000 s 2024-11-01T16:16:46.9580430Z Failed distributed compilations 0 2024-11-01T16:16:46.9580920Z Cache location Local disk: "/Users/ec2-user/Library/Caches/Mozilla.sccache" 2024-11-01T16:16:46.9581330Z Version (client) 0.4.1 2024-11-01T16:16:46.9593210Z + '[' -z true ']' 2024-11-01T16:16:46.9593460Z + which sccache 2024-11-01T16:16:46.9607970Z ++ mktemp -d 2024-11-01T16:16:46.9680190Z + tmp_dir=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm 2024-11-01T16:16:46.9680750Z + trap 'rm -rfv ${tmp_dir}' EXIT 2024-11-01T16:16:46.9681230Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:16:46.9681930Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:16:46.9683540Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:16:46.9701410Z + binary=clang++ 2024-11-01T16:16:46.9704290Z ++ which clang++ 2024-11-01T16:16:46.9715580Z ++ which clang++ 2024-11-01T16:16:46.9724610Z + 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-11-01T16:16:46.9725690Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:16:46.9760350Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:16:46.9761010Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:16:46.9769630Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:16:46.9773660Z + binary=clang 2024-11-01T16:16:46.9777060Z ++ which clang 2024-11-01T16:16:46.9788330Z ++ which clang 2024-11-01T16:16:46.9797750Z + 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-11-01T16:16:46.9798810Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:16:46.9811700Z + export PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm:/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/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-11-01T16:16:46.9814930Z + PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm:/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/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-11-01T16:16:46.9816550Z + print_cmake_info 2024-11-01T16:16:46.9816740Z ++ which cmake 2024-11-01T16:16:46.9823310Z + CMAKE_EXEC=/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:16:46.9824000Z + echo /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:16:46.9824590Z /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:16:46.9826170Z ++ dirname /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:16:46.9835220Z + CONDA_INSTALLATION_DIR=/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin 2024-11-01T16:16:46.9835880Z + ls -la /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/../lib 2024-11-01T16:16:46.9895710Z total 181536 2024-11-01T16:16:46.9896060Z drwxr-xr-x 234 ec2-user staff 7488 Nov 1 16:16 . 2024-11-01T16:16:46.9896510Z drwxr-xr-x 13 ec2-user staff 416 Nov 1 16:16 .. 2024-11-01T16:16:46.9896970Z -rw-r--r-- 2 ec2-user staff 154497 May 3 21:11 Tk.icns 2024-11-01T16:16:46.9897420Z -rw-r--r-- 2 ec2-user staff 53684 May 3 21:11 Tk.tiff 2024-11-01T16:16:46.9897860Z drwxr-xr-x 3 ec2-user staff 96 Nov 1 16:16 clang 2024-11-01T16:16:46.9898290Z drwxr-xr-x 8 ec2-user staff 256 Nov 1 16:16 cmake 2024-11-01T16:16:46.9898960Z drwxr-xr-x 4 ec2-user staff 128 Nov 1 16:16 engines-1.1 2024-11-01T16:16:46.9899430Z drwxr-xr-x 9 ec2-user staff 288 Nov 1 16:16 itcl4.2.4 2024-11-01T16:16:46.9899880Z drwxr-xr-x 3 ec2-user staff 96 Nov 1 16:16 krb5 2024-11-01T16:16:46.9900260Z + export CMAKE_EXEC 2024-11-01T16:16:46.9900880Z + install_name_tool -add_rpath @executable_path/../lib /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:16:46.9901570Z -rwxr-xr-x 2 ec2-user staff 471088 Oct 29 2021 libLerc.dylib 2024-11-01T16:16:46.9902140Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libblas.dylib -> libopenblas.dylib 2024-11-01T16:16:46.9902730Z -rwxr-xr-x 2 ec2-user staff 125200 Apr 30 2024 libbz2.1.0.8.dylib 2024-11-01T16:16:46.9903210Z -rw-r--r-- 2 ec2-user staff 202304 Apr 30 2024 libbz2.a 2024-11-01T16:16:46.9903730Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libbz2.dylib -> libbz2.1.0.8.dylib 2024-11-01T16:16:46.9904300Z -rwxr-xr-x 2 ec2-user staff 1010816 Sep 8 2022 libc++.1.0.dylib 2024-11-01T16:16:46.9904850Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libc++.1.dylib -> libc++.1.0.dylib 2024-11-01T16:16:46.9905610Z -rw-r--r-- 2 ec2-user staff 1393600 Sep 8 2022 libc++.a 2024-11-01T16:16:46.9906150Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libc++.dylib -> libc++.1.0.dylib 2024-11-01T16:16:46.9906720Z -rw-r--r-- 2 ec2-user staff 7208 Sep 8 2022 libc++experimental.a 2024-11-01T16:16:46.9907260Z -rwxr-xr-x 2 ec2-user staff 127888 Sep 5 2023 libcares.2.6.1.dylib 2024-11-01T16:16:46.9907850Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libcares.2.dylib -> libcares.2.6.1.dylib 2024-11-01T16:16:46.9908490Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libcares.dylib -> libcares.2.6.1.dylib 2024-11-01T16:16:46.9909120Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libcblas.dylib -> libopenblas.dylib 2024-11-01T16:16:46.9909690Z -rwxr-xr-x 2 ec2-user staff 67456 Apr 30 2024 libcharset.1.dylib 2024-11-01T16:16:46.9910190Z -rw-r--r-- 2 ec2-user staff 2848 Apr 30 2024 libcharset.a 2024-11-01T16:16:46.9910750Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libcharset.dylib -> libcharset.1.dylib 2024-11-01T16:16:46.9911320Z -rwxr-xr-x 2 ec2-user staff 69344 Jun 16 2023 libcom_err.3.0.dylib 2024-11-01T16:16:46.9911910Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libcom_err.3.dylib -> libcom_err.3.0.dylib 2024-11-01T16:16:46.9912550Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libcom_err.dylib -> libcom_err.3.0.dylib 2024-11-01T16:16:46.9913120Z -rwxr-xr-x 1 ec2-user staff 2275056 Nov 1 16:16 libcrypto.1.1.dylib 2024-11-01T16:16:46.9913590Z -rw-r--r--@ 1 ec2-user staff 3968520 Nov 1 16:16 libcrypto.a 2024-11-01T16:16:46.9914120Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libcrypto.dylib -> libcrypto.1.1.dylib 2024-11-01T16:16:46.9914670Z -rwxr-xr-x 1 ec2-user staff 678112 Nov 1 16:16 libcurl.4.dylib 2024-11-01T16:16:46.9915190Z lrwxr-xr-x 1 ec2-user staff 15 Nov 1 16:16 libcurl.dylib -> libcurl.4.dylib 2024-11-01T16:16:46.9915720Z -rwxr-xr-x 2 ec2-user staff 103920 Sep 29 2023 libdeflate.0.dylib 2024-11-01T16:16:46.9916280Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libdeflate.dylib -> libdeflate.0.dylib 2024-11-01T16:16:46.9916820Z -rwxr-xr-x 2 ec2-user staff 229728 Dec 19 2023 libedit.0.dylib 2024-11-01T16:16:46.9917270Z -rw-r--r-- 2 ec2-user staff 287296 Dec 19 2023 libedit.a 2024-11-01T16:16:46.9917770Z lrwxr-xr-x 1 ec2-user staff 15 Nov 1 16:16 libedit.dylib -> libedit.0.dylib 2024-11-01T16:16:46.9918290Z -rwxr-xr-x 2 ec2-user staff 92016 Aug 14 2021 libev.4.dylib 2024-11-01T16:16:46.9918800Z lrwxr-xr-x 1 ec2-user staff 13 Nov 1 16:16 libev.dylib -> libev.4.dylib 2024-11-01T16:16:46.9919330Z -rwxr-xr-x 2 ec2-user staff 199040 Sep 5 13:35 libexpat.1.9.3.dylib 2024-11-01T16:16:46.9919980Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libexpat.1.dylib -> libexpat.1.9.3.dylib 2024-11-01T16:16:46.9920510Z -rw-r--r-- 2 ec2-user staff 193632 Sep 5 13:35 libexpat.a 2024-11-01T16:16:46.9921040Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libexpat.dylib -> libexpat.1.9.3.dylib 2024-11-01T16:16:46.9921630Z lrwxr-xr-x 1 ec2-user staff 14 Nov 1 16:16 libffi.7.dylib -> libffi.8.dylib 2024-11-01T16:16:46.9922140Z -rwxr-xr-x 2 ec2-user staff 120624 Apr 30 2024 libffi.8.dylib 2024-11-01T16:16:46.9922590Z -rw-r--r-- 2 ec2-user staff 54584 Apr 30 2024 libffi.a 2024-11-01T16:16:46.9923090Z lrwxr-xr-x 1 ec2-user staff 14 Nov 1 16:16 libffi.dylib -> libffi.8.dylib 2024-11-01T16:16:46.9923670Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libform.6.dylib -> libformw.6.dylib 2024-11-01T16:16:46.9924230Z lrwxr-xr-x 1 ec2-user staff 10 Nov 1 16:16 libform.a -> libformw.a 2024-11-01T16:16:46.9924800Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libform.dylib -> libformw.6.dylib 2024-11-01T16:16:46.9925340Z -rwxr-xr-x 2 ec2-user staff 113712 Jan 26 2023 libformw.6.dylib 2024-11-01T16:16:46.9925960Z -rw-r--r-- 2 ec2-user staff 100944 Jan 26 2023 libformw.a 2024-11-01T16:16:46.9926480Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libformw.dylib -> libformw.6.dylib 2024-11-01T16:16:46.9927040Z -rwxr-xr-x 2 ec2-user staff 735296 Oct 26 2022 libfreetype.6.dylib 2024-11-01T16:16:46.9927550Z -rw-r--r-- 2 ec2-user staff 882072 Oct 26 2022 libfreetype.a 2024-11-01T16:16:46.9928110Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libfreetype.dylib -> libfreetype.6.dylib 2024-11-01T16:16:46.9928670Z -rw-r--r-- 2 ec2-user staff 143664 Oct 11 2022 libgcc_s.1.1.dylib 2024-11-01T16:16:46.9929180Z -rwxr-xr-x 2 ec2-user staff 3717456 Oct 11 2022 libgfortran.5.dylib 2024-11-01T16:16:46.9929740Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libgfortran.dylib -> libgfortran.5.dylib 2024-11-01T16:16:46.9935950Z -rwxr-xr-x 2 ec2-user staff 105872 Oct 11 14:18 libgif.7.2.0.dylib 2024-11-01T16:16:46.9936540Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libgif.7.dylib -> libgif.7.2.0.dylib 2024-11-01T16:16:46.9937100Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libgif.dylib -> libgif.7.2.0.dylib 2024-11-01T16:16:46.9937650Z lrwxr-xr-x 1 ec2-user staff 12 Nov 1 16:16 libgomp.1.dylib -> libomp.dylib 2024-11-01T16:16:46.9938190Z lrwxr-xr-x 1 ec2-user staff 12 Nov 1 16:16 libgomp.dylib -> libomp.dylib 2024-11-01T16:16:46.9938720Z -rwxr-xr-x 1 ec2-user staff 333152 Nov 1 16:16 libgssapi_krb5.2.2.dylib 2024-11-01T16:16:46.9939350Z lrwxr-xr-x 1 ec2-user staff 24 Nov 1 16:16 libgssapi_krb5.2.dylib -> libgssapi_krb5.2.2.dylib 2024-11-01T16:16:46.9940040Z lrwxr-xr-x 1 ec2-user staff 24 Nov 1 16:16 libgssapi_krb5.dylib -> libgssapi_krb5.2.2.dylib 2024-11-01T16:16:46.9940650Z -rwxr-xr-x 2 ec2-user staff 153488 Jun 16 2023 libgssrpc.4.2.dylib 2024-11-01T16:16:46.9941220Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libgssrpc.4.dylib -> libgssrpc.4.2.dylib 2024-11-01T16:16:46.9941850Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libgssrpc.dylib -> libgssrpc.4.2.dylib 2024-11-01T16:16:46.9942410Z -rwxr-xr-x 2 ec2-user staff 91184 Oct 24 2022 libhistory.8.2.dylib 2024-11-01T16:16:46.9942990Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libhistory.8.dylib -> libhistory.8.2.dylib 2024-11-01T16:16:46.9943530Z -rw-r--r-- 2 ec2-user staff 48392 Oct 24 2022 libhistory.a 2024-11-01T16:16:46.9944090Z lrwxr-xr-x 1 ec2-user staff 20 Nov 1 16:16 libhistory.dylib -> libhistory.8.2.dylib 2024-11-01T16:16:46.9944640Z -rwxr-xr-x 2 ec2-user staff 1015200 Apr 30 2024 libiconv.2.dylib 2024-11-01T16:16:46.9945090Z -rw-r--r-- 2 ec2-user staff 980096 Apr 30 2024 libiconv.a 2024-11-01T16:16:46.9945690Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libiconv.dylib -> libiconv.2.dylib 2024-11-01T16:16:46.9946260Z lrwxr-xr-x 1 ec2-user staff 12 Nov 1 16:16 libiomp5.dylib -> libomp.dylib 2024-11-01T16:16:46.9946770Z -rwxr-xr-x 2 ec2-user staff 284352 Aug 5 15:44 libjpeg.9.dylib 2024-11-01T16:16:46.9947230Z -rw-r--r-- 2 ec2-user staff 303552 Aug 5 15:44 libjpeg.a 2024-11-01T16:16:46.9947720Z lrwxr-xr-x 1 ec2-user staff 15 Nov 1 16:16 libjpeg.dylib -> libjpeg.9.dylib 2024-11-01T16:16:46.9948260Z -rwxr-xr-x 2 ec2-user staff 113520 Jun 16 2023 libk5crypto.3.1.dylib 2024-11-01T16:16:46.9948850Z lrwxr-xr-x 1 ec2-user staff 21 Nov 1 16:16 libk5crypto.3.dylib -> libk5crypto.3.1.dylib 2024-11-01T16:16:46.9949480Z lrwxr-xr-x 1 ec2-user staff 21 Nov 1 16:16 libk5crypto.dylib -> libk5crypto.3.1.dylib 2024-11-01T16:16:46.9950130Z lrwxr-xr-x 1 ec2-user staff 27 Nov 1 16:16 libkadm5clnt.dylib -> libkadm5clnt_mit.12.0.dylib 2024-11-01T16:16:46.9950740Z -rwxr-xr-x 1 ec2-user staff 134880 Nov 1 16:16 libkadm5clnt_mit.12.0.dylib 2024-11-01T16:16:46.9951390Z lrwxr-xr-x 1 ec2-user staff 27 Nov 1 16:16 libkadm5clnt_mit.12.dylib -> libkadm5clnt_mit.12.0.dylib 2024-11-01T16:16:46.9952270Z lrwxr-xr-x 1 ec2-user staff 27 Nov 1 16:16 libkadm5clnt_mit.dylib -> libkadm5clnt_mit.12.0.dylib 2024-11-01T16:16:46.9952970Z lrwxr-xr-x 1 ec2-user staff 26 Nov 1 16:16 libkadm5srv.dylib -> libkadm5srv_mit.12.0.dylib 2024-11-01T16:16:46.9953570Z -rwxr-xr-x 1 ec2-user staff 154944 Nov 1 16:16 libkadm5srv_mit.12.0.dylib 2024-11-01T16:16:46.9954190Z lrwxr-xr-x 1 ec2-user staff 26 Nov 1 16:16 libkadm5srv_mit.12.dylib -> libkadm5srv_mit.12.0.dylib 2024-11-01T16:16:46.9954880Z lrwxr-xr-x 1 ec2-user staff 26 Nov 1 16:16 libkadm5srv_mit.dylib -> libkadm5srv_mit.12.0.dylib 2024-11-01T16:16:46.9955470Z -rwxr-xr-x 1 ec2-user staff 132336 Nov 1 16:16 libkdb5.10.0.dylib 2024-11-01T16:16:46.9956040Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libkdb5.10.dylib -> libkdb5.10.0.dylib 2024-11-01T16:16:46.9956660Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libkdb5.dylib -> libkdb5.10.0.dylib 2024-11-01T16:16:46.9957220Z -rwxr-xr-x 2 ec2-user staff 71216 Jun 16 2023 libkrad.0.0.dylib 2024-11-01T16:16:46.9957760Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libkrad.0.dylib -> libkrad.0.0.dylib 2024-11-01T16:16:46.9958350Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libkrad.dylib -> libkrad.0.0.dylib 2024-11-01T16:16:46.9958880Z -rwxr-xr-x 1 ec2-user staff 826304 Nov 1 16:16 libkrb5.3.3.dylib 2024-11-01T16:16:46.9959410Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libkrb5.3.dylib -> libkrb5.3.3.dylib 2024-11-01T16:16:46.9959980Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libkrb5.dylib -> libkrb5.3.3.dylib 2024-11-01T16:16:46.9960530Z -rwxr-xr-x 2 ec2-user staff 93744 Jun 16 2023 libkrb5support.1.1.dylib 2024-11-01T16:16:46.9961150Z lrwxr-xr-x 1 ec2-user staff 24 Nov 1 16:16 libkrb5support.1.dylib -> libkrb5support.1.1.dylib 2024-11-01T16:16:46.9961840Z lrwxr-xr-x 1 ec2-user staff 24 Nov 1 16:16 libkrb5support.dylib -> libkrb5support.1.1.dylib 2024-11-01T16:16:46.9962470Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 liblapack.dylib -> libopenblas.dylib 2024-11-01T16:16:46.9963000Z -rwxr-xr-x 2 ec2-user staff 380608 Aug 13 2021 liblcms2.2.dylib 2024-11-01T16:16:46.9963460Z -rw-r--r-- 2 ec2-user staff 529192 Aug 13 2021 liblcms2.a 2024-11-01T16:16:46.9963980Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 liblcms2.dylib -> liblcms2.2.dylib 2024-11-01T16:16:46.9964510Z -rwxr-xr-x 2 ec2-user staff 225328 Apr 30 2024 liblz4.1.9.4.dylib 2024-11-01T16:16:46.9965060Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 liblz4.1.dylib -> liblz4.1.9.4.dylib 2024-11-01T16:16:46.9965650Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 liblz4.dylib -> liblz4.1.9.4.dylib 2024-11-01T16:16:46.9966270Z -rwxr-xr-x 2 ec2-user staff 217520 Apr 30 2024 liblzma.5.dylib 2024-11-01T16:16:46.9966720Z -rw-r--r-- 2 ec2-user staff 264344 Apr 30 2024 liblzma.a 2024-11-01T16:16:46.9967260Z lrwxr-xr-x 1 ec2-user staff 15 Nov 1 16:16 liblzma.dylib -> liblzma.5.dylib 2024-11-01T16:16:46.9967860Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libmenu.6.dylib -> libmenuw.6.dylib 2024-11-01T16:16:46.9968420Z lrwxr-xr-x 1 ec2-user staff 10 Nov 1 16:16 libmenu.a -> libmenuw.a 2024-11-01T16:16:46.9968990Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libmenu.dylib -> libmenuw.6.dylib 2024-11-01T16:16:46.9969550Z -rwxr-xr-x 2 ec2-user staff 73008 Jan 26 2023 libmenuw.6.dylib 2024-11-01T16:16:46.9970020Z -rw-r--r-- 2 ec2-user staff 43824 Jan 26 2023 libmenuw.a 2024-11-01T16:16:46.9970540Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libmenuw.dylib -> libmenuw.6.dylib 2024-11-01T16:16:46.9971100Z lrwxr-xr-x 1 ec2-user staff 15 Nov 1 16:16 libncurses++.a -> libncurses++w.a 2024-11-01T16:16:46.9971610Z -rw-r--r-- 2 ec2-user staff 108432 Jan 26 2023 libncurses++w.a 2024-11-01T16:16:46.9972290Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libncurses.6.dylib -> libncursesw.6.dylib 2024-11-01T16:16:46.9972880Z lrwxr-xr-x 1 ec2-user staff 13 Nov 1 16:16 libncurses.a -> libncursesw.a 2024-11-01T16:16:46.9973460Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libncurses.dylib -> libncursesw.6.dylib 2024-11-01T16:16:46.9974010Z -rwxr-xr-x 1 ec2-user staff 252048 Nov 1 16:16 libncursesw.6.dylib 2024-11-01T16:16:46.9974490Z -rw-r--r-- 2 ec2-user staff 302192 Jan 26 2023 libncursesw.a 2024-11-01T16:16:46.9975040Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libncursesw.dylib -> libncursesw.6.dylib 2024-11-01T16:16:46.9975630Z -rwxr-xr-x 2 ec2-user staff 211216 Jun 16 2023 libnghttp2.14.dylib 2024-11-01T16:16:46.9976190Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libnghttp2.dylib -> libnghttp2.14.dylib 2024-11-01T16:16:46.9976710Z -rwxr-xr-x 2 ec2-user staff 763440 Sep 8 2022 libomp.dylib 2024-11-01T16:16:46.9977280Z lrwxr-xr-x 1 ec2-user staff 26 Nov 1 16:16 libopenblas.0.dylib -> libopenblasp-r0.3.21.dylib 2024-11-01T16:16:46.9977850Z -rwxr-xr-x 2 ec2-user staff 23144528 Oct 4 2022 libopenblas.dylib 2024-11-01T16:16:46.9978350Z -rwxr-xr-x 2 ec2-user staff 23144560 Oct 4 2022 libopenblasp-r0.3.21.dylib 2024-11-01T16:16:46.9978870Z -rwxr-xr-x 2 ec2-user staff 392240 Aug 5 15:44 libopenjp2.2.5.2.dylib 2024-11-01T16:16:46.9979440Z lrwxr-xr-x 1 ec2-user staff 22 Nov 1 16:16 libopenjp2.7.dylib -> libopenjp2.2.5.2.dylib 2024-11-01T16:16:46.9979970Z -rw-r--r-- 2 ec2-user staff 431472 Aug 5 15:44 libopenjp2.a 2024-11-01T16:16:46.9980500Z lrwxr-xr-x 1 ec2-user staff 22 Nov 1 16:16 libopenjp2.dylib -> libopenjp2.2.5.2.dylib 2024-11-01T16:16:46.9981100Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libpanel.6.dylib -> libpanelw.6.dylib 2024-11-01T16:16:46.9981640Z lrwxr-xr-x 1 ec2-user staff 11 Nov 1 16:16 libpanel.a -> libpanelw.a 2024-11-01T16:16:46.9982200Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libpanel.dylib -> libpanelw.6.dylib 2024-11-01T16:16:46.9982720Z -rwxr-xr-x 2 ec2-user staff 68352 Jan 26 2023 libpanelw.6.dylib 2024-11-01T16:16:46.9983200Z -rw-r--r-- 2 ec2-user staff 15856 Jan 26 2023 libpanelw.a 2024-11-01T16:16:46.9983750Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libpanelw.dylib -> libpanelw.6.dylib 2024-11-01T16:16:46.9984310Z lrwxr-xr-x 1 ec2-user staff 10 Nov 1 16:16 libpng.a -> libpng16.a 2024-11-01T16:16:46.9990810Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libpng.dylib -> libpng16.16.dylib 2024-11-01T16:16:46.9991540Z -rwxr-xr-x 2 ec2-user staff 258784 Mar 3 2023 libpng16.16.dylib 2024-11-01T16:16:46.9992000Z -rw-r--r-- 2 ec2-user staff 294888 Mar 3 2023 libpng16.a 2024-11-01T16:16:46.9992780Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libpng16.dylib -> libpng16.16.dylib 2024-11-01T16:16:46.9993320Z -rwxr-xr-x 1 ec2-user staff 4022992 Nov 1 16:16 libpython3.9.dylib 2024-11-01T16:16:46.9993820Z -rwxr-xr-x 2 ec2-user staff 371952 Oct 11 2022 libquadmath.0.dylib 2024-11-01T16:16:46.9994380Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libquadmath.dylib -> libquadmath.0.dylib 2024-11-01T16:16:46.9994960Z -rwxr-xr-x 2 ec2-user staff 327920 Oct 24 2022 libreadline.8.2.dylib 2024-11-01T16:16:46.9995540Z lrwxr-xr-x 1 ec2-user staff 21 Nov 1 16:16 libreadline.8.dylib -> libreadline.8.2.dylib 2024-11-01T16:16:46.9996080Z -rw-r--r-- 2 ec2-user staff 509560 Oct 24 2022 libreadline.a 2024-11-01T16:16:46.9996610Z lrwxr-xr-x 1 ec2-user staff 21 Nov 1 16:16 libreadline.dylib -> libreadline.8.2.dylib 2024-11-01T16:16:46.9997150Z -rw-r--r-- 2 ec2-user staff 247856 Aug 20 2021 librhash.0.dylib 2024-11-01T16:16:46.9997590Z -rw-r--r-- 2 ec2-user staff 235000 Aug 20 2021 librhash.a 2024-11-01T16:16:46.9998090Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 librhash.dylib -> librhash.0.dylib 2024-11-01T16:16:46.9998820Z -rwxr-xr-x 2 ec2-user staff 68560 Oct 17 10:14 libsharpyuv.0.0.1.dylib 2024-11-01T16:16:46.9999430Z lrwxr-xr-x 1 ec2-user staff 23 Nov 1 16:16 libsharpyuv.0.dylib -> libsharpyuv.0.0.1.dylib 2024-11-01T16:16:47.0000060Z lrwxr-xr-x 1 ec2-user staff 23 Nov 1 16:16 libsharpyuv.dylib -> libsharpyuv.0.0.1.dylib 2024-11-01T16:16:47.0000620Z -rwxr-xr-x 2 ec2-user staff 1594192 Apr 30 2024 libsqlite3.0.dylib 2024-11-01T16:16:47.0001150Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libsqlite3.dylib -> libsqlite3.0.dylib 2024-11-01T16:16:47.0001690Z -rwxr-xr-x 2 ec2-user staff 284496 Jun 16 2023 libssh2.1.0.1.dylib 2024-11-01T16:16:47.0002220Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libssh2.1.dylib -> libssh2.1.0.1.dylib 2024-11-01T16:16:47.0002720Z -rw-r--r-- 2 ec2-user staff 342368 Jun 16 2023 libssh2.a 2024-11-01T16:16:47.0003240Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libssh2.dylib -> libssh2.1.0.1.dylib 2024-11-01T16:16:47.0003760Z -rwxr-xr-x 2 ec2-user staff 541728 Sep 11 2023 libssl.1.1.dylib 2024-11-01T16:16:47.0004200Z -rw-r--r-- 2 ec2-user staff 773744 Sep 11 2023 libssl.a 2024-11-01T16:16:47.0004700Z lrwxr-xr-x 1 ec2-user staff 16 Nov 1 16:16 libssl.dylib -> libssl.1.1.dylib 2024-11-01T16:16:47.0005220Z -rwxr-xr-x 1 ec2-user staff 1628848 Nov 1 16:16 libtcl8.6.dylib 2024-11-01T16:16:47.0005670Z -rwxr-xr-x 2 ec2-user staff 5856 May 3 21:10 libtclstub8.6.a 2024-11-01T16:16:47.0006190Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libtiff.5.dylib -> ./libtiff.6.dylib 2024-11-01T16:16:47.0006690Z -rwxr-xr-x 2 ec2-user staff 545440 Sep 1 2023 libtiff.6.dylib 2024-11-01T16:16:47.0007130Z -rw-r--r-- 2 ec2-user staff 733272 Sep 1 2023 libtiff.a 2024-11-01T16:16:47.0007620Z lrwxr-xr-x 1 ec2-user staff 15 Nov 1 16:16 libtiff.dylib -> libtiff.6.dylib 2024-11-01T16:16:47.0008130Z -rwxr-xr-x 2 ec2-user staff 70992 Sep 1 2023 libtiffxx.6.dylib 2024-11-01T16:16:47.0008580Z -rw-r--r-- 2 ec2-user staff 10840 Sep 1 2023 libtiffxx.a 2024-11-01T16:16:47.0009080Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libtiffxx.dylib -> libtiffxx.6.dylib 2024-11-01T16:16:47.0009660Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libtinfo.6.dylib -> libtinfow.6.dylib 2024-11-01T16:16:47.0010200Z lrwxr-xr-x 1 ec2-user staff 11 Nov 1 16:16 libtinfo.a -> libtinfow.a 2024-11-01T16:16:47.0010740Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libtinfo.dylib -> libtinfow.6.dylib 2024-11-01T16:16:47.0011250Z -rwxr-xr-x 1 ec2-user staff 255072 Nov 1 16:16 libtinfow.6.dylib 2024-11-01T16:16:47.0011700Z -rw-r--r--@ 1 ec2-user staff 345456 Nov 1 16:16 libtinfow.a 2024-11-01T16:16:47.0012270Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libtinfow.dylib -> libtinfow.6.dylib 2024-11-01T16:16:47.0012780Z -rwxr-xr-x 2 ec2-user staff 1590336 May 3 21:12 libtk8.6.dylib 2024-11-01T16:16:47.0013240Z -rwxr-xr-x 2 ec2-user staff 4728 May 3 21:11 libtkstub8.6.a 2024-11-01T16:16:47.0013680Z -rwxr-xr-x 2 ec2-user staff 266832 Aug 19 2021 libuv.1.dylib 2024-11-01T16:16:47.0014110Z -rw-r--r-- 2 ec2-user staff 1047680 Aug 19 2021 libuv.a 2024-11-01T16:16:47.0014580Z lrwxr-xr-x 1 ec2-user staff 13 Nov 1 16:16 libuv.dylib -> libuv.1.dylib 2024-11-01T16:16:47.0015080Z -rwxr-xr-x 2 ec2-user staff 88752 Jun 16 2023 libverto.0.0.dylib 2024-11-01T16:16:47.0015610Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libverto.0.dylib -> libverto.0.0.dylib 2024-11-01T16:16:47.0016180Z lrwxr-xr-x 1 ec2-user staff 18 Nov 1 16:16 libverto.dylib -> libverto.0.0.dylib 2024-11-01T16:16:47.0016690Z -rwxr-xr-x 2 ec2-user staff 497488 Oct 17 10:14 libwebp.7.1.8.dylib 2024-11-01T16:16:47.0017230Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libwebp.7.dylib -> libwebp.7.1.8.dylib 2024-11-01T16:16:47.0017910Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libwebp.dylib -> libwebp.7.1.8.dylib 2024-11-01T16:16:47.0018470Z -rwxr-xr-x 2 ec2-user staff 267456 Oct 17 10:13 libwebpdecoder.3.1.8.dylib 2024-11-01T16:16:47.0019080Z lrwxr-xr-x 1 ec2-user staff 26 Nov 1 16:16 libwebpdecoder.3.dylib -> libwebpdecoder.3.1.8.dylib 2024-11-01T16:16:47.0019760Z lrwxr-xr-x 1 ec2-user staff 26 Nov 1 16:16 libwebpdecoder.dylib -> libwebpdecoder.3.1.8.dylib 2024-11-01T16:16:47.0020350Z -rwxr-xr-x 2 ec2-user staff 69216 Oct 17 10:13 libwebpdemux.2.0.14.dylib 2024-11-01T16:16:47.0020940Z lrwxr-xr-x 1 ec2-user staff 25 Nov 1 16:16 libwebpdemux.2.dylib -> libwebpdemux.2.0.14.dylib 2024-11-01T16:16:47.0021630Z lrwxr-xr-x 1 ec2-user staff 25 Nov 1 16:16 libwebpdemux.dylib -> libwebpdemux.2.0.14.dylib 2024-11-01T16:16:47.0022240Z -rwxr-xr-x 2 ec2-user staff 88896 Oct 17 10:13 libwebpmux.3.0.13.dylib 2024-11-01T16:16:47.0022820Z lrwxr-xr-x 1 ec2-user staff 23 Nov 1 16:16 libwebpmux.3.dylib -> libwebpmux.3.0.13.dylib 2024-11-01T16:16:47.0023440Z lrwxr-xr-x 1 ec2-user staff 23 Nov 1 16:16 libwebpmux.dylib -> libwebpmux.3.0.13.dylib 2024-11-01T16:16:47.0023980Z -rwxr-xr-x 2 ec2-user staff 156864 Aug 16 2021 libyaml-0.2.dylib 2024-11-01T16:16:47.0024420Z -rw-r--r-- 2 ec2-user staff 142944 Aug 16 2021 libyaml.a 2024-11-01T16:16:47.0024910Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libyaml.dylib -> libyaml-0.2.dylib 2024-11-01T16:16:47.0025420Z -rwxr-xr-x 2 ec2-user staff 140576 Apr 30 2024 libz.1.2.13.dylib 2024-11-01T16:16:47.0025920Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libz.1.dylib -> libz.1.2.13.dylib 2024-11-01T16:16:47.0026390Z -rw-r--r-- 2 ec2-user staff 105176 Apr 30 2024 libz.a 2024-11-01T16:16:47.0026870Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 libz.dylib -> libz.1.2.13.dylib 2024-11-01T16:16:47.0027380Z -rwxr-xr-x 2 ec2-user staff 850496 Oct 9 15:16 libzstd.1.5.6.dylib 2024-11-01T16:16:47.0027920Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libzstd.1.dylib -> libzstd.1.5.6.dylib 2024-11-01T16:16:47.0028410Z -rw-r--r-- 2 ec2-user staff 935560 Oct 9 15:16 libzstd.a 2024-11-01T16:16:47.0028920Z lrwxr-xr-x 1 ec2-user staff 19 Nov 1 16:16 libzstd.dylib -> libzstd.1.5.6.dylib 2024-11-01T16:16:47.0029450Z drwxr-xr-x 54 ec2-user staff 1728 Nov 1 16:16 pkgconfig 2024-11-01T16:16:47.0029890Z drwxr-xr-x 212 ec2-user staff 6784 Nov 1 16:16 python3.9 2024-11-01T16:16:47.0030360Z drwxr-xr-x 4 ec2-user staff 128 Nov 1 16:16 sqlite3.44.2 2024-11-01T16:16:47.0030780Z drwxr-xr-x 5 ec2-user staff 160 Nov 1 16:16 tcl8 2024-11-01T16:16:47.0031200Z drwxr-xr-x 17 ec2-user staff 544 Nov 1 16:16 tcl8.6 2024-11-01T16:16:47.0031700Z -rw-r--r-- 1 ec2-user staff 9617 Nov 1 16:16 tclConfig.sh 2024-11-01T16:16:47.0032140Z -rw-r--r-- 2 ec2-user staff 773 May 3 21:10 tclooConfig.sh 2024-11-01T16:16:47.0032570Z drwxr-xr-x 7 ec2-user staff 224 Nov 1 16:16 tdbc1.1.7 2024-11-01T16:16:47.0033010Z drwxr-xr-x 5 ec2-user staff 160 Nov 1 16:16 tdbcmysql1.1.7 2024-11-01T16:16:47.0033460Z drwxr-xr-x 5 ec2-user staff 160 Nov 1 16:16 tdbcodbc1.1.7 2024-11-01T16:16:47.0033920Z drwxr-xr-x 5 ec2-user staff 160 Nov 1 16:16 tdbcpostgres1.1.7 2024-11-01T16:16:47.0034420Z lrwxr-xr-x 1 ec2-user staff 17 Nov 1 16:16 terminfo -> ../share/terminfo 2024-11-01T16:16:47.0034900Z drwxr-xr-x 5 ec2-user staff 160 Nov 1 16:16 thread2.8.9 2024-11-01T16:16:47.0035320Z drwxr-xr-x 40 ec2-user staff 1280 Nov 1 16:16 tk8.6 2024-11-01T16:16:47.0035730Z -rw-r--r-- 1 ec2-user staff 4935 Nov 1 16:16 tkConfig.sh 2024-11-01T16:16:47.0041020Z /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_11632515612/bin/cmake 2024-11-01T16:16:47.0145810Z + codesign -f -s - /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:16:47.0198610Z /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake: replacing existing signature 2024-11-01T16:16:47.0829600Z + [[ macos-py3-arm64 = *arm64* ]] 2024-11-01T16:16:47.0832850Z ++ uname -m 2024-11-01T16:16:47.0857520Z + [[ arm64 == \a\r\m\6\4 ]] 2024-11-01T16:16:47.0857770Z + compile_arm64 2024-11-01T16:16:47.0857960Z + USE_DISTRIBUTED=0 2024-11-01T16:16:47.0858170Z + USE_OPENMP=1 2024-11-01T16:16:47.0858380Z + MACOSX_DEPLOYMENT_TARGET=11.0 2024-11-01T16:16:47.0858640Z + WERROR=1 2024-11-01T16:16:47.0858810Z + BUILD_TEST=OFF 2024-11-01T16:16:47.0858990Z + USE_PYTORCH_METAL=1 2024-11-01T16:16:47.0859220Z + python setup.py bdist_wheel 2024-11-01T16:16:49.3675300Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2024-11-01T16:16:49.4930720Z -- The C compiler identification is AppleClang 15.0.0.15000309 2024-11-01T16:16:49.4999790Z -- Detecting CXX compiler ABI info 2024-11-01T16:16:52.8837990Z -- Detecting CXX compiler ABI info - done 2024-11-01T16:16:52.8866300Z -- Check for working CXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ - skipped 2024-11-01T16:16:52.8868270Z -- Detecting CXX compile features 2024-11-01T16:16:52.8871690Z -- Detecting CXX compile features - done 2024-11-01T16:16:52.8915550Z -- Detecting C compiler ABI info 2024-11-01T16:16:53.0102590Z -- Detecting C compiler ABI info - done 2024-11-01T16:16:53.0128750Z -- Check for working C compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang - skipped 2024-11-01T16:16:53.0130740Z -- Detecting C compile features 2024-11-01T16:16:53.0133700Z -- Detecting C compile features - done 2024-11-01T16:16:53.0160860Z -- Not forcing any particular BLAS to be found 2024-11-01T16:16:53.0397770Z -- CLANG_VERSION_STRING: 15.0 2024-11-01T16:16:53.0556640Z -- sdk version: 14.4, mps supported: ON 2024-11-01T16:16:53.0702360Z -- MPSGraph framework found 2024-11-01T16:16:53.0739790Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2024-11-01T16:16:53.0764120Z -- Performing Test C_HAS_AVX_1 2024-11-01T16:16:53.2899260Z -- Performing Test C_HAS_AVX_1 - Failed 2024-11-01T16:16:53.2901230Z -- Performing Test C_HAS_AVX_2 2024-11-01T16:16:53.3817130Z -- Performing Test C_HAS_AVX_2 - Failed 2024-11-01T16:16:53.3818980Z -- Performing Test C_HAS_AVX_3 2024-11-01T16:16:53.4471290Z -- Performing Test C_HAS_AVX_3 - Failed 2024-11-01T16:16:53.4473530Z -- Performing Test C_HAS_AVX2_1 2024-11-01T16:16:53.5395600Z -- Performing Test C_HAS_AVX2_1 - Failed 2024-11-01T16:16:53.5397400Z -- Performing Test C_HAS_AVX2_2 2024-11-01T16:16:53.6311530Z -- Performing Test C_HAS_AVX2_2 - Failed 2024-11-01T16:16:53.6313510Z -- Performing Test C_HAS_AVX2_3 2024-11-01T16:16:53.6954370Z -- Performing Test C_HAS_AVX2_3 - Failed 2024-11-01T16:16:53.6956500Z -- Performing Test C_HAS_AVX512_1 2024-11-01T16:16:53.7875690Z -- Performing Test C_HAS_AVX512_1 - Failed 2024-11-01T16:16:53.7876540Z -- Performing Test C_HAS_AVX512_2 2024-11-01T16:16:53.8894290Z -- Performing Test C_HAS_AVX512_2 - Failed 2024-11-01T16:16:53.8896290Z -- Performing Test C_HAS_AVX512_3 2024-11-01T16:16:53.9547020Z -- Performing Test C_HAS_AVX512_3 - Failed 2024-11-01T16:16:53.9549400Z -- Performing Test CXX_HAS_AVX_1 2024-11-01T16:16:54.0487630Z -- Performing Test CXX_HAS_AVX_1 - Failed 2024-11-01T16:16:54.0489490Z -- Performing Test CXX_HAS_AVX_2 2024-11-01T16:16:54.1417440Z -- Performing Test CXX_HAS_AVX_2 - Failed 2024-11-01T16:16:54.1419260Z -- Performing Test CXX_HAS_AVX_3 2024-11-01T16:16:54.2064260Z -- Performing Test CXX_HAS_AVX_3 - Failed 2024-11-01T16:16:54.2066690Z -- Performing Test CXX_HAS_AVX2_1 2024-11-01T16:16:54.2987620Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2024-11-01T16:16:54.2989480Z -- Performing Test CXX_HAS_AVX2_2 2024-11-01T16:16:54.3922560Z -- Performing Test CXX_HAS_AVX2_2 - Failed 2024-11-01T16:16:54.3924750Z -- Performing Test CXX_HAS_AVX2_3 2024-11-01T16:16:54.4564580Z -- Performing Test CXX_HAS_AVX2_3 - Failed 2024-11-01T16:16:54.4567080Z -- Performing Test CXX_HAS_AVX512_1 2024-11-01T16:16:54.5488770Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2024-11-01T16:16:54.5490640Z -- Performing Test CXX_HAS_AVX512_2 2024-11-01T16:16:54.6415050Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2024-11-01T16:16:54.6416880Z -- Performing Test CXX_HAS_AVX512_3 2024-11-01T16:16:54.7091070Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2024-11-01T16:16:54.7093860Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-11-01T16:16:54.8103290Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Failed 2024-11-01T16:16:54.8107960Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-11-01T16:16:54.9260310Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2024-11-01T16:16:54.9264600Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-11-01T16:16:55.0416480Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2024-11-01T16:16:55.0420710Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2024-11-01T16:16:55.1573000Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2024-11-01T16:16:55.1593170Z -- No OMAP3 processor on this machine. 2024-11-01T16:16:55.1593520Z -- No OMAP4 processor on this machine. 2024-11-01T16:16:55.1593950Z -- Compiler does not support SVE extension. Will not build perfkernels. 2024-11-01T16:16:55.1660270Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2024-11-01T16:16:56.9720070Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2024-11-01T16:16:56.9727260Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2024-11-01T16:16:56.9727740Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2024-11-01T16:16:56.9728320Z or a Caffe2 dependent library, the next warning / error will give you more 2024-11-01T16:16:56.9728700Z info. 2024-11-01T16:16:56.9728880Z Call Stack (most recent call first): 2024-11-01T16:16:56.9729180Z cmake/Dependencies.cmake:44 (include) 2024-11-01T16:16:56.9729450Z CMakeLists.txt:858 (include) 2024-11-01T16:16:56.9729610Z 2024-11-01T16:16:56.9729610Z 2024-11-01T16:16:56.9729760Z CMake Warning at cmake/Dependencies.cmake:76 (message): 2024-11-01T16:16:56.9730250Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2024-11-01T16:16:56.9730630Z Call Stack (most recent call first): 2024-11-01T16:16:56.9730900Z CMakeLists.txt:858 (include) 2024-11-01T16:16:56.9731060Z 2024-11-01T16:16:56.9731060Z 2024-11-01T16:16:56.9746080Z CMake Warning at cmake/Dependencies.cmake:95 (message): 2024-11-01T16:16:56.9746570Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2024-11-01T16:16:56.9747140Z -DUSE_XPU=OFF. 2024-11-01T16:16:56.9747340Z Call Stack (most recent call first): 2024-11-01T16:16:56.9747600Z CMakeLists.txt:858 (include) 2024-11-01T16:16:56.9747760Z 2024-11-01T16:16:56.9747760Z 2024-11-01T16:16:56.9751770Z -- Building using own protobuf under third_party per request. 2024-11-01T16:16:56.9752170Z -- Use custom protobuf build. 2024-11-01T16:16:56.9761950Z -- 2024-11-01T16:16:56.9762150Z -- 3.13.0.0 2024-11-01T16:16:56.9797650Z -- Looking for pthread.h 2024-11-01T16:16:57.1125260Z -- Looking for pthread.h - found 2024-11-01T16:16:57.1127010Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-11-01T16:16:57.2373210Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-11-01T16:16:57.2380300Z -- Found Threads: TRUE 2024-11-01T16:16:57.2383510Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2024-11-01T16:16:57.5136070Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2024-11-01T16:16:57.5286670Z -- Caffe2 protobuf include directory: $$ 2024-11-01T16:16:57.5299240Z -- Trying to find preferred BLAS backend of choice: MKL 2024-11-01T16:16:57.5316720Z -- MKL_THREADING = OMP 2024-11-01T16:16:57.5326640Z -- Looking for sys/types.h 2024-11-01T16:16:57.6692860Z -- Looking for sys/types.h - found 2024-11-01T16:16:57.6701730Z -- Looking for stdint.h 2024-11-01T16:16:57.7885970Z -- Looking for stdint.h - found 2024-11-01T16:16:57.7896180Z -- Looking for stddef.h 2024-11-01T16:16:57.9056590Z -- Looking for stddef.h - found 2024-11-01T16:16:57.9056910Z -- Check size of void* 2024-11-01T16:16:58.0322160Z -- Check size of void* - done 2024-11-01T16:16:58.0426180Z -- MKL_THREADING = OMP 2024-11-01T16:16:58.0511940Z CMake Warning at cmake/Dependencies.cmake:208 (message): 2024-11-01T16:16:58.0512330Z MKL could not be found. Defaulting to Eigen 2024-11-01T16:16:58.0512640Z Call Stack (most recent call first): 2024-11-01T16:16:58.0518920Z CMakeLists.txt:858 (include) 2024-11-01T16:16:58.0519120Z 2024-11-01T16:16:58.0519130Z 2024-11-01T16:16:58.0519280Z CMake Warning at cmake/Dependencies.cmake:256 (message): 2024-11-01T16:16:58.0519740Z Preferred BLAS (MKL) cannot be found, now searching for a general BLAS 2024-11-01T16:16:58.0520100Z library 2024-11-01T16:16:58.0520290Z Call Stack (most recent call first): 2024-11-01T16:16:58.0520550Z CMakeLists.txt:858 (include) 2024-11-01T16:16:58.0520710Z 2024-11-01T16:16:58.0520710Z 2024-11-01T16:16:58.0530930Z -- MKL_THREADING = OMP 2024-11-01T16:16:58.0533270Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-11-01T16:16:58.0538560Z -- Library mkl_intel_lp64: not found 2024-11-01T16:16:58.0539230Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-11-01T16:16:58.0544580Z -- Library mkl_intel: not found 2024-11-01T16:16:58.0545340Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-11-01T16:16:58.0550580Z -- Library mkl_intel_lp64: not found 2024-11-01T16:16:58.0551150Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-11-01T16:16:58.0556410Z -- Library mkl_intel: not found 2024-11-01T16:16:58.0557030Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] 2024-11-01T16:16:58.0562310Z -- Library mkl_intel_lp64: not found 2024-11-01T16:16:58.0562910Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] 2024-11-01T16:16:58.0568090Z -- Library mkl_intel: not found 2024-11-01T16:16:58.0568580Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] 2024-11-01T16:16:58.0573830Z -- Library mkl_intel_lp64: not found 2024-11-01T16:16:58.0574220Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] 2024-11-01T16:16:58.0579490Z -- Library mkl_intel: not found 2024-11-01T16:16:58.0579950Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m] 2024-11-01T16:16:58.0585220Z -- Library mkl_intel_lp64: not found 2024-11-01T16:16:58.0585750Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m] 2024-11-01T16:16:58.0590910Z -- Library mkl_intel: not found 2024-11-01T16:16:58.0591380Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m] 2024-11-01T16:16:58.0596660Z -- Library mkl_intel_lp64: not found 2024-11-01T16:16:58.0597050Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m] 2024-11-01T16:16:58.0602310Z -- Library mkl_intel: not found 2024-11-01T16:16:58.0602730Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m] 2024-11-01T16:16:58.0608030Z -- Library mkl_intel_lp64: not found 2024-11-01T16:16:58.0608400Z -- Checking for [mkl_intel - mkl_core - pthread - m] 2024-11-01T16:16:58.0613620Z -- Library mkl_intel: not found 2024-11-01T16:16:58.0613920Z -- Checking for [mkl - guide - pthread - m] 2024-11-01T16:16:58.0619150Z -- Library mkl: not found 2024-11-01T16:16:58.0619390Z -- MKL library not found 2024-11-01T16:16:58.0619660Z -- Checking for [blis] 2024-11-01T16:16:58.0625800Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2024-11-01T16:16:58.0626120Z -- Checking for [Accelerate] 2024-11-01T16:16:58.0631860Z -- Library Accelerate: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework 2024-11-01T16:16:58.0632630Z -- Looking for sgemm_ 2024-11-01T16:16:58.2025180Z -- Looking for sgemm_ - found 2024-11-01T16:16:58.2027990Z -- Performing Test BLAS_F2C_DOUBLE_WORKS 2024-11-01T16:16:58.4071000Z -- Performing Test BLAS_F2C_DOUBLE_WORKS - Success 2024-11-01T16:16:58.4073700Z -- Performing Test BLAS_F2C_FLOAT_WORKS 2024-11-01T16:16:58.6190770Z -- Performing Test BLAS_F2C_FLOAT_WORKS - Failed 2024-11-01T16:16:58.6192130Z -- This BLAS uses the F2C return conventions 2024-11-01T16:16:58.6194320Z -- Performing Test BLAS_USE_CBLAS_DOT 2024-11-01T16:16:58.8147100Z -- Performing Test BLAS_USE_CBLAS_DOT - Success 2024-11-01T16:16:58.8149640Z -- Found a library with BLAS API (accelerate). Full path: (/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework) 2024-11-01T16:16:58.8151790Z -- Looking for sbgemm_ 2024-11-01T16:16:58.9441830Z -- Looking for sbgemm_ - not found 2024-11-01T16:16:58.9442810Z -- Using pocketfft in directory: /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft/ 2024-11-01T16:16:59.0264550Z -- The ASM compiler identification is Clang with GNU-like command-line 2024-11-01T16:16:59.0300240Z -- Found assembler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:16:59.0394360Z -- Brace yourself, we are building NNPACK 2024-11-01T16:16:59.0432140Z -- NNPACK backend is neon 2024-11-01T16:16:59.0552920Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2024-11-01T16:16:59.0775140Z CMake Warning at cmake/Dependencies.cmake:699 (message): 2024-11-01T16:16:59.0775650Z A compiler with AVX512 support is required for FBGEMM. Not compiling with 2024-11-01T16:16:59.0776120Z FBGEMM. Turn this warning off by USE_FBGEMM=OFF. 2024-11-01T16:16:59.0776440Z Call Stack (most recent call first): 2024-11-01T16:16:59.0776720Z CMakeLists.txt:858 (include) 2024-11-01T16:16:59.0777060Z -- Using third party subdirectory Eigen. 2024-11-01T16:16:59.0777280Z 2024-11-01T16:16:59.0777280Z 2024-11-01T16:16:59.0777440Z CMake Warning at cmake/Dependencies.cmake:744 (message): 2024-11-01T16:16:59.0777820Z Turning USE_FAKELOWP off as it depends on USE_FBGEMM. 2024-11-01T16:16:59.0778150Z Call Stack (most recent call first): 2024-11-01T16:16:59.0778410Z CMakeLists.txt:858 (include) 2024-11-01T16:16:59.0778570Z 2024-11-01T16:16:59.0778570Z 2024-11-01T16:17:00.6764470Z -- Found Python: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/python (found version "3.9.12") found components: Interpreter Development.Module NumPy 2024-11-01T16:17:00.6765260Z -- Using third_party/pybind11. 2024-11-01T16:17:00.6765790Z -- pybind11 include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-11-01T16:17:00.7764820Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-11-01T16:17:00.7765550Z -- Using third_party/opentelemetry-cpp. 2024-11-01T16:17:00.7766190Z -- opentelemetry api include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-11-01T16:17:00.7803750Z -- MKL_THREADING = OMP 2024-11-01T16:17:00.7897120Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-11-01T16:17:00.8646400Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-11-01T16:17:00.8654200Z Detecting C OpenMP compiler ABI info compiled with the following output: 2024-11-01T16:17:00.8654570Z 2024-11-01T16:17:00.8654650Z Change Dir: 2024-11-01T16:17:00.8655120Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-11-01T16:17:00.8655440Z 2024-11-01T16:17:00.8655490Z 2024-11-01T16:17:00.8655590Z 2024-11-01T16:17:00.8655650Z Run Build 2024-11-01T16:17:00.8656060Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/ninja 2024-11-01T16:17:00.8656490Z cmTC_0a74b && [1/2] Building C object 2024-11-01T16:17:00.8656790Z CMakeFiles/cmTC_0a74b.dir/OpenMPTryFlag.c.o 2024-11-01T16:17:00.8657000Z 2024-11-01T16:17:00.8657410Z FAILED: CMakeFiles/cmTC_0a74b.dir/OpenMPTryFlag.c.o 2024-11-01T16:17:00.8657650Z 2024-11-01T16:17:00.8657890Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:17:00.8658380Z -Xpreprocessor -fopenmp -v -arch arm64 -isysroot 2024-11-01T16:17:00.8658740Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-11-01T16:17:00.8659100Z -mmacosx-version-min=11.0 -std=gnu11 -MD -MT 2024-11-01T16:17:00.8659460Z CMakeFiles/cmTC_0a74b.dir/OpenMPTryFlag.c.o -MF 2024-11-01T16:17:00.8659820Z CMakeFiles/cmTC_0a74b.dir/OpenMPTryFlag.c.o.d -o 2024-11-01T16:17:00.8660180Z CMakeFiles/cmTC_0a74b.dir/OpenMPTryFlag.c.o -c 2024-11-01T16:17:00.8660710Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2024-11-01T16:17:00.8661100Z 2024-11-01T16:17:00.8661100Z 2024-11-01T16:17:00.8661250Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-11-01T16:17:00.8661460Z 2024-11-01T16:17:00.8661580Z Target: arm64-apple-darwin23.4.0 2024-11-01T16:17:00.8661760Z 2024-11-01T16:17:00.8661830Z Thread model: posix 2024-11-01T16:17:00.8661970Z 2024-11-01T16:17:00.8662120Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-11-01T16:17:00.8662380Z 2024-11-01T16:17:00.8674600Z "/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_0a74b.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_0a74b.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-11-01T16:17:00.8685780Z 2024-11-01T16:17:00.8685980Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-11-01T16:17:00.8686350Z arm64-apple-darwin23.4.0 2024-11-01T16:17:00.8686500Z 2024-11-01T16:17:00.8686630Z ignoring nonexistent directory "/usr/local/include" 2024-11-01T16:17:00.8686870Z 2024-11-01T16:17:00.8686950Z ignoring nonexistent directory 2024-11-01T16:17:00.8687330Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-11-01T16:17:00.8687640Z 2024-11-01T16:17:00.8687720Z ignoring nonexistent directory 2024-11-01T16:17:00.8688110Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-11-01T16:17:00.8688430Z 2024-11-01T16:17:00.8688510Z #include "..." search starts here: 2024-11-01T16:17:00.8688700Z 2024-11-01T16:17:00.8688790Z #include <...> search starts here: 2024-11-01T16:17:00.8688970Z 2024-11-01T16:17:00.8689150Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-11-01T16:17:00.8689630Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-11-01T16:17:00.8690030Z /Library/Developer/CommandLineTools/usr/include 2024-11-01T16:17:00.8690570Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-11-01T16:17:00.8690990Z 2024-11-01T16:17:00.8691070Z End of search list. 2024-11-01T16:17:00.8691200Z 2024-11-01T16:17:00.8691260Z 2024-11-01T16:17:00.8691740Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c:2:10: 2024-11-01T16:17:00.8692250Z fatal error: 'omp.h' file not found 2024-11-01T16:17:00.8692430Z 2024-11-01T16:17:00.8692510Z #include 2024-11-01T16:17:00.8692620Z 2024-11-01T16:17:00.8692690Z ^~~~~~~ 2024-11-01T16:17:00.8692830Z 2024-11-01T16:17:00.8692900Z 1 error generated. 2024-11-01T16:17:00.8693020Z 2024-11-01T16:17:00.8693130Z ninja: build stopped: subcommand failed. 2024-11-01T16:17:00.8693330Z 2024-11-01T16:17:00.8693380Z 2024-11-01T16:17:00.8693470Z 2024-11-01T16:17:00.8693550Z Call Stack (most recent call first): 2024-11-01T16:17:00.8693870Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-11-01T16:17:00.8694210Z cmake/Dependencies.cmake:936 (include) 2024-11-01T16:17:00.8694480Z CMakeLists.txt:858 (include) 2024-11-01T16:17:00.8694640Z 2024-11-01T16:17:00.8694640Z 2024-11-01T16:17:01.0150660Z -- MKL_THREADING = OMP 2024-11-01T16:17:01.0238900Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include -v 2024-11-01T16:17:01.1514760Z -- MKL_THREADING = OMP 2024-11-01T16:17:01.1601760Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-11-01T16:17:01.2343440Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-11-01T16:17:01.2344010Z Detecting CXX OpenMP compiler ABI info compiled with the following output: 2024-11-01T16:17:01.2344340Z 2024-11-01T16:17:01.2344410Z Change Dir: 2024-11-01T16:17:01.2344870Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-11-01T16:17:01.2345190Z 2024-11-01T16:17:01.2345240Z 2024-11-01T16:17:01.2345330Z 2024-11-01T16:17:01.2345400Z Run Build 2024-11-01T16:17:01.2345780Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/ninja 2024-11-01T16:17:01.2346230Z cmTC_5ef8c && [1/2] Building CXX object 2024-11-01T16:17:01.2346540Z CMakeFiles/cmTC_5ef8c.dir/OpenMPTryFlag.cpp.o 2024-11-01T16:17:01.2346760Z 2024-11-01T16:17:01.2346900Z FAILED: CMakeFiles/cmTC_5ef8c.dir/OpenMPTryFlag.cpp.o 2024-11-01T16:17:01.2347130Z 2024-11-01T16:17:01.2347370Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:17:01.2348220Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2024-11-01T16:17:01.2348800Z -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-11-01T16:17:01.2349250Z -mmacosx-version-min=11.0 -std=gnu++17 -MD -MT 2024-11-01T16:17:01.2349620Z CMakeFiles/cmTC_5ef8c.dir/OpenMPTryFlag.cpp.o -MF 2024-11-01T16:17:01.2350010Z CMakeFiles/cmTC_5ef8c.dir/OpenMPTryFlag.cpp.o.d -o 2024-11-01T16:17:01.2350380Z CMakeFiles/cmTC_5ef8c.dir/OpenMPTryFlag.cpp.o -c 2024-11-01T16:17:01.2350950Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2024-11-01T16:17:01.2351340Z 2024-11-01T16:17:01.2351350Z 2024-11-01T16:17:01.2351490Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-11-01T16:17:01.2351710Z 2024-11-01T16:17:01.2351820Z Target: arm64-apple-darwin23.4.0 2024-11-01T16:17:01.2352000Z 2024-11-01T16:17:01.2352070Z Thread model: posix 2024-11-01T16:17:01.2352210Z 2024-11-01T16:17:01.2352370Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-11-01T16:17:01.2352630Z 2024-11-01T16:17:01.2365520Z "/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_5ef8c.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_5ef8c.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-11-01T16:17:01.2377340Z 2024-11-01T16:17:01.2377550Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-11-01T16:17:01.2384550Z arm64-apple-darwin23.4.0 2024-11-01T16:17:01.2384740Z 2024-11-01T16:17:01.2384880Z ignoring nonexistent directory "/usr/local/include" 2024-11-01T16:17:01.2385110Z 2024-11-01T16:17:01.2385190Z ignoring nonexistent directory 2024-11-01T16:17:01.2385570Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-11-01T16:17:01.2385890Z 2024-11-01T16:17:01.2385980Z ignoring nonexistent directory 2024-11-01T16:17:01.2386360Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-11-01T16:17:01.2386670Z 2024-11-01T16:17:01.2386760Z #include "..." search starts here: 2024-11-01T16:17:01.2386930Z 2024-11-01T16:17:01.2387050Z #include <...> search starts here: 2024-11-01T16:17:01.2387230Z 2024-11-01T16:17:01.2387430Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 2024-11-01T16:17:01.2387910Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-11-01T16:17:01.2388380Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-11-01T16:17:01.2388770Z /Library/Developer/CommandLineTools/usr/include 2024-11-01T16:17:01.2389310Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-11-01T16:17:01.2389730Z 2024-11-01T16:17:01.2389790Z End of search list. 2024-11-01T16:17:01.2389930Z 2024-11-01T16:17:01.2389990Z 2024-11-01T16:17:01.2390470Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp:2:10: 2024-11-01T16:17:01.2390980Z fatal error: 'omp.h' file not found 2024-11-01T16:17:01.2391160Z 2024-11-01T16:17:01.2391230Z #include 2024-11-01T16:17:01.2391350Z 2024-11-01T16:17:01.2391410Z ^~~~~~~ 2024-11-01T16:17:01.2391520Z 2024-11-01T16:17:01.2391590Z 1 error generated. 2024-11-01T16:17:01.2391710Z 2024-11-01T16:17:01.2391800Z ninja: build stopped: subcommand failed. 2024-11-01T16:17:01.2392000Z 2024-11-01T16:17:01.2392050Z 2024-11-01T16:17:01.2392130Z 2024-11-01T16:17:01.2392220Z Call Stack (most recent call first): 2024-11-01T16:17:01.2392530Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-11-01T16:17:01.2392860Z cmake/Dependencies.cmake:936 (include) 2024-11-01T16:17:01.2393120Z CMakeLists.txt:858 (include) 2024-11-01T16:17:01.2393270Z 2024-11-01T16:17:01.2393270Z 2024-11-01T16:17:01.3835780Z -- MKL_THREADING = OMP 2024-11-01T16:17:01.3923070Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include -v 2024-11-01T16:17:01.6434540Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include 2024-11-01T16:17:01.7710430Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include 2024-11-01T16:17:01.7711280Z -- Found OpenMP: TRUE 2024-11-01T16:17:01.7712000Z -- Adding OpenMP CXX_FLAGS: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include 2024-11-01T16:17:01.7712930Z -- Will link against OpenMP libraries: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/libomp.dylib 2024-11-01T16:17:01.7894530Z -- Found PythonInterp: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/python (found version "3.9.12") 2024-11-01T16:17:01.7895980Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:17:01.7898070Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-11-01T16:17:01.7898970Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:17:02.3450210Z -- 2024-11-01T16:17:02.3450480Z -- ******** Summary ******** 2024-11-01T16:17:02.3450810Z -- CMake version : 3.22.1 2024-11-01T16:17:02.3451360Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:17:02.3451880Z -- System : Darwin 2024-11-01T16:17:02.3452430Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:17:02.3453010Z -- C++ compiler version : 15.0.0.15000309 2024-11-01T16:17:02.3453550Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-11-01T16:17:02.3454000Z -- Build type : Release 2024-11-01T16:17:02.3454450Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-11-01T16:17:02.3455140Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/python3.9/site-packages 2024-11-01T16:17:02.3455810Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-11-01T16:17:02.3456650Z -- 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-11-01T16:17:02.3457300Z -- 2024-11-01T16:17:02.3457500Z -- ONNX version : 1.17.0 2024-11-01T16:17:02.3457830Z -- ONNX NAMESPACE : onnx_torch 2024-11-01T16:17:02.3458160Z -- ONNX_USE_LITE_PROTO : OFF 2024-11-01T16:17:02.3458490Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-11-01T16:17:02.3458800Z -- Protobuf_USE_STATIC_LIBS : ON 2024-11-01T16:17:02.3459120Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-11-01T16:17:02.3459440Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-11-01T16:17:02.3459750Z -- ONNX_WERROR : OFF 2024-11-01T16:17:02.3460040Z -- ONNX_BUILD_TESTS : OFF 2024-11-01T16:17:02.3460340Z -- ONNX_BUILD_SHARED_LIBS : 2024-11-01T16:17:02.3460640Z -- BUILD_SHARED_LIBS : OFF 2024-11-01T16:17:02.3460900Z -- 2024-11-01T16:17:02.3461090Z -- Protobuf compiler : 2024-11-01T16:17:02.3461400Z -- Protobuf includes : 2024-11-01T16:17:02.3461700Z -- Protobuf libraries : 2024-11-01T16:17:02.3462010Z -- BUILD_ONNX_PYTHON : OFF 2024-11-01T16:17:02.3462490Z CMake Warning at cmake/Dependencies.cmake:1390 (message): 2024-11-01T16:17:02.3463000Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-11-01T16:17:02.3463390Z Call Stack (most recent call first): 2024-11-01T16:17:02.3463660Z CMakeLists.txt:858 (include) 2024-11-01T16:17:02.3463820Z 2024-11-01T16:17:02.3463830Z 2024-11-01T16:17:02.3464060Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-11-01T16:17:02.3464460Z -- Adding -DNDEBUG to compile flags 2024-11-01T16:17:02.3480370Z -- No OMAP3 processor on this machine. 2024-11-01T16:17:02.3480710Z -- No OMAP4 processor on this machine. 2024-11-01T16:17:02.3481040Z -- Neon found with compiler flag : -D__NEON__ 2024-11-01T16:17:02.3498420Z -- Looking for cheev_ 2024-11-01T16:17:02.4803950Z -- Looking for cheev_ - found 2024-11-01T16:17:02.4804480Z -- Found a library with LAPACK API (accelerate). 2024-11-01T16:17:02.4805050Z disabling CUDA because NOT USE_CUDA is set 2024-11-01T16:17:02.4805400Z disabling ROCM because NOT USE_ROCM is set 2024-11-01T16:17:02.4805730Z disabling MKLDNN because USE_MKLDNN is not set 2024-11-01T16:17:02.4812650Z -- MIOpen not found. Compiling without MIOpen support 2024-11-01T16:17:02.4812970Z -- Looking for mmap 2024-11-01T16:17:02.5969090Z -- Looking for mmap - found 2024-11-01T16:17:02.5969620Z -- Looking for shm_open 2024-11-01T16:17:02.7123710Z -- Looking for shm_open - found 2024-11-01T16:17:02.7124180Z -- Looking for shm_unlink 2024-11-01T16:17:02.8293270Z -- Looking for shm_unlink - found 2024-11-01T16:17:02.8293760Z -- Looking for malloc_usable_size 2024-11-01T16:17:02.9469710Z -- Looking for malloc_usable_size - not found 2024-11-01T16:17:02.9513890Z -- {fmt} version: 11.0.2 2024-11-01T16:17:02.9514140Z -- Build type: Release 2024-11-01T16:17:02.9529570Z -- Performing Test HAS_NULLPTR_WARNING 2024-11-01T16:17:03.0685290Z -- Performing Test HAS_NULLPTR_WARNING - Success 2024-11-01T16:17:03.0729530Z -- Using CPU-only version of Kineto 2024-11-01T16:17:03.0729860Z -- Configuring Kineto dependency: 2024-11-01T16:17:03.0730390Z -- KINETO_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-11-01T16:17:03.0730890Z -- KINETO_BUILD_TESTS = OFF 2024-11-01T16:17:03.0731150Z -- KINETO_LIBRARY_TYPE = static 2024-11-01T16:17:03.0911770Z INFO CUDA_SOURCE_DIR = 2024-11-01T16:17:03.0912030Z INFO ROCM_SOURCE_DIR = 2024-11-01T16:17:03.1061380Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-11-01T16:17:03.1361810Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-11-01T16:17:03.1362190Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-11-01T16:17:03.1362800Z -- Kineto: FMT_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt 2024-11-01T16:17:03.1363580Z INFO DYNOLOG_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-11-01T16:17:03.1364550Z INFO IPCFABRIC_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-11-01T16:17:03.1365410Z -- Kineto: FMT_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt/include 2024-11-01T16:17:03.1369250Z -- Configured Kineto (CPU) 2024-11-01T16:17:03.1424060Z -- Running on macOS with Apple silicon 2024-11-01T16:17:03.1450020Z -- Performing Test HAS_WERROR_RETURN_TYPE 2024-11-01T16:17:03.2644890Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2024-11-01T16:17:03.2650080Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2024-11-01T16:17:03.3840110Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2024-11-01T16:17:03.3845530Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2024-11-01T16:17:03.5029500Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2024-11-01T16:17:03.5034170Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2024-11-01T16:17:03.6187280Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2024-11-01T16:17:03.6192080Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2024-11-01T16:17:03.7344060Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2024-11-01T16:17:03.7348430Z -- Performing Test HAS_WNARROWING 2024-11-01T16:17:03.8491270Z -- Performing Test HAS_WNARROWING - Success 2024-11-01T16:17:03.8495890Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2024-11-01T16:17:03.9638730Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2024-11-01T16:17:03.9643170Z -- Performing Test HAS_WNO_TYPE_LIMITS 2024-11-01T16:17:04.0833970Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2024-11-01T16:17:04.0838910Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2024-11-01T16:17:04.1991760Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2024-11-01T16:17:04.1996890Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2024-11-01T16:17:04.3142110Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2024-11-01T16:17:04.3146730Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2024-11-01T16:17:04.4295530Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2024-11-01T16:17:04.4300390Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2024-11-01T16:17:04.5458690Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2024-11-01T16:17:04.5463250Z -- Performing Test HAS_WNO_STRICT_ALIASING 2024-11-01T16:17:04.6615370Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2024-11-01T16:17:04.6620230Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-11-01T16:17:04.7763060Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-11-01T16:17:04.7767530Z -- Performing Test HAS_WVLA_EXTENSION 2024-11-01T16:17:04.8920670Z -- Performing Test HAS_WVLA_EXTENSION - Success 2024-11-01T16:17:04.8925150Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2024-11-01T16:17:05.0071160Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2024-11-01T16:17:05.0075770Z -- Performing Test HAS_WNEWLINE_EOF 2024-11-01T16:17:05.1220310Z -- Performing Test HAS_WNEWLINE_EOF - Success 2024-11-01T16:17:05.1224930Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2024-11-01T16:17:05.2395450Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Success 2024-11-01T16:17:05.2400210Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-11-01T16:17:05.3544560Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Success 2024-11-01T16:17:05.3549260Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2024-11-01T16:17:05.4695680Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2024-11-01T16:17:05.4700390Z -- Performing Test HAS_WCONSTANT_CONVERSION 2024-11-01T16:17:05.5866700Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2024-11-01T16:17:05.5871760Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2024-11-01T16:17:05.7076140Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2024-11-01T16:17:05.7080780Z -- Performing Test HAS_WNO_MISSING_BRACES 2024-11-01T16:17:05.8262010Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2024-11-01T16:17:05.8266900Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2024-11-01T16:17:05.9471320Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2024-11-01T16:17:05.9471760Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2024-11-01T16:17:06.0871940Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2024-11-01T16:17:06.0896930Z -- Performing Test HAS_FALIGNED_NEW 2024-11-01T16:17:06.2189140Z -- Performing Test HAS_FALIGNED_NEW - Success 2024-11-01T16:17:06.2193730Z -- Performing Test HAS_WERROR 2024-11-01T16:17:06.3407380Z -- Performing Test HAS_WERROR - Success 2024-11-01T16:17:06.3412120Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2024-11-01T16:17:06.4636170Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2024-11-01T16:17:06.4640770Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2024-11-01T16:17:06.5373400Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2024-11-01T16:17:06.5378340Z -- Performing Test HAS_FSTANDALONE_DEBUG 2024-11-01T16:17:06.6557250Z -- Performing Test HAS_FSTANDALONE_DEBUG - Success 2024-11-01T16:17:06.6561940Z -- Performing Test HAS_FNO_MATH_ERRNO 2024-11-01T16:17:06.7731610Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2024-11-01T16:17:06.7736100Z -- Performing Test HAS_FNO_TRAPPING_MATH 2024-11-01T16:17:06.8924100Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2024-11-01T16:17:06.8928680Z -- Performing Test HAS_WERROR_FORMAT 2024-11-01T16:17:07.0100600Z -- Performing Test HAS_WERROR_FORMAT - Success 2024-11-01T16:17:07.0105880Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW 2024-11-01T16:17:07.1339020Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW - Success 2024-11-01T16:17:07.1343630Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-11-01T16:17:07.2522450Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2024-11-01T16:17:07.2573160Z -- Performing Test HAS_WDEPRECATED 2024-11-01T16:17:07.3738860Z -- Performing Test HAS_WDEPRECATED - Success 2024-11-01T16:17:07.3739520Z -- don't use NUMA 2024-11-01T16:17:07.3764690Z -- Looking for backtrace 2024-11-01T16:17:07.5048010Z -- Looking for backtrace - found 2024-11-01T16:17:07.5048630Z -- backtrace facility detected in default set of libraries 2024-11-01T16:17:07.5050410Z -- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-11-01T16:17:09.4008270Z -- headers outputs: 2024-11-01T16:17:13.6275710Z -- sources outputs: 2024-11-01T16:17:14.3480210Z -- declarations_yaml outputs: 2024-11-01T16:17:14.4228460Z -- Using ATen parallel backend: OMP 2024-11-01T16:17:14.4237540Z disabling CUDA because USE_CUDA is set false 2024-11-01T16:17:15.0070200Z -- Found OpenSSL: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/libcrypto.dylib (found version "1.1.1w") 2024-11-01T16:17:15.0095970Z -- Check size of long double 2024-11-01T16:17:15.1362730Z -- Check size of long double - done 2024-11-01T16:17:15.1364800Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-11-01T16:17:15.2244470Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-11-01T16:17:15.2261250Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include (found version "5.0") 2024-11-01T16:17:15.2263240Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include (found version "5.0") 2024-11-01T16:17:15.2264180Z -- Found OpenMP: TRUE (found version "5.0") 2024-11-01T16:17:15.2266200Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-11-01T16:17:15.3460390Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Failed 2024-11-01T16:17:15.3462080Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-11-01T16:17:15.4641060Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-11-01T16:17:15.4642780Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-11-01T16:17:15.5608630Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-11-01T16:17:15.5610490Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-11-01T16:17:15.6784830Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2024-11-01T16:17:15.6786340Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-11-01T16:17:15.7633240Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-11-01T16:17:15.7747040Z Target system: Darwin-23.4.0 2024-11-01T16:17:15.7747340Z -- Configuring build for SLEEF-v3.6.0 2024-11-01T16:17:15.7747920Z Target processor: arm64 2024-11-01T16:17:15.7748270Z Host system: Darwin-23.4.0 2024-11-01T16:17:15.7749030Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2024-11-01T16:17:15.7749710Z Host processor: arm64 2024-11-01T16:17:15.7750210Z Detected C compiler: AppleClang @ /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:17:15.7750720Z CMake: 3.22.1 2024-11-01T16:17:15.7751140Z Make program: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/ninja 2024-11-01T16:17:15.7751610Z -- Building shared libs : OFF 2024-11-01T16:17:15.7751870Z -- Building static test bins: OFF 2024-11-01T16:17:15.7752340Z -- MPFR : LIB_MPFR-NOTFOUND 2024-11-01T16:17:15.7752590Z -- GMP : LIBGMP-NOTFOUND 2024-11-01T16:17:15.7752800Z -- RT : 2024-11-01T16:17:15.7753000Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-11-01T16:17:15.7753240Z -- OPENSSL : 1.1.1w 2024-11-01T16:17:15.7753460Z -- SDE : SDE_COMMAND-NOTFOUND 2024-11-01T16:17:15.7753730Z -- COMPILER_SUPPORTS_OPENMP : 2024-11-01T16:17:15.7869280Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-11-01T16:17:15.7869940Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-11-01T16:17:15.7870820Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-11-01T16:17:15.7871650Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-11-01T16:17:15.9261390Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-11-01T16:17:16.0431320Z -- Performing Test HAS_WMISSING_PROTOTYPES - Success 2024-11-01T16:17:16.0435980Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-11-01T16:17:16.1619460Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Success 2024-11-01T16:17:16.2535520Z -- The OBJC compiler identification is AppleClang 15.0.0.15000309 2024-11-01T16:17:16.3266000Z -- The OBJCXX compiler identification is AppleClang 15.0.0.15000309 2024-11-01T16:17:16.3325940Z -- Detecting OBJC compiler ABI info 2024-11-01T16:17:16.4488430Z -- Detecting OBJC compiler ABI info - done 2024-11-01T16:17:16.4518590Z -- Check for working OBJC compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang - skipped 2024-11-01T16:17:16.4566590Z -- Detecting OBJCXX compiler ABI info 2024-11-01T16:17:16.5729290Z -- Detecting OBJCXX compiler ABI info - done 2024-11-01T16:17:16.5759550Z -- Check for working OBJCXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ - skipped 2024-11-01T16:17:16.6252850Z -- _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-11-01T16:17:16.6254290Z -- Toolchain using default OSX SDK: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk 2024-11-01T16:17:16.6255670Z -- 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-11-01T16:17:16.6317560Z CMake Warning at CMakeLists.txt:1272 (message): 2024-11-01T16:17:16.6318000Z Generated cmake files are only fully tested if one builds with system glog, 2024-11-01T16:17:16.6318530Z gflags, and protobuf. Other settings may generate files that are not well 2024-11-01T16:17:16.6318910Z tested. 2024-11-01T16:17:16.6319000Z 2024-11-01T16:17:16.6319010Z 2024-11-01T16:17:16.6339550Z -- 2024-11-01T16:17:16.6339780Z -- ******** Summary ******** 2024-11-01T16:17:16.6340020Z -- General: 2024-11-01T16:17:16.6340240Z -- CMake version : 3.22.1 2024-11-01T16:17:16.6340790Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/cmake 2024-11-01T16:17:16.6341270Z -- System : Darwin 2024-11-01T16:17:16.6341790Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:17:16.6342310Z -- C++ compiler id : AppleClang 2024-11-01T16:17:16.6342630Z -- C++ compiler version : 15.0.0.15000309 2024-11-01T16:17:16.6342930Z -- Using ccache if found : ON 2024-11-01T16:17:16.6343250Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2024-11-01T16:17:16.6347350Z -- 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-11-01T16:17:16.6351690Z -- Shared LD flags : -rdynamic -weak_framework Foundation -weak_framework MetalPerformanceShaders -weak_framework MetalPerformanceShadersGraph -weak_framework Metal 2024-11-01T16:17:16.6352410Z -- Static LD flags : 2024-11-01T16:17:16.6352660Z -- Module LD flags : 2024-11-01T16:17:16.6352910Z -- Build type : Release 2024-11-01T16:17:16.6354130Z -- 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-11-01T16:17:16.6355430Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/python3.9/site-packages 2024-11-01T16:17:16.6356110Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-11-01T16:17:16.6356510Z -- USE_GOLD_LINKER : OFF 2024-11-01T16:17:16.6356750Z -- 2024-11-01T16:17:16.6356940Z -- TORCH_VERSION : 2.6.0 2024-11-01T16:17:16.6357220Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-11-01T16:17:16.6357500Z -- BUILD_BINARY : OFF 2024-11-01T16:17:16.6357760Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-11-01T16:17:16.6358030Z -- Link local protobuf : ON 2024-11-01T16:17:16.6358280Z -- BUILD_PYTHON : True 2024-11-01T16:17:16.6358540Z -- Python version : 3.9.12 2024-11-01T16:17:16.6359030Z -- Python executable : /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/python 2024-11-01T16:17:16.6359500Z -- Python library : 2024-11-01T16:17:16.6359980Z -- Python includes : /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include/python3.9 2024-11-01T16:17:16.6360740Z -- Python site-package : /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/python3.9/site-packages 2024-11-01T16:17:16.6361270Z -- BUILD_SHARED_LIBS : ON 2024-11-01T16:17:16.6361540Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-11-01T16:17:16.6361840Z -- BUILD_TEST : False 2024-11-01T16:17:16.6362100Z -- BUILD_JNI : OFF 2024-11-01T16:17:16.6362350Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-11-01T16:17:16.6362610Z -- BUILD_LITE_INTERPRETER: OFF 2024-11-01T16:17:16.6362860Z -- CROSS_COMPILING_MACOSX : 2024-11-01T16:17:16.6363100Z -- INTERN_BUILD_MOBILE : 2024-11-01T16:17:16.6363340Z -- TRACING_BASED : OFF 2024-11-01T16:17:16.6363590Z -- USE_BLAS : 1 2024-11-01T16:17:16.6363840Z -- BLAS : accelerate 2024-11-01T16:17:16.6364110Z -- BLAS_HAS_SBGEMM : 2024-11-01T16:17:16.6364340Z -- USE_LAPACK : 1 2024-11-01T16:17:16.6364590Z -- LAPACK : accelerate 2024-11-01T16:17:16.6364860Z -- USE_ASAN : OFF 2024-11-01T16:17:16.6365100Z -- USE_TSAN : OFF 2024-11-01T16:17:16.6365350Z -- USE_CPP_CODE_COVERAGE : OFF 2024-11-01T16:17:16.6365590Z -- USE_CUDA : OFF 2024-11-01T16:17:16.6365830Z -- USE_XPU : OFF 2024-11-01T16:17:16.6366070Z -- USE_ROCM : OFF 2024-11-01T16:17:16.6366300Z -- BUILD_NVFUSER : 2024-11-01T16:17:16.6366660Z -- USE_EIGEN_FOR_BLAS : ON 2024-11-01T16:17:16.6366910Z -- USE_FBGEMM : OFF 2024-11-01T16:17:16.6367160Z -- USE_FAKELOWP : OFF 2024-11-01T16:17:16.6367410Z -- USE_KINETO : ON 2024-11-01T16:17:16.6367650Z -- USE_GFLAGS : OFF 2024-11-01T16:17:16.6367890Z -- USE_GLOG : OFF 2024-11-01T16:17:16.6368130Z -- USE_LITE_PROTO : OFF 2024-11-01T16:17:16.6368380Z -- USE_PYTORCH_METAL : 1 2024-11-01T16:17:16.6368630Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-11-01T16:17:16.6376610Z -- USE_MPS : ON 2024-11-01T16:17:16.6376900Z -- USE_MKL : OFF 2024-11-01T16:17:16.6377150Z -- USE_MKLDNN : OFF 2024-11-01T16:17:16.6377390Z -- USE_UCC : OFF 2024-11-01T16:17:16.6377630Z -- USE_ITT : OFF 2024-11-01T16:17:16.6377860Z -- USE_NCCL : OFF 2024-11-01T16:17:16.6378100Z -- USE_NNPACK : ON 2024-11-01T16:17:16.6378340Z -- USE_NUMPY : ON 2024-11-01T16:17:16.6378590Z -- USE_OBSERVERS : ON 2024-11-01T16:17:16.6378830Z -- USE_OPENCL : OFF 2024-11-01T16:17:16.6379070Z -- USE_OPENMP : 1 2024-11-01T16:17:16.6379310Z -- USE_MIMALLOC : OFF 2024-11-01T16:17:16.6379670Z -- USE_VULKAN : OFF 2024-11-01T16:17:16.6379920Z -- USE_PROF : OFF 2024-11-01T16:17:16.6380160Z -- USE_PYTORCH_QNNPACK : ON 2024-11-01T16:17:16.6380400Z -- USE_XNNPACK : ON 2024-11-01T16:17:16.6380650Z -- USE_DISTRIBUTED : 0 2024-11-01T16:17:16.6380900Z -- Public Dependencies : 2024-11-01T16:17:16.6381630Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;fp16;caffe2::openmp;fmt::fmt-header-only;kineto 2024-11-01T16:17:16.6382230Z -- Public CUDA Deps. : 2024-11-01T16:17:16.6382480Z -- Private CUDA Deps. : 2024-11-01T16:17:16.6382730Z -- USE_COREML_DELEGATE : OFF 2024-11-01T16:17:16.6383000Z -- BUILD_LAZY_TS_BACKEND : ON 2024-11-01T16:17:16.6383250Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-11-01T16:17:16.6384970Z -- Configuring done 2024-11-01T16:17:17.5914820Z -- Generating done 2024-11-01T16:17:17.6850030Z CMake Warning: 2024-11-01T16:17:17.6850540Z Manually-specified variables were not used by the project: 2024-11-01T16:17:17.6850820Z 2024-11-01T16:17:17.6850900Z BUILD_ENVIRONMENT 2024-11-01T16:17:17.6851100Z CMAKE_EXEC 2024-11-01T16:17:17.6851220Z 2024-11-01T16:17:17.6851220Z 2024-11-01T16:17:17.6872520Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/build 2024-11-01T16:17:20.3532420Z [1/4] Generating ATen declarations_yaml 2024-11-01T16:17:22.5604100Z [2/4] Generating ATen headers 2024-11-01T16:17:23.1730020Z [3/4] Generating ATen sources 2024-11-01T16:17:23.3590410Z [1/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2024-11-01T16:17:23.3599230Z [2/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2024-11-01T16:17:23.3601590Z [3/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2024-11-01T16:17:23.3606600Z [4/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2024-11-01T16:17:23.3625790Z [5/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2024-11-01T16:17:23.3647570Z [6/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2024-11-01T16:17:23.3758820Z [7/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2024-11-01T16:17:23.3886880Z [8/5610] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2024-11-01T16:17:23.3952470Z [9/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2024-11-01T16:17:23.4021330Z [10/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2024-11-01T16:17:23.4630970Z [11/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2024-11-01T16:17:23.4714420Z [12/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2024-11-01T16:17:23.4724270Z [13/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2024-11-01T16:17:23.4761830Z [14/5610] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2024-11-01T16:17:23.4895070Z [15/5610] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2024-11-01T16:17:23.4902860Z [16/5610] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2024-11-01T16:17:23.5025350Z [17/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-11-01T16:17:23.5204730Z [18/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2024-11-01T16:17:23.5474490Z [19/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2024-11-01T16:17:23.5807080Z [20/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-neon.c.o 2024-11-01T16:17:23.5841130Z [21/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-11-01T16:17:23.5931840Z [22/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x8-neon.c.o 2024-11-01T16:17:23.6036300Z [23/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-neon.c.o 2024-11-01T16:17:23.6076780Z [24/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-neon.c.o 2024-11-01T16:17:23.6132950Z [25/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-neon.c.o 2024-11-01T16:17:23.6305160Z [26/5610] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2024-11-01T16:17:23.6657930Z [27/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon.c.o 2024-11-01T16:17:23.6810040Z [28/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon-per-channel.c.o 2024-11-01T16:17:23.7010390Z [29/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-neon.c.o 2024-11-01T16:17:23.7019660Z [30/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-neon.c.o 2024-11-01T16:17:23.7170320Z [31/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon.c.o 2024-11-01T16:17:23.7181570Z [32/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-neon.c.o 2024-11-01T16:17:23.7192280Z [33/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x-sumrows-neon.c.o 2024-11-01T16:17:23.7213390Z [34/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-neon.c.o 2024-11-01T16:17:23.7262390Z [35/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon-per-channel.c.o 2024-11-01T16:17:23.7774750Z [36/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-neon.c.o 2024-11-01T16:17:23.7975750Z [37/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-dq-neon.c.o 2024-11-01T16:17:23.8127710Z [38/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8c2-xzp-neon.c.o 2024-11-01T16:17:23.8168490Z [39/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/6x4-neon.c.o 2024-11-01T16:17:23.8172330Z [40/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-neon.c.o 2024-11-01T16:17:23.8392920Z [41/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/5x8-neon.c.o 2024-11-01T16:17:23.8593280Z [42/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-neon.c.o 2024-11-01T16:17:23.8656280Z [43/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/neon.c.o 2024-11-01T16:17:23.8691250Z [44/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/neon.c.o 2024-11-01T16:17:23.8879150Z [45/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-neon.c.o 2024-11-01T16:17:23.9030370Z [46/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/neon.c.o 2024-11-01T16:17:23.9228970Z [47/5610] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2024-11-01T16:17:23.9247560Z [48/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-neon.c.o 2024-11-01T16:17:23.9412870Z [49/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-neon.c.o 2024-11-01T16:17:23.9442560Z [50/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-neon.c.o 2024-11-01T16:17:23.9529930Z [51/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-neon.c.o 2024-11-01T16:17:23.9577060Z [52/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-neon.c.o 2024-11-01T16:17:23.9744840Z [53/5610] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-aarch64-neon.S.o 2024-11-01T16:17:23.9800290Z [54/5610] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-dq-aarch64-neon.S.o 2024-11-01T16:17:23.9875000Z [55/5610] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-aarch64-neon.S.o 2024-11-01T16:17:24.0123460Z [56/5610] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-aarch64-neon.S.o 2024-11-01T16:17:24.0193460Z [57/5610] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S.o 2024-11-01T16:17:24.0195960Z [58/5610] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2024-11-01T16:17:24.0214390Z [59/5610] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S.o 2024-11-01T16:17:24.0361490Z [60/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2024-11-01T16:17:24.0536790Z [61/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2024-11-01T16:17:24.0721270Z [62/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2024-11-01T16:17:24.0723070Z [63/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2024-11-01T16:17:24.1020610Z [64/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2024-11-01T16:17:24.1204780Z [65/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2024-11-01T16:17:24.1473560Z [66/5610] Linking C static library lib/libclog.a 2024-11-01T16:17:24.1559170Z [67/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2024-11-01T16:17:24.1570340Z [68/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2024-11-01T16:17:24.1584930Z [69/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2024-11-01T16:17:24.1603390Z [70/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2024-11-01T16:17:24.1674650Z [71/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-16x16.c.o 2024-11-01T16:17:24.1807780Z [72/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-8x8.c.o 2024-11-01T16:17:24.1808790Z [73/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2024-11-01T16:17:24.2028740Z [74/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3.c.o 2024-11-01T16:17:24.2331570Z [75/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3-fp16.c.o 2024-11-01T16:17:24.2684200Z [76/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/h4gemm.c.o 2024-11-01T16:17:24.2715140Z [77/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sgemm.c.o 2024-11-01T16:17:24.2727960Z [78/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/conv1x1.c.o 2024-11-01T16:17:24.2745410Z [79/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4gemm.c.o 2024-11-01T16:17:24.2751510Z [80/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb.c.o 2024-11-01T16:17:24.3041170Z [81/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/relu.c.o 2024-11-01T16:17:24.3210550Z [82/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sdotxf.c.o 2024-11-01T16:17:24.3211730Z [83/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb.c.o 2024-11-01T16:17:24.3213700Z [84/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/softmax.c.o 2024-11-01T16:17:24.3542090Z [85/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2024-11-01T16:17:24.3754780Z [86/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb-transc.c.o 2024-11-01T16:17:24.3779700Z [87/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2024-11-01T16:17:24.3784290Z [88/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm.c.o 2024-11-01T16:17:24.3819470Z [89/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm.c.o 2024-11-01T16:17:24.3983430Z [90/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb-transc.c.o 2024-11-01T16:17:24.4015320Z [91/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2024-11-01T16:17:24.4157050Z [92/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2024-11-01T16:17:24.4230610Z [93/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2024-11-01T16:17:24.4354670Z [94/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2024-11-01T16:17:24.4683160Z [95/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-11-01T16:17:24.4700640Z [96/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-11-01T16:17:24.4728280Z [97/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/blas/shdotxf.c.o 2024-11-01T16:17:24.4735220Z [98/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2024-11-01T16:17:24.4890110Z [99/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-11-01T16:17:24.4907490Z [100/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-11-01T16:17:24.4929740Z [101/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-11-01T16:17:24.4945110Z [102/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-11-01T16:17:24.5171180Z [103/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-11-01T16:17:24.5551100Z [104/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-11-01T16:17:24.5578740Z [105/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-11-01T16:17:24.5593450Z [106/5610] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2024-11-01T16:17:24.5599690Z [107/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-11-01T16:17:24.5626710Z [108/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-11-01T16:17:24.5641720Z [109/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-11-01T16:17:24.5810930Z [110/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-11-01T16:17:24.5841710Z [111/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-11-01T16:17:24.5912450Z [112/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-11-01T16:17:24.5990190Z [113/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-11-01T16:17:24.6509030Z [114/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-11-01T16:17:24.6546290Z [115/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-11-01T16:17:24.6558970Z [116/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-11-01T16:17:24.6579690Z [117/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-11-01T16:17:24.6660200Z [118/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-11-01T16:17:24.6693520Z [119/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-11-01T16:17:24.6697660Z [120/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-11-01T16:17:24.6772100Z [121/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-11-01T16:17:24.6910590Z [122/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-11-01T16:17:24.6968530Z [123/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-11-01T16:17:24.7400010Z [124/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-11-01T16:17:24.7416260Z [125/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-11-01T16:17:24.7434250Z [126/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-11-01T16:17:24.7610470Z [127/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-11-01T16:17:24.7613580Z [128/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-11-01T16:17:24.7666450Z [129/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-11-01T16:17:24.7670430Z [130/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-11-01T16:17:24.7671570Z [131/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-11-01T16:17:24.7679040Z [132/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-11-01T16:17:24.7855160Z [133/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-11-01T16:17:24.8324240Z [134/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-11-01T16:17:24.8327180Z [135/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-11-01T16:17:24.8362630Z [136/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-11-01T16:17:24.8564920Z [137/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-11-01T16:17:24.8570690Z [138/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-11-01T16:17:24.8575470Z [139/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-11-01T16:17:24.8590200Z [140/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-11-01T16:17:24.8591340Z [141/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-11-01T16:17:24.8641210Z [142/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-11-01T16:17:24.8677530Z [143/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-11-01T16:17:24.9329000Z [144/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-11-01T16:17:24.9464060Z [145/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-11-01T16:17:24.9468000Z [146/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-11-01T16:17:24.9478690Z [147/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-11-01T16:17:24.9501260Z [148/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-11-01T16:17:24.9502570Z [149/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-11-01T16:17:24.9515160Z [150/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-11-01T16:17:24.9554910Z [151/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-11-01T16:17:24.9757540Z [152/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-11-01T16:17:24.9899410Z [153/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-11-01T16:17:25.0242420Z [154/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-11-01T16:17:25.0512690Z [155/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.0539870Z [156/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-11-01T16:17:25.0552680Z [157/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.0566290Z [158/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-11-01T16:17:25.0592380Z [159/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-11-01T16:17:25.0596100Z [160/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-11-01T16:17:25.0701300Z [161/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-11-01T16:17:25.0799350Z [162/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-11-01T16:17:25.1125150Z [163/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-11-01T16:17:25.1185040Z [164/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.1505330Z [165/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-11-01T16:17:25.1548180Z [166/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-11-01T16:17:25.1558500Z [167/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-11-01T16:17:25.1575770Z [168/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-11-01T16:17:25.1605480Z [169/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.1651190Z [170/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-11-01T16:17:25.1675510Z [171/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-11-01T16:17:25.1880120Z [172/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.2242590Z [173/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-11-01T16:17:25.2267350Z [174/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-11-01T16:17:25.2482840Z [175/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-11-01T16:17:25.2500610Z [176/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-11-01T16:17:25.2526720Z [177/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.2559240Z [178/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-11-01T16:17:25.2626340Z [179/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.2646770Z [180/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-11-01T16:17:25.2841700Z [181/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-11-01T16:17:25.2844280Z [182/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-11-01T16:17:25.3228880Z [183/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.3422720Z [184/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-11-01T16:17:25.3476900Z [185/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-11-01T16:17:25.3496760Z [186/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-11-01T16:17:25.3565840Z [187/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-11-01T16:17:25.3667080Z [188/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-11-01T16:17:25.3799410Z [189/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-11-01T16:17:25.4972710Z [190/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2024-11-01T16:17:25.5464330Z [191/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2024-11-01T16:17:25.5530160Z [192/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-11-01T16:17:25.5576070Z [193/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-11-01T16:17:25.5608870Z [194/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2024-11-01T16:17:25.5741600Z [195/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-11-01T16:17:25.6010990Z [196/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-11-01T16:17:25.6046590Z [197/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-11-01T16:17:25.6473700Z [198/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-11-01T16:17:25.6812960Z [199/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-11-01T16:17:25.7343140Z [200/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2024-11-01T16:17:25.7607920Z [201/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-11-01T16:17:25.7839970Z [202/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-11-01T16:17:25.7986940Z [203/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-11-01T16:17:25.8027660Z /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-11-01T16:17:25.8029380Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-11-01T16:17:25.8030660Z ^ 2024-11-01T16:17:25.8036900Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-11-01T16:17:25.8043630Z __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-11-01T16:17:25.8044470Z ^ 2024-11-01T16:17:25.8045130Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-11-01T16:17:25.8045850Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-11-01T16:17:25.8046250Z ^ 2024-11-01T16:17:25.8047700Z 1 warning generated. 2024-11-01T16:17:25.8095900Z [204/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2024-11-01T16:17:25.8410180Z [205/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2024-11-01T16:17:25.8909120Z [206/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2024-11-01T16:17:25.9118680Z [207/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-11-01T16:17:25.9417940Z [208/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-11-01T16:17:25.9702300Z [209/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2024-11-01T16:17:25.9771770Z [210/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-11-01T16:17:25.9830360Z [211/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-11-01T16:17:26.0189470Z [212/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2024-11-01T16:17:26.0606900Z [213/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-11-01T16:17:26.0642080Z [214/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-11-01T16:17:26.1251880Z [215/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2024-11-01T16:17:26.1645730Z [216/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-11-01T16:17:26.1746670Z [217/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2024-11-01T16:17:26.1937500Z [218/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2024-11-01T16:17:26.1984850Z [219/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-11-01T16:17:26.2097940Z [220/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2024-11-01T16:17:26.2399620Z [221/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-11-01T16:17:26.2529200Z [222/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-11-01T16:17:26.2948110Z [223/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-11-01T16:17:26.3144470Z [224/5610] Linking CXX static library lib/libprotobuf-lite.a 2024-11-01T16:17:26.3443240Z [225/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-11-01T16:17:26.3640240Z [226/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2024-11-01T16:17:26.3917040Z [227/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-11-01T16:17:26.4403330Z [228/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-11-01T16:17:26.4580800Z [229/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-11-01T16:17:26.4841180Z [230/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2024-11-01T16:17:26.4850520Z [231/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-11-01T16:17:26.5203030Z [232/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2024-11-01T16:17:26.5304610Z [233/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2024-11-01T16:17:26.5574960Z [234/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-11-01T16:17:26.5606430Z [235/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2024-11-01T16:17:26.6492770Z [236/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-11-01T16:17:26.6608270Z [237/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2024-11-01T16:17:26.6695260Z [238/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-11-01T16:17:26.7061520Z [239/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2024-11-01T16:17:26.7193680Z [240/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-11-01T16:17:26.7207460Z [241/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-11-01T16:17:26.7210870Z /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-11-01T16:17:26.7212690Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-11-01T16:17:26.7213090Z ^ 2024-11-01T16:17:26.7213750Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-11-01T16:17:26.7214950Z __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-11-01T16:17:26.7216060Z ^ 2024-11-01T16:17:26.7216850Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-11-01T16:17:26.7217780Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-11-01T16:17:26.7218600Z ^ 2024-11-01T16:17:26.7219040Z 1 warning generated. 2024-11-01T16:17:26.7454660Z [242/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-11-01T16:17:26.8151230Z [243/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-11-01T16:17:26.8176390Z [244/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2024-11-01T16:17:26.8904140Z [245/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-11-01T16:17:26.8916410Z [246/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2024-11-01T16:17:26.9060860Z [247/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2024-11-01T16:17:26.9549080Z [248/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2024-11-01T16:17:26.9716640Z [249/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2024-11-01T16:17:26.9823930Z [250/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2024-11-01T16:17:27.0502990Z [251/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2024-11-01T16:17:27.0651540Z [252/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2024-11-01T16:17:27.1187410Z [253/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2024-11-01T16:17:27.1319210Z [254/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2024-11-01T16:17:27.1437450Z [255/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2024-11-01T16:17:27.1438920Z [256/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2024-11-01T16:17:27.1774420Z [257/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2024-11-01T16:17:27.1924620Z [258/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2024-11-01T16:17:27.2200790Z [259/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2024-11-01T16:17:27.2569610Z [260/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2024-11-01T16:17:27.2804320Z [261/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2024-11-01T16:17:27.3601860Z [262/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2024-11-01T16:17:27.3687670Z [263/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2024-11-01T16:17:27.3836310Z [264/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2024-11-01T16:17:27.3978160Z [265/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2024-11-01T16:17:27.3988170Z [266/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2024-11-01T16:17:27.4094740Z [267/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2024-11-01T16:17:27.4104250Z [268/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2024-11-01T16:17:27.4277680Z [269/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2024-11-01T16:17:27.5636370Z [270/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2024-11-01T16:17:27.5834720Z [271/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2024-11-01T16:17:27.6313250Z [272/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2024-11-01T16:17:27.6464280Z [273/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2024-11-01T16:17:27.6510700Z [274/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2024-11-01T16:17:27.6695240Z [275/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2024-11-01T16:17:27.6887280Z [276/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2024-11-01T16:17:27.7079750Z [277/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2024-11-01T16:17:27.7646470Z [278/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2024-11-01T16:17:27.7851840Z [279/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2024-11-01T16:17:27.8413440Z [280/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2024-11-01T16:17:27.8539520Z [281/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2024-11-01T16:17:27.8929410Z [282/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2024-11-01T16:17:27.9110700Z [283/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2024-11-01T16:17:27.9282660Z [284/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2024-11-01T16:17:27.9461620Z [285/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2024-11-01T16:17:27.9475770Z [286/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2024-11-01T16:17:27.9525270Z [287/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2024-11-01T16:17:28.0434010Z [288/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2024-11-01T16:17:28.0585810Z [289/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2024-11-01T16:17:28.1103890Z [290/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2024-11-01T16:17:28.1253310Z [291/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2024-11-01T16:17:28.1402140Z [292/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2024-11-01T16:17:28.1618350Z [293/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2024-11-01T16:17:28.2259310Z [294/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2024-11-01T16:17:28.2450450Z [295/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2024-11-01T16:17:28.2807980Z [296/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2024-11-01T16:17:28.2995320Z [297/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2024-11-01T16:17:28.3019380Z [298/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2024-11-01T16:17:28.3250630Z [299/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2024-11-01T16:17:28.3876590Z [300/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2024-11-01T16:17:28.3980510Z [301/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2024-11-01T16:17:28.4018850Z [302/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2024-11-01T16:17:28.4396220Z [303/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2024-11-01T16:17:28.5346140Z [304/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2024-11-01T16:17:28.5388900Z [305/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2024-11-01T16:17:28.5937950Z [306/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2024-11-01T16:17:28.6049670Z [307/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2024-11-01T16:17:28.6078100Z [308/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2024-11-01T16:17:28.6086400Z [309/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2024-11-01T16:17:28.6171370Z [310/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2024-11-01T16:17:28.6289900Z [311/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2024-11-01T16:17:28.6757500Z [312/5610] Linking CXX static library lib/libprotobuf.a 2024-11-01T16:17:28.7979090Z [313/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2024-11-01T16:17:28.8112920Z [314/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2024-11-01T16:17:28.8145830Z [315/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2024-11-01T16:17:28.8324180Z [316/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2024-11-01T16:17:28.8474160Z [317/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2024-11-01T16:17:28.8585790Z [318/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2024-11-01T16:17:28.8919970Z [319/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2024-11-01T16:17:28.9156340Z [320/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2024-11-01T16:17:29.0353790Z [321/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2024-11-01T16:17:29.0439880Z [322/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2024-11-01T16:17:29.0588690Z [323/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2024-11-01T16:17:29.0698350Z [324/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2024-11-01T16:17:29.0731770Z [325/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2024-11-01T16:17:29.0896120Z [326/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2024-11-01T16:17:29.1133460Z [327/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2024-11-01T16:17:29.1607560Z [328/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2024-11-01T16:17:29.2534880Z [329/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2024-11-01T16:17:29.2616800Z [330/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2024-11-01T16:17:29.2817900Z [331/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2024-11-01T16:17:29.3022410Z [332/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2024-11-01T16:17:29.3117620Z [333/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2024-11-01T16:17:29.3549880Z [334/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2024-11-01T16:17:29.3608750Z [335/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2024-11-01T16:17:29.3959250Z [336/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2024-11-01T16:17:29.4992720Z [337/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2024-11-01T16:17:29.5264150Z [338/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2024-11-01T16:17:29.5322120Z [339/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2024-11-01T16:17:29.5331070Z [340/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2024-11-01T16:17:29.5339020Z [341/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2024-11-01T16:17:29.5347570Z [342/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2024-11-01T16:17:29.5369810Z [343/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2024-11-01T16:17:29.6092100Z [344/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2024-11-01T16:17:29.6788340Z [345/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2024-11-01T16:17:29.7334430Z [346/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2024-11-01T16:17:29.7608310Z [347/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2024-11-01T16:17:29.7919180Z [348/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2024-11-01T16:17:29.7969820Z [349/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2024-11-01T16:17:29.8090860Z [350/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2024-11-01T16:17:29.8410690Z [351/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2024-11-01T16:17:29.8420220Z [352/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2024-11-01T16:17:29.8850050Z [353/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2024-11-01T16:17:29.9466500Z [354/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2024-11-01T16:17:29.9732790Z [355/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2024-11-01T16:17:30.0168710Z [356/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2024-11-01T16:17:30.0198680Z [357/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2024-11-01T16:17:30.0370420Z [358/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2024-11-01T16:17:30.0581450Z [359/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2024-11-01T16:17:30.0747970Z [360/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2024-11-01T16:17:30.1158660Z [361/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2024-11-01T16:17:30.1868260Z [362/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2024-11-01T16:17:30.2184810Z [363/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2024-11-01T16:17:30.2218850Z [364/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2024-11-01T16:17:30.2256700Z [365/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2024-11-01T16:17:30.2613640Z [366/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2024-11-01T16:17:30.2933430Z [367/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2024-11-01T16:17:30.3154780Z [368/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2024-11-01T16:17:30.4101600Z [369/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2024-11-01T16:17:30.4186550Z [370/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2024-11-01T16:17:30.4326410Z [371/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2024-11-01T16:17:30.4368840Z [372/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2024-11-01T16:17:30.4645060Z [373/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2024-11-01T16:17:30.4808550Z [374/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2024-11-01T16:17:30.5032570Z [375/5610] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-11-01T16:17:30.5361250Z [376/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2024-11-01T16:17:30.5595710Z [377/5610] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-11-01T16:17:30.5607850Z [378/5610] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-11-01T16:17:30.5884190Z [379/5610] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/gcd.c.o 2024-11-01T16:17:30.5905260Z [380/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2024-11-01T16:17:30.5997200Z [381/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2024-11-01T16:17:30.6141840Z [382/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-11-01T16:17:30.6162720Z [383/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-11-01T16:17:30.6178550Z [384/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2024-11-01T16:17:30.6459280Z [385/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-11-01T16:17:30.6482810Z [386/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-11-01T16:17:30.6631460Z [387/5610] Linking C static library lib/libpthreadpool.a 2024-11-01T16:17:30.6770240Z [388/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2024-11-01T16:17:30.6804440Z [389/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2024-11-01T16:17:30.7037520Z [390/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-11-01T16:17:30.7054710Z [391/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2024-11-01T16:17:30.7092160Z [392/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2024-11-01T16:17:30.7236090Z [393/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2024-11-01T16:17:30.7323460Z [394/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-11-01T16:17:30.7346140Z [395/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-11-01T16:17:30.7543750Z [396/5610] Linking C static library lib/libnnpack_reference_layers.a 2024-11-01T16:17:30.7607890Z [397/5610] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2024-11-01T16:17:30.7670870Z [398/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2024-11-01T16:17:30.7826230Z [399/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-11-01T16:17:30.7950340Z [400/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2024-11-01T16:17:30.8007150Z [401/5610] Linking C static library lib/libcpuinfo.a 2024-11-01T16:17:30.8095360Z [402/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2024-11-01T16:17:30.8347340Z [403/5610] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2024-11-01T16:17:30.8359540Z [404/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2024-11-01T16:17:30.8428640Z [405/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2024-11-01T16:17:30.8632350Z [406/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2024-11-01T16:17:30.8635510Z [407/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2024-11-01T16:17:30.8749990Z [408/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2024-11-01T16:17:30.8995190Z [409/5610] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2024-11-01T16:17:30.9008640Z [410/5610] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2024-11-01T16:17:30.9009400Z [411/5610] Linking C static library lib/libnnpack.a 2024-11-01T16:17:30.9171060Z [412/5610] Linking C static library lib/libcpuinfo_internals.a 2024-11-01T16:17:30.9333030Z [413/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-11-01T16:17:30.9339210Z [414/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-11-01T16:17:30.9509660Z [415/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-11-01T16:17:30.9569480Z [416/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-11-01T16:17:30.9645960Z [417/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-11-01T16:17:30.9878030Z [418/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-11-01T16:17:30.9917100Z [419/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-11-01T16:17:30.9933650Z [420/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-11-01T16:17:31.0178000Z [421/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-11-01T16:17:31.0212330Z [422/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-11-01T16:17:31.0340500Z [423/5610] Linking CXX static library lib/libpytorch_qnnpack.a 2024-11-01T16:17:31.0512110Z [424/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-11-01T16:17:31.0524800Z [425/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-11-01T16:17:31.0529840Z [426/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-11-01T16:17:31.0807990Z [427/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-11-01T16:17:31.0884960Z [428/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-11-01T16:17:31.0888450Z [429/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-11-01T16:17:31.0999900Z [430/5610] Linking CXX static library lib/libprotoc.a 2024-11-01T16:17:31.1120270Z [431/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-11-01T16:17:31.1343840Z [432/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-11-01T16:17:31.1361020Z [433/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-11-01T16:17:31.1496940Z [434/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-11-01T16:17:31.1591760Z [435/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-11-01T16:17:31.1656000Z [436/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-11-01T16:17:31.1777830Z [437/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-11-01T16:17:31.1835380Z [438/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-11-01T16:17:31.2175510Z [439/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-11-01T16:17:31.2315980Z [440/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-11-01T16:17:31.2338440Z [441/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-11-01T16:17:31.2349390Z [442/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-11-01T16:17:31.2431540Z [443/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-11-01T16:17:31.2552800Z [444/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-11-01T16:17:31.2560160Z [445/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-11-01T16:17:31.2749170Z [446/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-11-01T16:17:31.2984780Z [447/5610] Linking CXX executable bin/protoc-3.13.0.0 2024-11-01T16:17:31.3119410Z [448/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-11-01T16:17:31.3166020Z [449/5610] Creating executable symlink bin/protoc 2024-11-01T16:17:31.3198530Z [450/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-11-01T16:17:31.3283020Z [451/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-11-01T16:17:31.3319070Z [452/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-11-01T16:17:31.3402420Z [453/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-11-01T16:17:31.3408000Z [454/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-11-01T16:17:31.3579850Z [455/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-11-01T16:17:31.3615730Z [456/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-11-01T16:17:31.3925030Z [457/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-11-01T16:17:31.4170870Z [458/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-11-01T16:17:31.4204370Z [459/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-11-01T16:17:31.4227630Z [460/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-11-01T16:17:31.4403290Z [461/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-11-01T16:17:31.4409330Z [462/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-11-01T16:17:31.4479510Z [463/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-11-01T16:17:31.4497280Z [464/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-11-01T16:17:31.4514340Z [465/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-11-01T16:17:31.4526120Z [466/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-11-01T16:17:31.4951570Z [467/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-11-01T16:17:31.5080620Z [468/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-11-01T16:17:31.5195030Z [469/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-11-01T16:17:31.5263370Z [470/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-11-01T16:17:31.5300160Z [471/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-11-01T16:17:31.5441270Z [472/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-11-01T16:17:31.5464550Z [473/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-11-01T16:17:31.5542970Z [474/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-11-01T16:17:31.5590750Z [475/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-11-01T16:17:31.5760460Z [476/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-11-01T16:17:31.6107990Z [477/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-11-01T16:17:31.6209880Z [478/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-11-01T16:17:31.6313850Z [479/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-11-01T16:17:31.6316920Z [480/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-11-01T16:17:31.6319890Z [481/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-11-01T16:17:31.6328760Z [482/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-11-01T16:17:31.6334200Z [483/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-11-01T16:17:31.6455460Z [484/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-11-01T16:17:31.6514720Z [485/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-11-01T16:17:31.6878680Z [486/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-11-01T16:17:31.7132940Z [487/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-11-01T16:17:31.7193430Z [488/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-11-01T16:17:31.7292850Z [489/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-11-01T16:17:31.7297210Z [490/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-11-01T16:17:31.7299880Z [491/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-11-01T16:17:31.7305490Z [492/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-11-01T16:17:31.7308930Z [493/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-11-01T16:17:31.7319310Z [494/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-11-01T16:17:31.7546760Z [495/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-11-01T16:17:31.7924520Z [496/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-11-01T16:17:31.8163020Z [497/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-11-01T16:17:31.8172380Z [498/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-11-01T16:17:31.8200800Z [499/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-11-01T16:17:31.8285530Z [500/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-11-01T16:17:31.8288570Z [501/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-11-01T16:17:31.8292200Z [502/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-11-01T16:17:31.8298580Z [503/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-11-01T16:17:31.8313940Z [504/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-11-01T16:17:31.8559490Z [505/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-11-01T16:17:31.9067070Z [506/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-11-01T16:17:31.9092460Z [507/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-11-01T16:17:31.9120000Z [508/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-11-01T16:17:31.9141230Z [509/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-11-01T16:17:31.9307320Z [510/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-11-01T16:17:31.9323330Z [511/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-11-01T16:17:31.9356390Z [512/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-11-01T16:17:31.9375790Z [513/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-11-01T16:17:31.9384370Z [514/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-11-01T16:17:31.9391670Z [515/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-11-01T16:17:32.0180720Z [516/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-11-01T16:17:32.0298260Z [517/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-11-01T16:17:32.0310510Z [518/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-11-01T16:17:32.0314550Z [519/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-11-01T16:17:32.0332900Z [520/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-11-01T16:17:32.0340150Z [521/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-11-01T16:17:32.0348950Z [522/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-11-01T16:17:32.0451840Z [523/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-11-01T16:17:32.0556290Z [524/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-11-01T16:17:32.0560250Z [525/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-11-01T16:17:32.1207560Z [526/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-11-01T16:17:32.1311810Z [527/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-11-01T16:17:32.1316860Z [528/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-11-01T16:17:32.1320890Z [529/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-11-01T16:17:32.1332370Z [530/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-11-01T16:17:32.1348970Z [531/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-11-01T16:17:32.1395350Z [532/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-11-01T16:17:32.1396430Z [533/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-11-01T16:17:32.1569880Z [534/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-11-01T16:17:32.1600480Z [535/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-11-01T16:17:32.2109670Z [536/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-11-01T16:17:32.2208130Z [537/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-11-01T16:17:32.2216360Z [538/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-11-01T16:17:32.2318810Z [539/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-11-01T16:17:32.2391720Z [540/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2024-11-01T16:17:32.2399500Z [541/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2024-11-01T16:17:32.2425160Z [542/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2024-11-01T16:17:32.2497830Z [543/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-11-01T16:17:32.2572320Z [544/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-11-01T16:17:32.2718030Z [545/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-11-01T16:17:32.3262980Z [546/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-11-01T16:17:32.3264510Z [547/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-11-01T16:17:32.3267220Z [548/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-11-01T16:17:32.3319850Z [549/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-11-01T16:17:32.3371640Z [550/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-11-01T16:17:32.3461350Z [551/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-11-01T16:17:32.3497860Z [552/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2024-11-01T16:17:32.3716800Z [553/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-11-01T16:17:32.3736750Z [554/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-11-01T16:17:32.4190520Z [555/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-11-01T16:17:32.4299220Z [556/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-11-01T16:17:32.4303460Z [557/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vgelu/gen/f32-vgelu-scalar.c.o 2024-11-01T16:17:32.4307020Z [558/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2024-11-01T16:17:32.4310400Z [559/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-11-01T16:17:32.4315070Z [560/5610] 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-11-01T16:17:32.4459060Z [561/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2024-11-01T16:17:32.4479170Z [562/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlog/gen/f32-vlog-scalar-log.c.o 2024-11-01T16:17:32.4613840Z [563/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-11-01T16:17:32.4666370Z [564/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-11-01T16:17:32.5186660Z [565/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-11-01T16:17:32.5219140Z [566/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-11-01T16:17:32.5241820Z [567/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-11-01T16:17:32.5258600Z [568/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-11-01T16:17:32.5259870Z [569/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-11-01T16:17:32.5374730Z [570/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-11-01T16:17:32.5486600Z [571/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-11-01T16:17:32.5499230Z [572/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-11-01T16:17:32.5579350Z [573/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-11-01T16:17:32.5580460Z [574/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-11-01T16:17:32.6351320Z [575/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-11-01T16:17:32.6455300Z [576/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-11-01T16:17:32.6456650Z [577/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-11-01T16:17:32.6457700Z [578/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-11-01T16:17:32.6474290Z [579/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-11-01T16:17:32.6475410Z [580/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-11-01T16:17:32.6492050Z [581/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-11-01T16:17:32.6499110Z [582/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-11-01T16:17:32.6622310Z [583/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-11-01T16:17:32.6731400Z [584/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-11-01T16:17:32.7324140Z [585/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-11-01T16:17:32.7343270Z [586/5610] 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-11-01T16:17:32.7390600Z [587/5610] 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-11-01T16:17:32.7465050Z [588/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-11-01T16:17:32.7468230Z [589/5610] 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-11-01T16:17:32.7570960Z [590/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-11-01T16:17:32.7709360Z [591/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-11-01T16:17:32.7713750Z [592/5610] 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-11-01T16:17:32.7718390Z [593/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-11-01T16:17:32.7880720Z [594/5610] 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-11-01T16:17:32.8383140Z [595/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-11-01T16:17:32.8408990Z [596/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-11-01T16:17:32.8410470Z [597/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-11-01T16:17:32.8472470Z [598/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-11-01T16:17:32.8479130Z [599/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-11-01T16:17:32.8696080Z [600/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-11-01T16:17:32.8709740Z [601/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-11-01T16:17:32.8719800Z [602/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-11-01T16:17:32.8786700Z [603/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-11-01T16:17:32.8794670Z [604/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-11-01T16:17:32.9421520Z [605/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2024-11-01T16:17:32.9450030Z [606/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-11-01T16:17:32.9457280Z [607/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2024-11-01T16:17:32.9499390Z [608/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-6-div.c.o 2024-11-01T16:17:32.9621040Z [609/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-11-01T16:17:32.9657050Z [610/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-11-01T16:17:32.9665360Z [611/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-11-01T16:17:32.9679120Z [612/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2024-11-01T16:17:32.9877260Z [613/5610] 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-11-01T16:17:32.9914130Z [614/5610] 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-11-01T16:17:33.0586220Z [615/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-11-01T16:17:33.0645510Z [616/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-11-01T16:17:33.0656130Z [617/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-11-01T16:17:33.0795620Z [618/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-11-01T16:17:33.0820960Z [619/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-11-01T16:17:33.0824660Z [620/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-11-01T16:17:33.0831820Z [621/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-11-01T16:17:33.0840870Z [622/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-11-01T16:17:33.0934930Z [623/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-11-01T16:17:33.0975570Z [624/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-11-01T16:17:33.1604990Z [625/5610] 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-11-01T16:17:33.1691260Z [626/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-11-01T16:17:33.1807480Z [627/5610] 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-11-01T16:17:33.1910890Z [628/5610] 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-11-01T16:17:33.1912220Z [629/5610] 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-11-01T16:17:33.1913450Z [630/5610] 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-11-01T16:17:33.1914650Z [631/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-11-01T16:17:33.1915860Z [632/5610] 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-11-01T16:17:33.2068650Z [633/5610] 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-11-01T16:17:33.2149130Z [634/5610] 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-11-01T16:17:33.2705190Z [635/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-11-01T16:17:33.2725940Z [636/5610] 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-11-01T16:17:33.2766170Z [637/5610] 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-11-01T16:17:33.2898110Z [638/5610] 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-11-01T16:17:33.2935570Z [639/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-11-01T16:17:33.2940600Z [640/5610] 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-11-01T16:17:33.3001710Z [641/5610] 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-11-01T16:17:33.3005220Z [642/5610] 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-11-01T16:17:33.3073120Z [643/5610] 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-11-01T16:17:33.3113600Z [644/5610] 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-11-01T16:17:33.3815270Z [645/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-11-01T16:17:33.3845790Z [646/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-11-01T16:17:33.3877640Z [647/5610] 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-11-01T16:17:33.3891810Z [648/5610] 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-11-01T16:17:33.4002660Z [649/5610] 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-11-01T16:17:33.4020820Z [650/5610] 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-11-01T16:17:33.4029180Z [651/5610] 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-11-01T16:17:33.4036530Z [652/5610] 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-11-01T16:17:33.4211790Z [653/5610] 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-11-01T16:17:33.4228590Z [654/5610] 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-11-01T16:17:33.4888690Z [655/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-11-01T16:17:33.4910540Z [656/5610] 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-11-01T16:17:33.4914690Z [657/5610] 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-11-01T16:17:33.4920610Z [658/5610] 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-11-01T16:17:33.4928310Z [659/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-11-01T16:17:33.4954180Z [660/5610] 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-11-01T16:17:33.5077210Z [661/5610] 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-11-01T16:17:33.5191700Z [662/5610] 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-11-01T16:17:33.5229920Z [663/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-11-01T16:17:33.5235300Z [664/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-11-01T16:17:33.5868220Z [665/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-11-01T16:17:33.5877510Z [666/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-11-01T16:17:33.5926460Z [667/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-11-01T16:17:33.6046790Z [668/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-11-01T16:17:33.6054860Z [669/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-11-01T16:17:33.6062480Z [670/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-11-01T16:17:33.6066960Z [671/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-11-01T16:17:33.6098150Z [672/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-11-01T16:17:33.6145580Z [673/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-11-01T16:17:33.6548140Z [674/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:33.6993480Z [675/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-11-01T16:17:33.7008170Z [676/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-11-01T16:17:33.7109270Z [677/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-11-01T16:17:33.7222360Z [678/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-11-01T16:17:33.7231930Z [679/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:33.7233030Z [680/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-11-01T16:17:33.7244470Z [681/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-11-01T16:17:33.7248420Z [682/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-11-01T16:17:33.7436650Z [683/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-11-01T16:17:33.7592900Z [684/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-11-01T16:17:33.8066250Z [685/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-11-01T16:17:33.8190260Z [686/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-11-01T16:17:33.8194280Z [687/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-11-01T16:17:33.8205770Z [688/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-11-01T16:17:33.8227350Z [689/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-11-01T16:17:33.8230740Z [690/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-11-01T16:17:33.8236390Z [691/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-11-01T16:17:33.8249450Z [692/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-11-01T16:17:33.8256470Z [693/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-11-01T16:17:33.8404400Z [694/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-11-01T16:17:33.9039130Z [695/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:33.9145080Z [696/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:33.9220090Z [697/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-11-01T16:17:33.9341550Z [698/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-11-01T16:17:33.9346070Z [699/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-11-01T16:17:33.9347120Z [700/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-11-01T16:17:33.9398470Z [701/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-11-01T16:17:33.9399620Z [702/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-11-01T16:17:33.9612960Z [703/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-11-01T16:17:33.9621090Z [704/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-11-01T16:17:34.0016480Z [705/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-11-01T16:17:34.0128160Z [706/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-11-01T16:17:34.0177040Z [707/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-11-01T16:17:34.0182130Z [708/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-11-01T16:17:34.0208070Z [709/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-11-01T16:17:34.0217230Z [710/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-11-01T16:17:34.0294560Z [711/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-11-01T16:17:34.0314500Z [712/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-11-01T16:17:34.0472830Z [713/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-11-01T16:17:34.0524980Z [714/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-11-01T16:17:34.1140230Z [715/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-11-01T16:17:34.1224770Z [716/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:34.1271940Z [717/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-11-01T16:17:34.1347070Z [718/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-11-01T16:17:34.1350830Z [719/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-11-01T16:17:34.1394770Z [720/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:34.1430020Z [721/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-11-01T16:17:34.1443520Z [722/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:34.1471570Z [723/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-11-01T16:17:34.1723420Z [724/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-11-01T16:17:34.2172430Z [725/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-11-01T16:17:34.2332560Z [726/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-11-01T16:17:34.2349640Z [727/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-11-01T16:17:34.2377530Z [728/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-11-01T16:17:34.2413310Z [729/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-11-01T16:17:34.2418080Z [730/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-11-01T16:17:34.2426120Z [731/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-11-01T16:17:34.2448440Z [732/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:34.2659170Z [733/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-11-01T16:17:34.2697700Z [734/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-11-01T16:17:34.3213200Z [735/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-11-01T16:17:34.3300790Z [736/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-11-01T16:17:34.3323420Z [737/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-11-01T16:17:34.3375090Z [738/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-11-01T16:17:34.3381590Z [739/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-11-01T16:17:34.3398040Z [740/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-11-01T16:17:34.3409190Z [741/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-11-01T16:17:34.3524170Z [742/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-11-01T16:17:34.3548520Z [743/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-11-01T16:17:34.3742330Z [744/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-11-01T16:17:34.4179480Z [745/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-11-01T16:17:34.4256670Z [746/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-11-01T16:17:34.4306160Z [747/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-11-01T16:17:34.4418340Z [748/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-11-01T16:17:34.4454030Z [749/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-11-01T16:17:34.4480930Z [750/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-11-01T16:17:34.4483990Z [751/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-11-01T16:17:34.4626370Z [752/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-11-01T16:17:34.4642550Z [753/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-11-01T16:17:34.4688370Z [754/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-11-01T16:17:34.5182010Z [755/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-11-01T16:17:34.5241160Z [756/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-11-01T16:17:34.5245480Z [757/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-11-01T16:17:34.5339030Z [758/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-11-01T16:17:34.5346980Z [759/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-11-01T16:17:34.5361410Z [760/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-11-01T16:17:34.5486830Z [761/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-11-01T16:17:34.5537710Z [762/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-11-01T16:17:34.5561310Z [763/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-11-01T16:17:34.5571130Z [764/5610] 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-11-01T16:17:34.6185220Z [765/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-11-01T16:17:34.6292900Z [766/5610] 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-11-01T16:17:34.6294580Z [767/5610] 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-11-01T16:17:34.6297960Z [768/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-11-01T16:17:34.6300510Z [769/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-11-01T16:17:34.6304220Z [770/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-11-01T16:17:34.6353650Z [771/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-11-01T16:17:34.6374060Z [772/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-11-01T16:17:34.6543690Z [773/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-11-01T16:17:34.6555160Z [774/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2024-11-01T16:17:34.7096650Z [775/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-11-01T16:17:34.7240960Z [776/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-11-01T16:17:34.7347460Z [777/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-11-01T16:17:34.7352070Z [778/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-11-01T16:17:34.7355470Z [779/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-11-01T16:17:34.7361120Z [780/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-11-01T16:17:34.7447680Z [781/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-11-01T16:17:34.7451080Z [782/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-11-01T16:17:34.7514940Z [783/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-11-01T16:17:34.7665960Z [784/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-11-01T16:17:34.8096680Z [785/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-11-01T16:17:34.8211560Z [786/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-11-01T16:17:34.8338770Z [787/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-11-01T16:17:34.8370990Z [788/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-11-01T16:17:34.8374090Z [789/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-11-01T16:17:34.8414570Z [790/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-11-01T16:17:34.8463410Z [791/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-11-01T16:17:34.8471070Z [792/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-11-01T16:17:34.8660320Z [793/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-11-01T16:17:34.8776530Z [794/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-11-01T16:17:34.9063840Z [795/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-11-01T16:17:34.9125970Z [796/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-11-01T16:17:34.9182200Z [797/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-11-01T16:17:34.9202610Z [798/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-11-01T16:17:34.9231390Z [799/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-11-01T16:17:34.9275950Z [800/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-11-01T16:17:34.9369600Z [801/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-11-01T16:17:34.9416540Z [802/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-11-01T16:17:34.9576360Z [803/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-11-01T16:17:34.9686810Z [804/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-11-01T16:17:35.0150010Z [805/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-11-01T16:17:35.0248480Z [806/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-11-01T16:17:35.0252130Z [807/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-11-01T16:17:35.0254970Z [808/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-11-01T16:17:35.0266700Z [809/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-11-01T16:17:35.0277960Z [810/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-11-01T16:17:35.0378460Z [811/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-11-01T16:17:35.0382440Z [812/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-11-01T16:17:35.0528530Z [813/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-11-01T16:17:35.0567240Z [814/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-11-01T16:17:35.1144440Z [815/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-11-01T16:17:35.1244440Z [816/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-11-01T16:17:35.1269360Z [817/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-11-01T16:17:35.1399050Z [818/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-11-01T16:17:35.1406920Z [819/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-11-01T16:17:35.1408090Z [820/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-11-01T16:17:35.1412950Z [821/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-11-01T16:17:35.1456620Z [822/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-11-01T16:17:35.1494050Z [823/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-11-01T16:17:35.1558150Z [824/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-11-01T16:17:35.2211840Z [825/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-11-01T16:17:35.2313490Z [826/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-11-01T16:17:35.2314680Z [827/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-11-01T16:17:35.2426580Z [828/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-11-01T16:17:35.2441070Z [829/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-11-01T16:17:35.2443100Z [830/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-11-01T16:17:35.2453370Z [831/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-11-01T16:17:35.2469460Z [832/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-11-01T16:17:35.2485170Z [833/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-11-01T16:17:35.2506760Z [834/5610] 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-11-01T16:17:35.3118190Z [835/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-11-01T16:17:35.3221580Z [836/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-11-01T16:17:35.3321990Z [837/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-11-01T16:17:35.3335170Z [838/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-11-01T16:17:35.3358430Z [839/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-11-01T16:17:35.3362710Z [840/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-11-01T16:17:35.3368720Z [841/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-11-01T16:17:35.3388650Z [842/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-11-01T16:17:35.3546650Z [843/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-11-01T16:17:35.3552120Z [844/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-11-01T16:17:35.4125890Z [845/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-11-01T16:17:35.4205990Z [846/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-11-01T16:17:35.4230700Z [847/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-11-01T16:17:35.4334710Z [848/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-11-01T16:17:35.4360670Z [849/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-11-01T16:17:35.4368840Z [850/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-11-01T16:17:35.4371900Z [851/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-11-01T16:17:35.4413140Z [852/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-11-01T16:17:35.4453950Z [853/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-11-01T16:17:35.4456240Z [854/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-11-01T16:17:35.5162050Z [855/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-11-01T16:17:35.5168970Z [856/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-11-01T16:17:35.5177910Z [857/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-11-01T16:17:35.5186400Z [858/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-11-01T16:17:35.5194690Z [859/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-11-01T16:17:35.5340330Z [860/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-11-01T16:17:35.5350740Z [861/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s32-vmul/gen/s32-vmulc-scalar.c.o 2024-11-01T16:17:35.5444120Z [862/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-11-01T16:17:35.5474450Z [863/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-11-01T16:17:35.5539700Z [864/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s32-vmul/gen/s32-vmul-scalar.c.o 2024-11-01T16:17:35.6162950Z [865/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-11-01T16:17:35.6164590Z [866/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-11-01T16:17:35.6167760Z [867/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-11-01T16:17:35.6170180Z [868/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-11-01T16:17:35.6172870Z [869/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-11-01T16:17:35.6223460Z [870/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-11-01T16:17:35.6235480Z [871/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-11-01T16:17:35.6246580Z [872/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-11-01T16:17:35.6530450Z [873/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-11-01T16:17:35.6536750Z [874/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-11-01T16:17:35.7110790Z [875/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-11-01T16:17:35.7130700Z [876/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-11-01T16:17:35.7177870Z [877/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-11-01T16:17:35.7319840Z [878/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-11-01T16:17:35.7322590Z [879/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-11-01T16:17:35.7323860Z [880/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-11-01T16:17:35.7325500Z [881/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-11-01T16:17:35.7486460Z [882/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2024-11-01T16:17:35.7491770Z [883/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-11-01T16:17:35.7514790Z [884/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-11-01T16:17:35.8086440Z [885/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-11-01T16:17:35.8116080Z [886/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-11-01T16:17:35.8149510Z [887/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-11-01T16:17:35.8295810Z [888/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-11-01T16:17:35.8334800Z [889/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-11-01T16:17:35.8346290Z [890/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-11-01T16:17:35.8347490Z [891/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-11-01T16:17:35.8352150Z [892/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-11-01T16:17:35.8463150Z [893/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-11-01T16:17:35.8484860Z [894/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-11-01T16:17:35.9064480Z [895/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-11-01T16:17:35.9134650Z [896/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-11-01T16:17:35.9143510Z [897/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-11-01T16:17:35.9160300Z [898/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-11-01T16:17:35.9270860Z [899/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-11-01T16:17:35.9290380Z [900/5610] 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-11-01T16:17:35.9331640Z [901/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-11-01T16:17:35.9399140Z [902/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-11-01T16:17:35.9473420Z [903/5610] 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-11-01T16:17:35.9475620Z [904/5610] 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-11-01T16:17:36.0131340Z [905/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-11-01T16:17:36.0147780Z [906/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-11-01T16:17:36.0148990Z [907/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2024-11-01T16:17:36.0169340Z [908/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-11-01T16:17:36.0187970Z [909/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-11-01T16:17:36.0193330Z [910/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-11-01T16:17:36.0201580Z [911/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-11-01T16:17:36.0238160Z [912/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-11-01T16:17:36.0514970Z [913/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-11-01T16:17:36.0534580Z [914/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-11-01T16:17:36.1100190Z [915/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-11-01T16:17:36.1182530Z [916/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-11-01T16:17:36.1293520Z [917/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-11-01T16:17:36.1310210Z [918/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-11-01T16:17:36.1314010Z [919/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-11-01T16:17:36.1354130Z [920/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-11-01T16:17:36.1368680Z [921/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-11-01T16:17:36.1398690Z [922/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.1404010Z [923/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.1427710Z [924/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.2437360Z [925/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.2441310Z [926/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.2476960Z [927/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.2556870Z [928/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.2602080Z [929/5610] 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-11-01T16:17:36.2605430Z [930/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-11-01T16:17:36.2610990Z [931/5610] 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-11-01T16:17:36.2620610Z [932/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-11-01T16:17:36.2630310Z [933/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.2631610Z [934/5610] 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-11-01T16:17:36.3392520Z [935/5610] 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-11-01T16:17:36.3416790Z [936/5610] 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-11-01T16:17:36.3536150Z [937/5610] 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-11-01T16:17:36.3542980Z [938/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-11-01T16:17:36.3605910Z [939/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-11-01T16:17:36.3633510Z [940/5610] 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-11-01T16:17:36.3679100Z [941/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-11-01T16:17:36.3785820Z [942/5610] 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-11-01T16:17:36.3810530Z [943/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-11-01T16:17:36.3917190Z [944/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/cs16-fftr-neon-x4.c.o 2024-11-01T16:17:36.4291910Z [945/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-11-01T16:17:36.4357300Z [946/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-11-01T16:17:36.4422690Z [947/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-11-01T16:17:36.4579360Z [948/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-11-01T16:17:36.4603200Z [949/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-11-01T16:17:36.4621180Z [950/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-11-01T16:17:36.4666220Z [951/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-11-01T16:17:36.4691480Z [952/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-11-01T16:17:36.4695570Z [953/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-11-01T16:17:36.4947890Z [954/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-11-01T16:17:36.5298790Z [955/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-11-01T16:17:36.5320110Z [956/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-11-01T16:17:36.5429130Z [957/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-11-01T16:17:36.5555020Z [958/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-11-01T16:17:36.5569280Z [959/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-11-01T16:17:36.5588920Z [960/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.5602700Z [961/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.5679440Z [962/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-11-01T16:17:36.5689450Z [963/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.5888290Z [964/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.6254060Z [965/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.6323290Z [966/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.6527400Z [967/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-11-01T16:17:36.6551630Z [968/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-11-01T16:17:36.6656630Z [969/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-11-01T16:17:36.6670910Z [970/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-11-01T16:17:36.6783610Z [971/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-11-01T16:17:36.6866500Z [972/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-11-01T16:17:36.6895180Z [973/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-11-01T16:17:36.6938230Z [974/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-11-01T16:17:36.7286160Z [975/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-11-01T16:17:36.7421330Z [976/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-11-01T16:17:36.7481230Z [977/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-11-01T16:17:36.7498500Z [978/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-11-01T16:17:36.7542240Z [979/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-11-01T16:17:36.7552940Z [980/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-11-01T16:17:36.7588030Z [981/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-11-01T16:17:36.7593220Z [982/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-11-01T16:17:36.7790250Z [983/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-11-01T16:17:36.7870750Z [984/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-11-01T16:17:36.8228030Z [985/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-11-01T16:17:36.8335200Z [986/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-11-01T16:17:36.8679970Z [987/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x1.c.o 2024-11-01T16:17:36.8703320Z [988/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x4.c.o 2024-11-01T16:17:36.8711920Z [989/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x4.c.o 2024-11-01T16:17:36.8720450Z [990/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-neon.c.o 2024-11-01T16:17:36.8737260Z [991/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-neon.c.o 2024-11-01T16:17:36.9023030Z [992/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x16.c.o 2024-11-01T16:17:36.9168650Z [993/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x8.c.o 2024-11-01T16:17:36.9395470Z [994/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2024-11-01T16:17:36.9581700Z [995/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c.o 2024-11-01T16:17:36.9747340Z [996/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x12.c.o 2024-11-01T16:17:36.9801340Z [997/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c.o 2024-11-01T16:17:36.9803130Z [998/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c.o 2024-11-01T16:17:36.9899260Z [999/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c.o 2024-11-01T16:17:37.0009340Z [1000/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c.o 2024-11-01T16:17:37.0164090Z [1001/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2024-11-01T16:17:37.0313140Z [1002/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c.o 2024-11-01T16:17:37.0483370Z [1003/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2024-11-01T16:17:37.0687580Z [1004/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2024-11-01T16:17:37.0837520Z [1005/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c.o 2024-11-01T16:17:37.0896110Z [1006/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c.o 2024-11-01T16:17:37.0926600Z [1007/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2024-11-01T16:17:37.0978940Z [1008/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2024-11-01T16:17:37.1412920Z [1009/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c.o 2024-11-01T16:17:37.1429910Z [1010/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c.o 2024-11-01T16:17:37.1453240Z [1011/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c.o 2024-11-01T16:17:37.1559280Z [1012/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c.o 2024-11-01T16:17:37.1658730Z [1013/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c.o 2024-11-01T16:17:37.1786290Z [1014/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c.o 2024-11-01T16:17:37.2095920Z [1015/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2024-11-01T16:17:37.2203970Z [1016/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c.o 2024-11-01T16:17:37.2492180Z [1017/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c.o 2024-11-01T16:17:37.2498200Z [1018/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2024-11-01T16:17:37.2647050Z [1019/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c.o 2024-11-01T16:17:37.2720470Z [1020/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.2737120Z [1021/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.2813010Z [1022/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.2903810Z [1023/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.3264010Z [1024/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2024-11-01T16:17:37.3454940Z [1025/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.3556960Z [1026/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c.o 2024-11-01T16:17:37.3804740Z [1027/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c.o 2024-11-01T16:17:37.3835540Z [1028/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.3852040Z [1029/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c.o 2024-11-01T16:17:37.4007570Z [1030/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c.o 2024-11-01T16:17:37.4032560Z [1031/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c.o 2024-11-01T16:17:37.4303580Z [1032/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c.o 2024-11-01T16:17:37.4397020Z [1033/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c.o 2024-11-01T16:17:37.4675440Z [1034/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c.o 2024-11-01T16:17:37.4889750Z [1035/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c.o 2024-11-01T16:17:37.5061950Z [1036/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2024-11-01T16:17:37.5069730Z [1037/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.5092060Z [1038/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c.o 2024-11-01T16:17:37.5228060Z [1039/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c.o 2024-11-01T16:17:37.5363900Z [1040/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c.o 2024-11-01T16:17:37.5668810Z [1041/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.5694070Z [1042/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c.o 2024-11-01T16:17:37.5740570Z [1043/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c.o 2024-11-01T16:17:37.5940540Z [1044/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2024-11-01T16:17:37.5943940Z [1045/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.6131770Z [1046/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-11-01T16:17:37.6440200Z [1047/5610] 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-11-01T16:17:37.6544810Z [1048/5610] 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-11-01T16:17:37.6548110Z [1049/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c.o 2024-11-01T16:17:37.6715400Z [1050/5610] 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-11-01T16:17:37.6756940Z [1051/5610] 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-11-01T16:17:37.6869420Z [1052/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c.o 2024-11-01T16:17:37.6873470Z [1053/5610] 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-11-01T16:17:37.6915970Z [1054/5610] 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-11-01T16:17:37.7018930Z [1055/5610] 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-11-01T16:17:37.7228650Z [1056/5610] 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-11-01T16:17:37.7581300Z [1057/5610] 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-11-01T16:17:37.7683200Z [1058/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:37.7686030Z [1059/5610] 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-11-01T16:17:37.7760800Z [1060/5610] 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-11-01T16:17:37.7896280Z [1061/5610] 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-11-01T16:17:37.7907660Z [1062/5610] 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-11-01T16:17:37.8035920Z [1063/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:37.8042830Z [1064/5610] 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-11-01T16:17:37.8403500Z [1065/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:37.8437860Z [1066/5610] 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-11-01T16:17:37.8719660Z [1067/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:37.8729440Z [1068/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:37.8791940Z [1069/5610] 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-11-01T16:17:37.8797860Z [1070/5610] 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-11-01T16:17:37.8953590Z [1071/5610] 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-11-01T16:17:37.9165140Z [1072/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-11-01T16:17:37.9172150Z [1073/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-11-01T16:17:37.9331730Z [1074/5610] 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-11-01T16:17:37.9434710Z [1075/5610] 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-11-01T16:17:37.9437970Z [1076/5610] 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-11-01T16:17:37.9809240Z [1077/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-11-01T16:17:37.9821190Z [1078/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:37.9889230Z [1079/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-11-01T16:17:37.9992010Z [1080/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-11-01T16:17:38.0128260Z [1081/5610] 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-11-01T16:17:38.0445340Z [1082/5610] 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-11-01T16:17:38.0457120Z [1083/5610] 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-11-01T16:17:38.0536270Z [1084/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-11-01T16:17:38.0567910Z [1085/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.0571760Z [1086/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.0804130Z [1087/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.0855400Z [1088/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.0860030Z [1089/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.0946940Z [1090/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.1358020Z [1091/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.1545420Z [1092/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.1598250Z [1093/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.1625500Z [1094/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.1649640Z [1095/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.1690100Z [1096/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.1823650Z [1097/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.1983910Z [1098/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.2112020Z [1099/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.2256120Z [1100/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.2374140Z [1101/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.2544240Z [1102/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.2584860Z [1103/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.2606990Z [1104/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.2685780Z [1105/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.2719850Z [1106/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.2884670Z [1107/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.3004670Z [1108/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.3179040Z [1109/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.3431940Z [1110/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.3441730Z [1111/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.3651770Z [1112/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.3687650Z [1113/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.3818920Z [1114/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.3850320Z [1115/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.3879050Z [1116/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-11-01T16:17:38.3892180Z [1117/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.3948280Z [1118/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.4260850Z [1119/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-11-01T16:17:38.4676670Z [1120/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.4790210Z [1121/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.4791490Z [1122/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-11-01T16:17:38.4792830Z [1123/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.4836750Z [1124/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.4855070Z [1125/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.4874170Z [1126/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.5069000Z [1127/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.5090800Z [1128/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.5674990Z [1129/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.5676240Z [1130/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-11-01T16:17:38.5708600Z [1131/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.5738250Z [1132/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.5743470Z [1133/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-11-01T16:17:38.5754770Z [1134/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-11-01T16:17:38.5770560Z [1135/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.5923690Z [1136/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-11-01T16:17:38.6084340Z [1137/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-11-01T16:17:38.6122670Z [1138/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-11-01T16:17:38.6625170Z [1139/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-11-01T16:17:38.6679780Z [1140/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-11-01T16:17:38.6695530Z [1141/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-11-01T16:17:38.6813650Z [1142/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-11-01T16:17:38.6818750Z [1143/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-11-01T16:17:38.6827520Z [1144/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-11-01T16:17:38.6828870Z [1145/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-11-01T16:17:38.6899910Z [1146/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-11-01T16:17:38.7091440Z [1147/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-11-01T16:17:38.7101790Z [1148/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-11-01T16:17:38.7608840Z [1149/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-11-01T16:17:38.7642370Z [1150/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-11-01T16:17:38.7684470Z [1151/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-11-01T16:17:38.7688550Z [1152/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-11-01T16:17:38.7837190Z [1153/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-11-01T16:17:38.7865080Z [1154/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-11-01T16:17:38.7913910Z [1155/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:38.8017860Z [1156/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:38.8024260Z [1157/5610] 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-11-01T16:17:38.8035750Z [1158/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:38.8705390Z [1159/5610] 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-11-01T16:17:38.8758980Z [1160/5610] 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-11-01T16:17:38.8842150Z [1161/5610] 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-11-01T16:17:38.8946670Z [1162/5610] 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-11-01T16:17:38.8950300Z [1163/5610] 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-11-01T16:17:38.8951680Z [1164/5610] 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-11-01T16:17:38.8953250Z [1165/5610] 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-11-01T16:17:38.8954560Z [1166/5610] 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-11-01T16:17:38.9369380Z [1167/5610] 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-11-01T16:17:38.9387350Z [1168/5610] 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-11-01T16:17:38.9830290Z [1169/5610] 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-11-01T16:17:38.9837300Z [1170/5610] 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-11-01T16:17:38.9853410Z [1171/5610] 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-11-01T16:17:38.9865960Z [1172/5610] 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-11-01T16:17:38.9874450Z [1173/5610] 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-11-01T16:17:39.0060880Z [1174/5610] 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-11-01T16:17:39.0062450Z [1175/5610] 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-11-01T16:17:39.0063830Z [1176/5610] 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-11-01T16:17:39.0533850Z [1177/5610] 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-11-01T16:17:39.0536530Z [1178/5610] 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-11-01T16:17:39.0923060Z [1179/5610] 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-11-01T16:17:39.0930870Z [1180/5610] 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-11-01T16:17:39.0940670Z [1181/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:39.0959000Z [1182/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:39.0972720Z [1183/5610] 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-11-01T16:17:39.0978040Z [1184/5610] 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-11-01T16:17:39.0991880Z [1185/5610] 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-11-01T16:17:39.1470410Z [1186/5610] 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-11-01T16:17:39.1558350Z [1187/5610] 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-11-01T16:17:39.1886490Z [1188/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:39.1991190Z [1189/5610] 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-11-01T16:17:39.2095420Z [1190/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:39.2096770Z [1191/5610] 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-11-01T16:17:39.2101600Z [1192/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:39.2110880Z [1193/5610] 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-11-01T16:17:39.2120800Z [1194/5610] 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-11-01T16:17:39.2130260Z [1195/5610] 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-11-01T16:17:39.2630390Z [1196/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:39.2840810Z [1197/5610] 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-11-01T16:17:39.2922010Z [1198/5610] 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-11-01T16:17:39.2964380Z [1199/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:39.2972690Z [1200/5610] 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-11-01T16:17:39.3013700Z [1201/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:39.3127710Z [1202/5610] 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-11-01T16:17:39.3210680Z [1203/5610] 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-11-01T16:17:39.3337290Z [1204/5610] 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-11-01T16:17:39.3371830Z [1205/5610] 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-11-01T16:17:39.3939990Z [1206/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:39.3953930Z [1207/5610] 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-11-01T16:17:39.3975480Z [1208/5610] 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-11-01T16:17:39.4022100Z [1209/5610] 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-11-01T16:17:39.4138450Z [1210/5610] 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-11-01T16:17:39.4303260Z [1211/5610] 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-11-01T16:17:39.4331630Z [1212/5610] 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-11-01T16:17:39.4455350Z [1213/5610] 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-11-01T16:17:39.4500760Z [1214/5610] 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-11-01T16:17:39.4585760Z [1215/5610] 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-11-01T16:17:39.5067310Z [1216/5610] 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-11-01T16:17:39.5232780Z [1217/5610] 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-11-01T16:17:39.5238800Z [1218/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:39.5242860Z [1219/5610] 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-11-01T16:17:39.5298650Z [1220/5610] 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-11-01T16:17:39.5300460Z [1221/5610] 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-11-01T16:17:39.5476930Z [1222/5610] 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-11-01T16:17:39.5511860Z [1223/5610] 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-11-01T16:17:39.5853810Z [1224/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:39.6110110Z [1225/5610] 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-11-01T16:17:39.6143270Z [1226/5610] 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-11-01T16:17:39.6180770Z [1227/5610] 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-11-01T16:17:39.6203640Z [1228/5610] 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-11-01T16:17:39.6244990Z [1229/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:39.6460200Z [1230/5610] 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-11-01T16:17:39.6510990Z [1231/5610] 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-11-01T16:17:39.6590830Z [1232/5610] 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-11-01T16:17:39.6644920Z [1233/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:39.7270160Z [1234/5610] 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-11-01T16:17:39.7311130Z [1235/5610] 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-11-01T16:17:39.7322720Z [1236/5610] 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-11-01T16:17:39.7334700Z [1237/5610] 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-11-01T16:17:39.7349070Z [1238/5610] 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-11-01T16:17:39.7455230Z [1239/5610] 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-11-01T16:17:39.7562430Z [1240/5610] 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-11-01T16:17:39.7597600Z [1241/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:39.7625380Z [1242/5610] 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-11-01T16:17:39.7796020Z [1243/5610] 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-11-01T16:17:39.8313730Z [1244/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2024-11-01T16:17:39.8323500Z [1245/5610] 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-11-01T16:17:39.8333830Z [1246/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-11-01T16:17:39.8375060Z [1247/5610] 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-11-01T16:17:39.8493480Z [1248/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-11-01T16:17:39.8499260Z [1249/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-11-01T16:17:39.8616460Z [1250/5610] 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-11-01T16:17:39.8619070Z [1251/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-11-01T16:17:39.8674750Z [1252/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-11-01T16:17:39.8904090Z [1253/5610] 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-11-01T16:17:39.9240870Z [1254/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-11-01T16:17:39.9278070Z [1255/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-11-01T16:17:39.9300880Z [1256/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u1.c.o 2024-11-01T16:17:39.9328120Z [1257/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-11-01T16:17:39.9441350Z [1258/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2024-11-01T16:17:39.9450470Z [1259/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u2.c.o 2024-11-01T16:17:39.9527090Z [1260/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-11-01T16:17:39.9568610Z [1261/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-11-01T16:17:39.9803260Z [1262/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-11-01T16:17:39.9820180Z [1263/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-11-01T16:17:40.0121770Z [1264/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-11-01T16:17:40.0340140Z [1265/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-11-01T16:17:40.0349660Z [1266/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-11-01T16:17:40.0350780Z [1267/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-11-01T16:17:40.0353240Z [1268/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-11-01T16:17:40.0359150Z [1269/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-11-01T16:17:40.0381340Z [1270/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-11-01T16:17:40.0388070Z [1271/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-11-01T16:17:40.0768900Z [1272/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-11-01T16:17:40.0876530Z [1273/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-11-01T16:17:40.0970600Z [1274/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-11-01T16:17:40.1288750Z [1275/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-11-01T16:17:40.1482310Z [1276/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-11-01T16:17:40.1487790Z [1277/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-11-01T16:17:40.1596010Z [1278/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-11-01T16:17:40.1602730Z [1279/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-11-01T16:17:40.1607080Z [1280/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-11-01T16:17:40.1612660Z [1281/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-11-01T16:17:40.1621800Z [1282/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-11-01T16:17:40.1639820Z [1283/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-11-01T16:17:40.1832860Z [1284/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-11-01T16:17:40.2349420Z [1285/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-11-01T16:17:40.2424470Z [1286/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-11-01T16:17:40.2555910Z [1287/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.2560320Z [1288/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-11-01T16:17:40.2562960Z [1289/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.2596280Z [1290/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.2632620Z [1291/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.2753380Z [1292/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.2815850Z [1293/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.3143350Z [1294/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.3600960Z [1295/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.3717050Z [1296/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.3725510Z [1297/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.3726990Z [1298/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.3730600Z [1299/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.3752500Z [1300/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.3791630Z [1301/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.3792950Z [1302/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.3970210Z [1303/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.4113560Z [1304/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.4721320Z [1305/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.4827380Z [1306/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.4851400Z [1307/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.4860130Z [1308/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.4861570Z [1309/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.4863910Z [1310/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.4870540Z [1311/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.4940620Z [1312/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.5060000Z [1313/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.5087800Z [1314/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.5724390Z [1315/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.5824560Z [1316/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.5901800Z [1317/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-11-01T16:17:40.6022890Z [1318/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.6027230Z [1319/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-11-01T16:17:40.6030730Z [1320/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.6038840Z [1321/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.6047370Z [1322/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.6202610Z [1323/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.6454380Z [1324/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.6808160Z [1325/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.6816120Z [1326/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-11-01T16:17:40.6927000Z [1327/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.7026390Z [1328/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.7034030Z [1329/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.7042690Z [1330/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.7045930Z [1331/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.7213850Z [1332/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:40.7326870Z [1333/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.7375280Z [1334/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:40.7898280Z [1335/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-11-01T16:17:40.8002750Z [1336/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-11-01T16:17:40.8004190Z [1337/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-11-01T16:17:40.8012170Z [1338/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-11-01T16:17:40.8026490Z [1339/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:40.8031050Z [1340/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-11-01T16:17:40.8050500Z [1341/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-11-01T16:17:40.8066480Z [1342/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-11-01T16:17:40.8121590Z [1343/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-11-01T16:17:40.8221140Z [1344/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-11-01T16:17:40.8907900Z [1345/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-11-01T16:17:40.9010900Z [1346/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-11-01T16:17:40.9014530Z [1347/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-11-01T16:17:40.9056290Z [1348/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-11-01T16:17:40.9067990Z [1349/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-11-01T16:17:40.9077650Z [1350/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-11-01T16:17:40.9080580Z [1351/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-11-01T16:17:40.9113190Z [1352/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-11-01T16:17:40.9144410Z [1353/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-11-01T16:17:40.9267340Z [1354/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-11-01T16:17:41.0036160Z [1355/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-11-01T16:17:41.0042000Z [1356/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-11-01T16:17:41.0144640Z [1357/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.0153770Z [1358/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.0155460Z [1359/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.0238830Z [1360/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-11-01T16:17:41.0269280Z [1361/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.0270730Z [1362/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.0393910Z [1363/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.0524490Z [1364/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.1200790Z [1365/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.1303180Z [1366/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.1369610Z [1367/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.1380880Z [1368/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.1382120Z [1369/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.1383290Z [1370/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.1384390Z [1371/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.1385470Z [1372/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.1631160Z [1373/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.1674240Z [1374/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.2220420Z [1375/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.2421710Z [1376/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.2425420Z [1377/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.2429150Z [1378/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.2432320Z [1379/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.2435260Z [1380/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.2645220Z [1381/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.2801560Z [1382/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.2975050Z [1383/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.2978220Z [1384/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.3334510Z [1385/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.3405390Z [1386/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.3501370Z [1387/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.3546460Z [1388/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.3553050Z [1389/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.3757350Z [1390/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.4074690Z [1391/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.4076000Z [1392/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.4161700Z [1393/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.4283950Z [1394/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.4510960Z [1395/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.4635630Z [1396/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.4641250Z [1397/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.4652250Z [1398/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.4662160Z [1399/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.4738820Z [1400/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.5071310Z [1401/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.5119770Z [1402/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.5259680Z [1403/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.5459030Z [1404/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.5676610Z [1405/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.5810840Z [1406/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.5817720Z [1407/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.5824360Z [1408/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.5857740Z [1409/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.5891340Z [1410/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.6205580Z [1411/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.6363970Z [1412/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.6577240Z [1413/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.6630320Z [1414/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.6787020Z [1415/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.6876590Z [1416/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-11-01T16:17:41.6944990Z [1417/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.6952850Z [1418/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.7023700Z [1419/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.7194360Z [1420/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-11-01T16:17:41.7339120Z [1421/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-11-01T16:17:41.7565750Z [1422/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-11-01T16:17:41.7770040Z [1423/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.7773850Z [1424/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-11-01T16:17:41.7786490Z [1425/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-11-01T16:17:41.7791100Z [1426/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-11-01T16:17:41.7795950Z [1427/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-11-01T16:17:41.7856230Z [1428/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-11-01T16:17:41.7975370Z [1429/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-11-01T16:17:41.8039120Z [1430/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-11-01T16:17:41.8305030Z [1431/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-11-01T16:17:41.8584550Z [1432/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-11-01T16:17:41.8590270Z [1433/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-11-01T16:17:41.8600640Z [1434/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-11-01T16:17:41.8628970Z [1435/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-11-01T16:17:41.8640610Z [1436/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-11-01T16:17:41.8881130Z [1437/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-11-01T16:17:41.8885440Z [1438/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-11-01T16:17:41.8896720Z [1439/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-11-01T16:17:41.8908360Z [1440/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-11-01T16:17:41.9578540Z [1441/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u4.c.o 2024-11-01T16:17:41.9684280Z [1442/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u8.c.o 2024-11-01T16:17:41.9769720Z [1443/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u4.c.o 2024-11-01T16:17:41.9826650Z [1444/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2024-11-01T16:17:41.9968980Z [1445/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u8.c.o 2024-11-01T16:17:42.0157830Z [1446/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2024-11-01T16:17:42.0258920Z [1447/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u4.c.o 2024-11-01T16:17:42.0280350Z [1448/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2024-11-01T16:17:42.0287360Z [1449/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u16.c.o 2024-11-01T16:17:42.0640000Z [1450/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u12.c.o 2024-11-01T16:17:42.0843440Z [1451/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c.o 2024-11-01T16:17:42.0926830Z [1452/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2024-11-01T16:17:42.0977680Z [1453/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2024-11-01T16:17:42.1119000Z [1454/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c.o 2024-11-01T16:17:42.1189100Z [1455/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c.o 2024-11-01T16:17:42.1536410Z [1456/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c.o 2024-11-01T16:17:42.1635900Z [1457/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u24.c.o 2024-11-01T16:17:42.1748970Z [1458/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2024-11-01T16:17:42.1755820Z [1459/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c.o 2024-11-01T16:17:42.1874520Z [1460/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u20.c.o 2024-11-01T16:17:42.2176150Z [1461/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u20.c.o 2024-11-01T16:17:42.2186190Z [1462/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c.o 2024-11-01T16:17:42.2188810Z [1463/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c.o 2024-11-01T16:17:42.2192820Z [1464/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u24.c.o 2024-11-01T16:17:42.2193920Z [1465/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u4.c.o 2024-11-01T16:17:42.2610530Z [1466/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u8.c.o 2024-11-01T16:17:42.2858890Z [1467/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2024-11-01T16:17:42.2875750Z [1468/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2024-11-01T16:17:42.3080640Z [1469/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c.o 2024-11-01T16:17:42.3257180Z [1470/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2024-11-01T16:17:42.3420300Z [1471/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c.o 2024-11-01T16:17:42.3463670Z [1472/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u8.c.o 2024-11-01T16:17:42.3605730Z [1473/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2024-11-01T16:17:42.3611920Z [1474/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2024-11-01T16:17:42.3847430Z [1475/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u4.c.o 2024-11-01T16:17:42.4010260Z [1476/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u4.c.o 2024-11-01T16:17:42.4103420Z [1477/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2024-11-01T16:17:42.4107500Z [1478/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u4.c.o 2024-11-01T16:17:42.4358330Z [1479/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u4.c.o 2024-11-01T16:17:42.4501140Z [1480/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2024-11-01T16:17:42.4687400Z [1481/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u4.c.o 2024-11-01T16:17:42.4808590Z [1482/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u4.c.o 2024-11-01T16:17:42.5063180Z [1483/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2024-11-01T16:17:42.5068180Z [1484/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2024-11-01T16:17:42.5096510Z [1485/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2024-11-01T16:17:42.5106440Z [1486/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u8.c.o 2024-11-01T16:17:42.5299470Z [1487/5610] 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-11-01T16:17:42.5462700Z [1488/5610] 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-11-01T16:17:42.5744410Z [1489/5610] 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-11-01T16:17:42.5885880Z [1490/5610] 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-11-01T16:17:42.5940490Z [1491/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2024-11-01T16:17:42.6252500Z [1492/5610] 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-11-01T16:17:42.6255720Z [1493/5610] 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-11-01T16:17:42.6259270Z [1494/5610] 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-11-01T16:17:42.6270670Z [1495/5610] 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-11-01T16:17:42.6518890Z [1496/5610] 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-11-01T16:17:42.6803440Z [1497/5610] 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-11-01T16:17:42.6858320Z [1498/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c.o 2024-11-01T16:17:42.6874240Z [1499/5610] 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-11-01T16:17:42.7078420Z [1500/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c.o 2024-11-01T16:17:42.7246840Z [1501/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u24.c.o 2024-11-01T16:17:42.7426710Z [1502/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-11-01T16:17:42.7590540Z [1503/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-6-div.c.o 2024-11-01T16:17:42.7681670Z [1504/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-11-01T16:17:42.7738870Z [1505/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-11-01T16:17:42.7914470Z [1506/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-11-01T16:17:42.7958390Z [1507/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2024-11-01T16:17:42.8249090Z [1508/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u8.c.o 2024-11-01T16:17:42.8426210Z [1509/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u16.c.o 2024-11-01T16:17:42.8448900Z [1510/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-6-nr.c.o 2024-11-01T16:17:42.8496060Z [1511/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2024-11-01T16:17:42.8672340Z [1512/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u24.c.o 2024-11-01T16:17:42.8725660Z [1513/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2024-11-01T16:17:42.9032440Z [1514/5610] 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-11-01T16:17:42.9180770Z [1515/5610] 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-11-01T16:17:42.9212860Z [1516/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u32.c.o 2024-11-01T16:17:42.9222110Z [1517/5610] 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.c.o 2024-11-01T16:17:42.9688350Z [1518/5610] 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-11-01T16:17:42.9867790Z [1519/5610] 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-11-01T16:17:42.9898570Z [1520/5610] 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-11-01T16:17:42.9917510Z [1521/5610] 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-11-01T16:17:42.9932270Z [1522/5610] 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-11-01T16:17:42.9958580Z [1523/5610] 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-11-01T16:17:43.0388230Z [1524/5610] 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.c.o 2024-11-01T16:17:43.0446440Z [1525/5610] 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-11-01T16:17:43.0450520Z [1526/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-11-01T16:17:43.0676700Z [1527/5610] 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-11-01T16:17:43.1199670Z [1528/5610] 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-11-01T16:17:43.1366050Z [1529/5610] 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-11-01T16:17:43.1371150Z [1530/5610] 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-11-01T16:17:43.1384380Z [1531/5610] 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-11-01T16:17:43.1393950Z [1532/5610] 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-11-01T16:17:43.1529620Z [1533/5610] 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-11-01T16:17:43.2109700Z [1534/5610] 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-11-01T16:17:43.2215170Z [1535/5610] 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-11-01T16:17:43.2315780Z [1536/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-11-01T16:17:43.2318020Z [1537/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2024-11-01T16:17:43.2487790Z [1538/5610] 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-11-01T16:17:43.2565200Z [1539/5610] 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-11-01T16:17:43.2673880Z [1540/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2024-11-01T16:17:43.2879140Z [1541/5610] 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-11-01T16:17:43.3086290Z [1542/5610] 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-11-01T16:17:43.3088990Z [1543/5610] 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-11-01T16:17:43.3427050Z [1544/5610] 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-11-01T16:17:43.3632810Z [1545/5610] 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-11-01T16:17:43.3635450Z [1546/5610] 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-11-01T16:17:43.3740110Z [1547/5610] 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-11-01T16:17:43.3902170Z [1548/5610] 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-11-01T16:17:43.3942650Z [1549/5610] 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-11-01T16:17:43.4159810Z [1550/5610] 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-11-01T16:17:43.4370100Z [1551/5610] 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-11-01T16:17:43.4597520Z [1552/5610] 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-11-01T16:17:43.4631850Z [1553/5610] 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-11-01T16:17:43.4820120Z [1554/5610] 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-11-01T16:17:43.4831390Z [1555/5610] 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-11-01T16:17:43.4907930Z [1556/5610] 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-11-01T16:17:43.5008680Z [1557/5610] 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-11-01T16:17:43.5244800Z [1558/5610] 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-11-01T16:17:43.5501620Z [1559/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2024-11-01T16:17:43.5554590Z [1560/5610] 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-11-01T16:17:43.5802150Z [1561/5610] 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-11-01T16:17:43.6040820Z [1562/5610] 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-11-01T16:17:43.6065070Z [1563/5610] 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-11-01T16:17:43.6157730Z [1564/5610] 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-11-01T16:17:43.6170880Z [1565/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2024-11-01T16:17:43.6243650Z [1566/5610] 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-11-01T16:17:43.6289630Z [1567/5610] 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-11-01T16:17:43.6483450Z [1568/5610] 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-11-01T16:17:43.6595670Z [1569/5610] 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-11-01T16:17:43.6792700Z [1570/5610] 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-11-01T16:17:43.7223560Z [1571/5610] 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-11-01T16:17:43.7452290Z [1572/5610] 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-11-01T16:17:43.7491070Z [1573/5610] 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-11-01T16:17:43.7494810Z [1574/5610] 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-11-01T16:17:43.7504700Z [1575/5610] 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-11-01T16:17:43.7526670Z [1576/5610] 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-11-01T16:17:43.7667950Z [1577/5610] 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-11-01T16:17:43.7792110Z [1578/5610] 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-11-01T16:17:43.8465870Z [1579/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:43.8582880Z [1580/5610] 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-11-01T16:17:43.8607760Z [1581/5610] 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-11-01T16:17:43.8669430Z [1582/5610] 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-11-01T16:17:43.8795240Z [1583/5610] 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-11-01T16:17:43.8801170Z [1584/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:43.8804620Z [1585/5610] 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-11-01T16:17:43.8892310Z [1586/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:43.9019110Z [1587/5610] 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-11-01T16:17:43.9170940Z [1588/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:43.9821340Z [1589/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:43.9954590Z [1590/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:43.9970220Z [1591/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.0037710Z [1592/5610] 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-11-01T16:17:44.0056940Z [1593/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.0142080Z [1594/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.0148160Z [1595/5610] 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-11-01T16:17:44.0153990Z [1596/5610] 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-11-01T16:17:44.0793280Z [1597/5610] 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-11-01T16:17:44.1012080Z [1598/5610] 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-11-01T16:17:44.1128390Z [1599/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.1269270Z [1600/5610] 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-11-01T16:17:44.1310860Z [1601/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.1405820Z [1602/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.1475140Z [1603/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.1477250Z [1604/5610] 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-11-01T16:17:44.1505430Z [1605/5610] 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-11-01T16:17:44.1989020Z [1606/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.2089800Z [1607/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.2257970Z [1608/5610] 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-11-01T16:17:44.2468630Z [1609/5610] 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-11-01T16:17:44.2543460Z [1610/5610] 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-11-01T16:17:44.2602510Z [1611/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.2643410Z [1612/5610] 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-11-01T16:17:44.2790700Z [1613/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.3326220Z [1614/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.3428240Z [1615/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.3433480Z [1616/5610] 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-11-01T16:17:44.3540820Z [1617/5610] 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-11-01T16:17:44.3547370Z [1618/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.3551050Z [1619/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.3731030Z [1620/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-11-01T16:17:44.4109150Z [1621/5610] 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-11-01T16:17:44.4209350Z [1622/5610] 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-11-01T16:17:44.4257370Z [1623/5610] 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-11-01T16:17:44.4503480Z [1624/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.4560110Z [1625/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.4748570Z [1626/5610] 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-11-01T16:17:44.4766220Z [1627/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.4961090Z [1628/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.4965620Z [1629/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-11-01T16:17:44.5285580Z [1630/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.5473250Z [1631/5610] 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-11-01T16:17:44.5520400Z [1632/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.5669730Z [1633/5610] 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-11-01T16:17:44.5694780Z [1634/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-11-01T16:17:44.5885160Z [1635/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:44.5933950Z [1636/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c.o 2024-11-01T16:17:44.6229130Z [1637/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.6348770Z [1638/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-11-01T16:17:44.6378840Z [1639/5610] 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-11-01T16:17:44.6614700Z [1640/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:44.6734560Z [1641/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c.o 2024-11-01T16:17:44.6737850Z [1642/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2024-11-01T16:17:44.6741390Z [1643/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c.o 2024-11-01T16:17:44.6989170Z [1644/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-11-01T16:17:44.7076630Z [1645/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-11-01T16:17:44.7199970Z [1646/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-11-01T16:17:44.7332580Z [1647/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-11-01T16:17:44.7631400Z [1648/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-11-01T16:17:44.7705460Z [1649/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-11-01T16:17:44.7764300Z [1650/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-11-01T16:17:44.7930670Z [1651/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-11-01T16:17:44.8006770Z [1652/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-11-01T16:17:44.8170970Z [1653/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-11-01T16:17:44.8188120Z [1654/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-11-01T16:17:44.8388060Z [1655/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-11-01T16:17:44.8442340Z [1656/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-11-01T16:17:44.8692000Z [1657/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-11-01T16:17:44.8987460Z [1658/5610] 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-11-01T16:17:44.8995320Z [1659/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-11-01T16:17:44.9012310Z [1660/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-11-01T16:17:44.9035910Z [1661/5610] 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-11-01T16:17:44.9286480Z [1662/5610] 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-11-01T16:17:44.9552790Z [1663/5610] 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-11-01T16:17:44.9589790Z [1664/5610] 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-11-01T16:17:44.9901320Z [1665/5610] 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-11-01T16:17:44.9929130Z [1666/5610] 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-11-01T16:17:45.0117170Z [1667/5610] 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-11-01T16:17:45.0147820Z [1668/5610] 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-11-01T16:17:45.0149390Z [1669/5610] 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-11-01T16:17:45.0461650Z [1670/5610] 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-11-01T16:17:45.0475180Z [1671/5610] 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-11-01T16:17:45.0657100Z [1672/5610] 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-11-01T16:17:45.0906780Z [1673/5610] 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-11-01T16:17:45.0965680Z [1674/5610] 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-11-01T16:17:45.1124680Z [1675/5610] 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-11-01T16:17:45.1289360Z [1676/5610] 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-11-01T16:17:45.1469280Z [1677/5610] 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-11-01T16:17:45.1486440Z [1678/5610] 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-11-01T16:17:45.1794040Z [1679/5610] 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-11-01T16:17:45.1929550Z [1680/5610] 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-11-01T16:17:45.1984140Z [1681/5610] 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-11-01T16:17:45.2052600Z [1682/5610] 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-11-01T16:17:45.2258100Z [1683/5610] 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-11-01T16:17:45.2479440Z [1684/5610] 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-11-01T16:17:45.2499160Z [1685/5610] 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-11-01T16:17:45.2520090Z [1686/5610] 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-11-01T16:17:45.2634960Z [1687/5610] 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-11-01T16:17:45.2733430Z [1688/5610] 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-11-01T16:17:45.3020160Z [1689/5610] 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-11-01T16:17:45.3054750Z [1690/5610] 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-11-01T16:17:45.3100540Z [1691/5610] 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-11-01T16:17:45.3305230Z [1692/5610] 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-11-01T16:17:45.3326730Z [1693/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-11-01T16:17:45.4024450Z [1694/5610] 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-11-01T16:17:45.4126040Z [1695/5610] 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-11-01T16:17:45.4132790Z [1696/5610] 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-11-01T16:17:45.4158430Z [1697/5610] 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-11-01T16:17:45.4223870Z [1698/5610] 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-11-01T16:17:45.4339290Z [1699/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-11-01T16:17:45.4714040Z [1700/5610] 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-11-01T16:17:45.4866330Z [1701/5610] 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-11-01T16:17:45.4871740Z [1702/5610] 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-11-01T16:17:45.4975990Z [1703/5610] 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-11-01T16:17:45.5117550Z [1704/5610] 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-11-01T16:17:45.5243160Z [1705/5610] 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-11-01T16:17:45.5261460Z [1706/5610] 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-11-01T16:17:45.5324490Z [1707/5610] 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-11-01T16:17:45.5388390Z [1708/5610] 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-11-01T16:17:45.5578340Z [1709/5610] 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-11-01T16:17:45.6369950Z [1710/5610] 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-11-01T16:17:45.6476260Z [1711/5610] 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-11-01T16:17:45.6480320Z [1712/5610] 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-11-01T16:17:45.6483950Z [1713/5610] 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-11-01T16:17:45.6487400Z [1714/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-11-01T16:17:45.6490790Z [1715/5610] 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-11-01T16:17:45.6501290Z [1716/5610] 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-11-01T16:17:45.6513160Z [1717/5610] 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-11-01T16:17:45.7222780Z [1718/5610] 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-11-01T16:17:45.7430590Z [1719/5610] 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-11-01T16:17:45.7628380Z [1720/5610] 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-11-01T16:17:45.7816570Z [1721/5610] 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-11-01T16:17:45.7822710Z [1722/5610] 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-11-01T16:17:45.7830650Z [1723/5610] 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-11-01T16:17:45.7840030Z [1724/5610] 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-11-01T16:17:45.8066310Z [1725/5610] 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-11-01T16:17:45.8070640Z [1726/5610] 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-11-01T16:17:45.8713950Z [1727/5610] 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-11-01T16:17:45.8815300Z [1728/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-11-01T16:17:45.8932960Z [1729/5610] 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-11-01T16:17:45.9025210Z [1730/5610] 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-11-01T16:17:45.9038480Z [1731/5610] 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-11-01T16:17:45.9046290Z [1732/5610] 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-11-01T16:17:45.9082170Z [1733/5610] 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-11-01T16:17:45.9104350Z [1734/5610] 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-11-01T16:17:45.9317690Z [1735/5610] 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-11-01T16:17:45.9494050Z [1736/5610] 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-11-01T16:17:46.0144020Z [1737/5610] 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-11-01T16:17:46.0155150Z [1738/5610] 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-11-01T16:17:46.0215340Z [1739/5610] 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-11-01T16:17:46.0385420Z [1740/5610] 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-11-01T16:17:46.0452140Z [1741/5610] 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-11-01T16:17:46.0515350Z [1742/5610] 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-11-01T16:17:46.0764740Z [1743/5610] 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-11-01T16:17:46.0814160Z [1744/5610] 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-11-01T16:17:46.0828630Z [1745/5610] 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-11-01T16:17:46.1185690Z [1746/5610] 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-11-01T16:17:46.1338590Z [1747/5610] 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-11-01T16:17:46.1456730Z [1748/5610] 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-11-01T16:17:46.1653720Z [1749/5610] 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-11-01T16:17:46.1924320Z [1750/5610] 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-11-01T16:17:46.1934920Z [1751/5610] 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-11-01T16:17:46.1953370Z [1752/5610] 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-11-01T16:17:46.2167850Z [1753/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-11-01T16:17:46.2311070Z [1754/5610] 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-11-01T16:17:46.2489700Z [1755/5610] 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-11-01T16:17:46.2491870Z [1756/5610] 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-11-01T16:17:46.2755530Z [1757/5610] 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-11-01T16:17:46.2852110Z [1758/5610] 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-11-01T16:17:46.3113740Z [1759/5610] 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-11-01T16:17:46.3140490Z [1760/5610] 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-11-01T16:17:46.3170960Z [1761/5610] 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-11-01T16:17:46.3184200Z [1762/5610] 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-11-01T16:17:46.3238190Z [1763/5610] 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-11-01T16:17:46.3818040Z [1764/5610] 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-11-01T16:17:46.3918410Z [1765/5610] 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-11-01T16:17:46.3933060Z [1766/5610] 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-11-01T16:17:46.4056400Z [1767/5610] 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-11-01T16:17:46.4297030Z [1768/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-11-01T16:17:46.4447100Z [1769/5610] 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-11-01T16:17:46.4505820Z [1770/5610] 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-11-01T16:17:46.4509960Z [1771/5610] 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-11-01T16:17:46.4919600Z [1772/5610] 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-11-01T16:17:46.5192000Z [1773/5610] 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-11-01T16:17:46.5324900Z [1774/5610] 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-11-01T16:17:46.5356300Z [1775/5610] 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-11-01T16:17:46.5364320Z [1776/5610] 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-11-01T16:17:46.5365700Z [1777/5610] 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-11-01T16:17:46.5518440Z [1778/5610] 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-11-01T16:17:46.5666430Z [1779/5610] 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-11-01T16:17:46.5736330Z [1780/5610] 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-11-01T16:17:46.5870340Z [1781/5610] 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-11-01T16:17:46.6491090Z [1782/5610] 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-11-01T16:17:46.6591390Z [1783/5610] 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-11-01T16:17:46.6698750Z [1784/5610] 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-11-01T16:17:46.6703040Z [1785/5610] 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-11-01T16:17:46.6708490Z [1786/5610] 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-11-01T16:17:46.6710410Z [1787/5610] 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-11-01T16:17:46.6711660Z [1788/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c16.c.o 2024-11-01T16:17:46.7032410Z [1789/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2024-11-01T16:17:46.7342200Z [1790/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-neon.c.o 2024-11-01T16:17:46.7550020Z [1791/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c64.c.o 2024-11-01T16:17:46.7665680Z [1792/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-neon.c.o 2024-11-01T16:17:46.7669160Z [1793/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-neon.c.o 2024-11-01T16:17:46.7705210Z [1794/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u16.c.o 2024-11-01T16:17:46.7879530Z [1795/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32.c.o 2024-11-01T16:17:46.7901290Z [1796/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2024-11-01T16:17:46.7921530Z [1797/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-mull.c.o 2024-11-01T16:17:46.7922900Z [1798/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-qdmulh.c.o 2024-11-01T16:17:46.8101550Z [1799/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc2.c.o 2024-11-01T16:17:46.8698510Z [1800/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc4.c.o 2024-11-01T16:17:46.8718050Z [1801/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64.c.o 2024-11-01T16:17:46.8791990Z [1802/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c.o 2024-11-01T16:17:46.8849520Z [1803/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c.o 2024-11-01T16:17:46.9052510Z [1804/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c.o 2024-11-01T16:17:46.9201390Z [1805/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2024-11-01T16:17:46.9348800Z [1806/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2024-11-01T16:17:46.9424050Z [1807/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c.o 2024-11-01T16:17:46.9427050Z [1808/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c.o 2024-11-01T16:17:46.9594690Z [1809/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2024-11-01T16:17:46.9831970Z [1810/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2024-11-01T16:17:46.9959770Z [1811/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c.o 2024-11-01T16:17:47.0140070Z [1812/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c.o 2024-11-01T16:17:47.0190780Z [1813/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c.o 2024-11-01T16:17:47.0291900Z [1814/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c.o 2024-11-01T16:17:47.0396200Z [1815/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c.o 2024-11-01T16:17:47.0578800Z [1816/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u32.c.o 2024-11-01T16:17:47.0582600Z [1817/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2024-11-01T16:17:47.0803180Z [1818/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u8.c.o 2024-11-01T16:17:47.0956930Z [1819/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u16.c.o 2024-11-01T16:17:47.1063800Z [1820/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c.o 2024-11-01T16:17:47.1068460Z [1821/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c.o 2024-11-01T16:17:47.1346790Z [1822/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-11-01T16:17:47.1402500Z [1823/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-11-01T16:17:47.1628330Z [1824/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2024-11-01T16:17:47.1731410Z [1825/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-11-01T16:17:47.1841320Z [1826/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-11-01T16:17:47.2253850Z [1827/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-11-01T16:17:47.2271050Z [1828/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-11-01T16:17:47.2309230Z [1829/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-11-01T16:17:47.2348410Z [1830/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-11-01T16:17:47.2482620Z [1831/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-11-01T16:17:47.2502400Z [1832/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-11-01T16:17:47.2504480Z [1833/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2024-11-01T16:17:47.2702930Z [1834/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-neon-u64.c.o 2024-11-01T16:17:47.2745020Z [1835/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c.o 2024-11-01T16:17:47.3249420Z [1836/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2024-11-01T16:17:47.3546670Z [1837/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c.o 2024-11-01T16:17:47.3550460Z [1838/5610] 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-11-01T16:17:47.3571240Z [1839/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c.o 2024-11-01T16:17:47.3575340Z [1840/5610] 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-11-01T16:17:47.3873110Z [1841/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2024-11-01T16:17:47.3876560Z [1842/5610] 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-11-01T16:17:47.4133930Z [1843/5610] 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-11-01T16:17:47.4237180Z [1844/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2024-11-01T16:17:47.4557120Z [1845/5610] 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-11-01T16:17:47.4578290Z [1846/5610] 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-11-01T16:17:47.4627860Z [1847/5610] 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-11-01T16:17:47.4758610Z [1848/5610] 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-11-01T16:17:47.4894060Z [1849/5610] 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-11-01T16:17:47.4970650Z [1850/5610] 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-11-01T16:17:47.4980120Z [1851/5610] 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-11-01T16:17:47.5249230Z [1852/5610] 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-11-01T16:17:47.5556040Z [1853/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2024-11-01T16:17:47.5671410Z [1854/5610] 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-11-01T16:17:47.5882010Z [1855/5610] 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-11-01T16:17:47.5986230Z [1856/5610] 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-11-01T16:17:47.6067490Z [1857/5610] 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-11-01T16:17:47.6072150Z [1858/5610] 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-11-01T16:17:47.6153210Z [1859/5610] 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-11-01T16:17:47.6187540Z [1860/5610] 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-11-01T16:17:47.6199710Z [1861/5610] 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-11-01T16:17:47.6583460Z [1862/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2024-11-01T16:17:47.7160970Z [1863/5610] 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-11-01T16:17:47.7181230Z [1864/5610] 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-11-01T16:17:47.7273940Z [1865/5610] 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-11-01T16:17:47.7386680Z [1866/5610] 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-11-01T16:17:47.7390130Z [1867/5610] 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-11-01T16:17:47.7394650Z [1868/5610] 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-11-01T16:17:47.7665990Z [1869/5610] 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-11-01T16:17:47.7958200Z [1870/5610] 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-11-01T16:17:47.8023440Z [1871/5610] 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-11-01T16:17:47.8250350Z [1872/5610] 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-11-01T16:17:47.8251780Z [1873/5610] 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-11-01T16:17:47.8569600Z [1874/5610] 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-11-01T16:17:47.8615040Z [1875/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2024-11-01T16:17:47.8619100Z [1876/5610] 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-11-01T16:17:47.8631140Z [1877/5610] 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-11-01T16:17:47.8634030Z [1878/5610] 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-11-01T16:17:47.8732550Z [1879/5610] 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-11-01T16:17:47.9104320Z [1880/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2024-11-01T16:17:47.9242670Z [1881/5610] 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-11-01T16:17:47.9421300Z [1882/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-neon-c4.c.o 2024-11-01T16:17:47.9432680Z [1883/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c.o 2024-11-01T16:17:47.9807920Z [1884/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c.o 2024-11-01T16:17:47.9837600Z [1885/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-neon-c4.c.o 2024-11-01T16:17:47.9843590Z [1886/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c.o 2024-11-01T16:17:47.9920310Z [1887/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-neon-u4.c.o 2024-11-01T16:17:48.0133260Z [1888/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.0153300Z [1889/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.0481630Z [1890/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.0723830Z [1891/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c.o 2024-11-01T16:17:48.0763680Z [1892/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.0934120Z [1893/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.1232000Z [1894/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.1351360Z [1895/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.1407760Z [1896/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.1460880Z [1897/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c.o 2024-11-01T16:17:48.1470570Z [1898/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.1489370Z [1899/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.1991970Z [1900/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c.o 2024-11-01T16:17:48.2117270Z [1901/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.2186010Z [1902/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.2194590Z [1903/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.2579460Z [1904/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c.o 2024-11-01T16:17:48.2607090Z [1905/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.2608230Z [1906/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.2779870Z [1907/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c.o 2024-11-01T16:17:48.2791990Z [1908/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.2988570Z [1909/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.3591660Z [1910/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c.o 2024-11-01T16:17:48.3707760Z [1911/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.3767730Z [1912/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c.o 2024-11-01T16:17:48.3805690Z [1913/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.3831650Z [1914/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.3911700Z [1915/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c.o 2024-11-01T16:17:48.4003130Z [1916/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.4499330Z [1917/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.4593890Z [1918/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.4607160Z [1919/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c.o 2024-11-01T16:17:48.5025200Z [1920/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.5128400Z [1921/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c.o 2024-11-01T16:17:48.5151480Z [1922/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.5201990Z [1923/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.5305040Z [1924/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.5561800Z [1925/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.5692270Z [1926/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c.o 2024-11-01T16:17:48.5818150Z [1927/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c.o 2024-11-01T16:17:48.5880450Z [1928/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c.o 2024-11-01T16:17:48.5981550Z [1929/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2024-11-01T16:17:48.6272470Z [1930/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c.o 2024-11-01T16:17:48.6292420Z [1931/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c.o 2024-11-01T16:17:48.6465020Z [1932/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2024-11-01T16:17:48.6493880Z [1933/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c.o 2024-11-01T16:17:48.6547230Z [1934/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.6620620Z [1935/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.6909240Z [1936/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.7187760Z [1937/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.7209930Z [1938/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c.o 2024-11-01T16:17:48.7413480Z [1939/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.7492260Z [1940/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.7659610Z [1941/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c.o 2024-11-01T16:17:48.7750490Z [1942/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.7831020Z [1943/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.8015600Z [1944/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.8072200Z [1945/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.8224150Z [1946/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.8404930Z [1947/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c.o 2024-11-01T16:17:48.8668600Z [1948/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.8867210Z [1949/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c.o 2024-11-01T16:17:48.8890730Z [1950/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.8895390Z [1951/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.8919200Z [1952/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:48.9412230Z [1953/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c.o 2024-11-01T16:17:48.9426170Z [1954/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.9436980Z [1955/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c.o 2024-11-01T16:17:48.9455280Z [1956/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c.o 2024-11-01T16:17:48.9534080Z [1957/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c.o 2024-11-01T16:17:49.0002470Z [1958/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2024-11-01T16:17:49.0122980Z [1959/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2024-11-01T16:17:49.0127930Z [1960/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c.o 2024-11-01T16:17:49.0131480Z [1961/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c.o 2024-11-01T16:17:49.0154300Z [1962/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2024-11-01T16:17:49.0552670Z [1963/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c.o 2024-11-01T16:17:49.0555650Z [1964/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c.o 2024-11-01T16:17:49.0857300Z [1965/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c.o 2024-11-01T16:17:49.0959170Z [1966/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x4.c.o 2024-11-01T16:17:49.1165980Z [1967/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x8.c.o 2024-11-01T16:17:49.1174950Z [1968/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x8.c.o 2024-11-01T16:17:49.1214040Z [1969/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x4.c.o 2024-11-01T16:17:49.1231360Z [1970/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x16.c.o 2024-11-01T16:17:49.1243050Z [1971/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x16.c.o 2024-11-01T16:17:49.1435470Z [1972/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x4.c.o 2024-11-01T16:17:49.1869300Z [1973/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x16.c.o 2024-11-01T16:17:49.1924200Z [1974/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x8.c.o 2024-11-01T16:17:49.2223290Z [1975/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:49.2449730Z [1976/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:49.2488750Z [1977/5610] 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-11-01T16:17:49.2503440Z [1978/5610] 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-11-01T16:17:49.2535350Z [1979/5610] 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-11-01T16:17:49.2696990Z [1980/5610] 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-11-01T16:17:49.2855550Z [1981/5610] 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-11-01T16:17:49.3254520Z [1982/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:49.3356690Z [1983/5610] 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-11-01T16:17:49.3396210Z [1984/5610] 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-11-01T16:17:49.3401830Z [1985/5610] 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-11-01T16:17:49.3775430Z [1986/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c.o 2024-11-01T16:17:49.3784810Z [1987/5610] 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-11-01T16:17:49.3963010Z [1988/5610] 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-11-01T16:17:49.3988830Z [1989/5610] 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-11-01T16:17:49.4007230Z [1990/5610] 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-11-01T16:17:49.4150590Z [1991/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-11-01T16:17:49.4391880Z [1992/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2024-11-01T16:17:49.4442320Z [1993/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c.o 2024-11-01T16:17:49.4548720Z [1994/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c.o 2024-11-01T16:17:49.4846480Z [1995/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c.o 2024-11-01T16:17:49.5048560Z [1996/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c.o 2024-11-01T16:17:49.5063680Z [1997/5610] 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-11-01T16:17:49.5119020Z [1998/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c.o 2024-11-01T16:17:49.5275630Z [1999/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c.o 2024-11-01T16:17:49.5395960Z [2000/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc3.c.o 2024-11-01T16:17:49.5695850Z [2001/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8.c.o 2024-11-01T16:17:49.5713810Z [2002/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12.c.o 2024-11-01T16:17:49.5748170Z [2003/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2024-11-01T16:17:49.5949380Z [2004/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc2.c.o 2024-11-01T16:17:49.6036120Z [2005/5610] 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-11-01T16:17:49.6196190Z [2006/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc2.c.o 2024-11-01T16:17:49.6266480Z [2007/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16.c.o 2024-11-01T16:17:49.6443680Z [2008/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20.c.o 2024-11-01T16:17:49.6486830Z [2009/5610] 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-11-01T16:17:49.6541400Z [2010/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc5.c.o 2024-11-01T16:17:49.7035710Z [2011/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c.o 2024-11-01T16:17:49.7146860Z [2012/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc3.c.o 2024-11-01T16:17:49.7152380Z [2013/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c.o 2024-11-01T16:17:49.7156990Z [2014/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8.c.o 2024-11-01T16:17:49.7187490Z [2015/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc2.c.o 2024-11-01T16:17:49.7583820Z [2016/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c.o 2024-11-01T16:17:49.7716460Z [2017/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12.c.o 2024-11-01T16:17:49.7724820Z [2018/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc2.c.o 2024-11-01T16:17:49.7730790Z [2019/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c.o 2024-11-01T16:17:49.7737560Z [2020/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16.c.o 2024-11-01T16:17:49.8121630Z [2021/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc5.c.o 2024-11-01T16:17:49.8238100Z [2022/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2024-11-01T16:17:49.8279030Z [2023/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c64.c.o 2024-11-01T16:17:49.8290110Z [2024/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20.c.o 2024-11-01T16:17:49.8671670Z [2025/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c32.c.o 2024-11-01T16:17:49.8977950Z [2026/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c.o 2024-11-01T16:17:49.8985710Z [2027/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c.o 2024-11-01T16:17:49.8989620Z [2028/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u4.c.o 2024-11-01T16:17:49.8993940Z [2029/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2024-11-01T16:17:49.9052400Z [2030/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c.o 2024-11-01T16:17:49.9398580Z [2031/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c.o 2024-11-01T16:17:49.9410210Z [2032/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c.o 2024-11-01T16:17:49.9560870Z [2033/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u4.c.o 2024-11-01T16:17:49.9589110Z [2034/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c.o 2024-11-01T16:17:49.9813290Z [2035/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2024-11-01T16:17:50.0021750Z [2036/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u4.c.o 2024-11-01T16:17:50.0240250Z [2037/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c.o 2024-11-01T16:17:50.0289560Z [2038/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c.o 2024-11-01T16:17:50.0433820Z [2039/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2024-11-01T16:17:50.0569240Z [2040/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c.o 2024-11-01T16:17:50.0645910Z [2041/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u4.c.o 2024-11-01T16:17:50.0771520Z [2042/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c.o 2024-11-01T16:17:50.0936950Z [2043/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u8.c.o 2024-11-01T16:17:50.0945320Z [2044/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c.o 2024-11-01T16:17:50.1182750Z [2045/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c.o 2024-11-01T16:17:50.1264900Z [2046/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c.o 2024-11-01T16:17:50.1289310Z [2047/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2024-11-01T16:17:50.1468850Z [2048/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c.o 2024-11-01T16:17:50.1564140Z [2049/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c.o 2024-11-01T16:17:50.1787440Z [2050/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c.o 2024-11-01T16:17:50.1871700Z [2051/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c.o 2024-11-01T16:17:50.1975460Z [2052/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c.o 2024-11-01T16:17:50.2170110Z [2053/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c.o 2024-11-01T16:17:50.2324340Z [2054/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c.o 2024-11-01T16:17:50.2335860Z [2055/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c.o 2024-11-01T16:17:50.2477100Z [2056/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c.o 2024-11-01T16:17:50.2680020Z [2057/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c.o 2024-11-01T16:17:50.2870930Z [2058/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2024-11-01T16:17:50.2931870Z [2059/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c.o 2024-11-01T16:17:50.2934260Z [2060/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2024-11-01T16:17:50.3118630Z [2061/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u4.c.o 2024-11-01T16:17:50.3250690Z [2062/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u4.c.o 2024-11-01T16:17:50.3464700Z [2063/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u8.c.o 2024-11-01T16:17:50.3620550Z [2064/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c.o 2024-11-01T16:17:50.3768300Z [2065/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u4.c.o 2024-11-01T16:17:50.3775990Z [2066/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u8.c.o 2024-11-01T16:17:50.3922000Z [2067/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u4.c.o 2024-11-01T16:17:50.3959730Z [2068/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2024-11-01T16:17:50.3964950Z [2069/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u4.c.o 2024-11-01T16:17:50.3972830Z [2070/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2024-11-01T16:17:50.4293130Z [2071/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u4.c.o 2024-11-01T16:17:50.4317030Z [2072/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2024-11-01T16:17:50.4704900Z [2073/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u8.c.o 2024-11-01T16:17:50.4771450Z [2074/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u8.c.o 2024-11-01T16:17:50.5102870Z [2075/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u8.c.o 2024-11-01T16:17:50.5114230Z [2076/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u4.c.o 2024-11-01T16:17:50.5115440Z [2077/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u4.c.o 2024-11-01T16:17:50.5144300Z [2078/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2024-11-01T16:17:50.5212620Z [2079/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c.o 2024-11-01T16:17:50.5383420Z [2080/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c.o 2024-11-01T16:17:50.5549090Z [2081/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2024-11-01T16:17:50.5551390Z [2082/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c.o 2024-11-01T16:17:50.5988570Z [2083/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u20.c.o 2024-11-01T16:17:50.6146670Z [2084/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u4.c.o 2024-11-01T16:17:50.6433700Z [2085/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c.o 2024-11-01T16:17:50.6473540Z [2086/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:17:50.6615790Z [2087/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.6618030Z [2088/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:17:50.6779420Z [2089/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c.o 2024-11-01T16:17:50.6933160Z [2090/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:17:50.7248560Z [2091/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.7294730Z [2092/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.7315200Z [2093/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.7629270Z [2094/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2024-11-01T16:17:50.7648160Z [2095/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c.o 2024-11-01T16:17:50.7657150Z [2096/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c.o 2024-11-01T16:17:50.7687600Z [2097/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c.o 2024-11-01T16:17:50.7925150Z [2098/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c.o 2024-11-01T16:17:50.7936980Z [2099/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2024-11-01T16:17:50.8344100Z [2100/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.8505870Z [2101/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:17:50.8512830Z [2102/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-11-01T16:17:50.8820680Z [2103/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.8823830Z [2104/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-11-01T16:17:50.8990580Z [2105/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:17:50.9063380Z [2106/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:17:50.9173270Z [2107/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.9405630Z [2108/5610] 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-11-01T16:17:50.9644170Z [2109/5610] 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-11-01T16:17:50.9713680Z [2110/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c.o 2024-11-01T16:17:50.9817190Z [2111/5610] 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-11-01T16:17:51.0065270Z [2112/5610] 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-11-01T16:17:51.0133560Z [2113/5610] 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-11-01T16:17:51.0237620Z [2114/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c.o 2024-11-01T16:17:51.0338150Z [2115/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c.o 2024-11-01T16:17:51.0422920Z [2116/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c.o 2024-11-01T16:17:51.0514610Z [2117/5610] 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-11-01T16:17:51.0686720Z [2118/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c.o 2024-11-01T16:17:51.0883910Z [2119/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc2.c.o 2024-11-01T16:17:51.0965110Z [2120/5610] 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-11-01T16:17:51.1218820Z [2121/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8.c.o 2024-11-01T16:17:51.1359610Z [2122/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12.c.o 2024-11-01T16:17:51.1370590Z [2123/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2024-11-01T16:17:51.1388720Z [2124/5610] 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-11-01T16:17:51.1447680Z [2125/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc3.c.o 2024-11-01T16:17:51.1766740Z [2126/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16.c.o 2024-11-01T16:17:51.2021300Z [2127/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20.c.o 2024-11-01T16:17:51.2027990Z [2128/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc2.c.o 2024-11-01T16:17:51.2051570Z [2129/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc5.c.o 2024-11-01T16:17:51.2056870Z [2130/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c.o 2024-11-01T16:17:51.2403290Z [2131/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8.c.o 2024-11-01T16:17:51.2436760Z [2132/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c.o 2024-11-01T16:17:51.2476100Z [2133/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12.c.o 2024-11-01T16:17:51.2504470Z [2134/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc2.c.o 2024-11-01T16:17:51.2704230Z [2135/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc3.c.o 2024-11-01T16:17:51.2756470Z [2136/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c.o 2024-11-01T16:17:51.3199300Z [2137/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc2.c.o 2024-11-01T16:17:51.3227880Z [2138/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16.c.o 2024-11-01T16:17:51.3233040Z [2139/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c.o 2024-11-01T16:17:51.3355740Z [2140/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc5.c.o 2024-11-01T16:17:51.3541000Z [2141/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20.c.o 2024-11-01T16:17:51.3695390Z [2142/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c.o 2024-11-01T16:17:51.3699510Z [2143/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c.o 2024-11-01T16:17:51.3733380Z [2144/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c.o 2024-11-01T16:17:51.4021440Z [2145/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c.o 2024-11-01T16:17:51.4435060Z [2146/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c.o 2024-11-01T16:17:51.4445750Z [2147/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c.o 2024-11-01T16:17:51.4507610Z [2148/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c.o 2024-11-01T16:17:51.4559790Z [2149/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c.o 2024-11-01T16:17:51.4591840Z [2150/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c.o 2024-11-01T16:17:51.4749990Z [2151/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c.o 2024-11-01T16:17:51.5057150Z [2152/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c.o 2024-11-01T16:17:51.5273170Z [2153/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2024-11-01T16:17:51.5376910Z [2154/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c.o 2024-11-01T16:17:51.5427440Z [2155/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c.o 2024-11-01T16:17:51.5538780Z [2156/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2024-11-01T16:17:51.5556650Z [2157/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u24.c.o 2024-11-01T16:17:51.5829740Z [2158/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c.o 2024-11-01T16:17:51.5847580Z [2159/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c.o 2024-11-01T16:17:51.6091970Z [2160/5610] 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-11-01T16:17:51.6139420Z [2161/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c.o 2024-11-01T16:17:51.6144630Z [2162/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u20.c.o 2024-11-01T16:17:51.6529730Z [2163/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c.o 2024-11-01T16:17:51.6679360Z [2164/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c.o 2024-11-01T16:17:51.6691700Z [2165/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2024-11-01T16:17:51.6704640Z [2166/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c.o 2024-11-01T16:17:51.6715330Z [2167/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u20.c.o 2024-11-01T16:17:51.7019220Z [2168/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2024-11-01T16:17:51.7122830Z [2169/5610] 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-11-01T16:17:51.7441330Z [2170/5610] 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-11-01T16:17:51.7496560Z [2171/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u24.c.o 2024-11-01T16:17:51.7578360Z [2172/5610] 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-11-01T16:17:51.7711690Z [2173/5610] 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-11-01T16:17:51.7823050Z [2174/5610] 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-11-01T16:17:51.7958810Z [2175/5610] 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-11-01T16:17:51.8229500Z [2176/5610] 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-11-01T16:17:51.8240360Z [2177/5610] 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-11-01T16:17:51.8422500Z [2178/5610] 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-11-01T16:17:51.8443410Z [2179/5610] 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-11-01T16:17:51.8501190Z [2180/5610] 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-11-01T16:17:51.8746880Z [2181/5610] 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-11-01T16:17:51.8798370Z [2182/5610] 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-11-01T16:17:51.9034550Z [2183/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2024-11-01T16:17:51.9060530Z [2184/5610] 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-11-01T16:17:51.9305730Z [2185/5610] 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-11-01T16:17:51.9536010Z [2186/5610] 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-11-01T16:17:51.9545090Z [2187/5610] 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-11-01T16:17:51.9657350Z [2188/5610] 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-11-01T16:17:51.9715820Z [2189/5610] 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-11-01T16:17:52.0036190Z [2190/5610] 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-11-01T16:17:52.0063930Z [2191/5610] 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-11-01T16:17:52.0226500Z [2192/5610] 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-11-01T16:17:52.0244920Z [2193/5610] 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-11-01T16:17:52.0281660Z [2194/5610] 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-11-01T16:17:52.0468480Z [2195/5610] 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-11-01T16:17:52.0826290Z [2196/5610] 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-11-01T16:17:52.0926650Z [2197/5610] 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-11-01T16:17:52.1033040Z [2198/5610] 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-11-01T16:17:52.1037120Z [2199/5610] 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-11-01T16:17:52.1306290Z [2200/5610] 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-11-01T16:17:52.1353030Z [2201/5610] 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-11-01T16:17:52.1453180Z [2202/5610] 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-11-01T16:17:52.1573870Z [2203/5610] 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-11-01T16:17:52.1732560Z [2204/5610] 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-11-01T16:17:52.1737230Z [2205/5610] 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-11-01T16:17:52.1954430Z [2206/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c.o 2024-11-01T16:17:52.2157850Z [2207/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c.o 2024-11-01T16:17:52.2182760Z [2208/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c.o 2024-11-01T16:17:52.2197990Z [2209/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c.o 2024-11-01T16:17:52.2547640Z [2210/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u20.c.o 2024-11-01T16:17:52.2738650Z [2211/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c.o 2024-11-01T16:17:52.2790520Z [2212/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u24.c.o 2024-11-01T16:17:52.3026520Z [2213/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c.o 2024-11-01T16:17:52.3046420Z [2214/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c.o 2024-11-01T16:17:52.3273310Z [2215/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c.o 2024-11-01T16:17:52.3276550Z [2216/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u24.c.o 2024-11-01T16:17:52.3370130Z [2217/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c.o 2024-11-01T16:17:52.3652360Z [2218/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u20.c.o 2024-11-01T16:17:52.3674300Z [2219/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c.o 2024-11-01T16:17:52.3915150Z [2220/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c.o 2024-11-01T16:17:52.3919370Z [2221/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u20.c.o 2024-11-01T16:17:52.4128200Z [2222/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u24.c.o 2024-11-01T16:17:52.4220450Z [2223/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c.o 2024-11-01T16:17:52.4523260Z [2224/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u12.c.o 2024-11-01T16:17:52.4553710Z [2225/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u16.c.o 2024-11-01T16:17:52.4704260Z [2226/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u4.c.o 2024-11-01T16:17:52.4871930Z [2227/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u8.c.o 2024-11-01T16:17:52.5034590Z [2228/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u4.c.o 2024-11-01T16:17:52.5054520Z [2229/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u16.c.o 2024-11-01T16:17:52.5251510Z [2230/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u8.c.o 2024-11-01T16:17:52.5255760Z [2231/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u4.c.o 2024-11-01T16:17:52.5307560Z [2232/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u8.c.o 2024-11-01T16:17:52.5569370Z [2233/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u12.c.o 2024-11-01T16:17:52.5811870Z [2234/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u12.c.o 2024-11-01T16:17:52.5816190Z [2235/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u16.c.o 2024-11-01T16:17:52.5923580Z [2236/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u4.c.o 2024-11-01T16:17:52.6099130Z [2237/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u8.c.o 2024-11-01T16:17:52.6465530Z [2238/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-11-01T16:17:52.6489970Z [2239/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-11-01T16:17:52.6518400Z [2240/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u12.c.o 2024-11-01T16:17:52.6539310Z [2241/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-11-01T16:17:52.6710250Z [2242/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u16.c.o 2024-11-01T16:17:52.6801490Z [2243/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-11-01T16:17:52.6899000Z [2244/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c.o 2024-11-01T16:17:52.7062720Z [2245/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c.o 2024-11-01T16:17:52.7066720Z [2246/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c.o 2024-11-01T16:17:52.7118330Z [2247/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2024-11-01T16:17:52.7825570Z [2248/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c.o 2024-11-01T16:17:52.7826770Z [2249/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c.o 2024-11-01T16:17:52.7833840Z [2250/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2024-11-01T16:17:52.7901360Z [2251/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2024-11-01T16:17:52.8031770Z [2252/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c.o 2024-11-01T16:17:52.8065670Z [2253/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c.o 2024-11-01T16:17:52.8117770Z [2254/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c.o 2024-11-01T16:17:52.8225220Z [2255/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2024-11-01T16:17:52.8638240Z [2256/5610] 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-11-01T16:17:52.8747280Z [2257/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c.o 2024-11-01T16:17:52.9097410Z [2258/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c.o 2024-11-01T16:17:52.9104200Z [2259/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2024-11-01T16:17:52.9250850Z [2260/5610] 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-11-01T16:17:52.9256730Z [2261/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:52.9270550Z [2262/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:52.9319220Z [2263/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:52.9483770Z [2264/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:52.9638410Z [2265/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0063100Z [2266/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0234630Z [2267/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0281320Z [2268/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0439400Z [2269/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0741570Z [2270/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0803800Z [2271/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0811070Z [2272/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0830460Z [2273/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.0880360Z [2274/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.1111240Z [2275/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-11-01T16:17:53.1202940Z [2276/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-11-01T16:17:53.1603160Z [2277/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-11-01T16:17:53.1749440Z [2278/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:53.1751180Z [2279/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-11-01T16:17:53.1825610Z [2280/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-11-01T16:17:53.1912350Z [2281/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-11-01T16:17:53.2112910Z [2282/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-11-01T16:17:53.2172640Z [2283/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-11-01T16:17:53.2434050Z [2284/5610] 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-11-01T16:17:53.2495880Z [2285/5610] 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-11-01T16:17:53.2721110Z [2286/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-11-01T16:17:53.2906780Z [2287/5610] 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-11-01T16:17:53.3034600Z [2288/5610] 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-11-01T16:17:53.3228860Z [2289/5610] 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-11-01T16:17:53.3288910Z [2290/5610] 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-11-01T16:17:53.3294610Z [2291/5610] 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-11-01T16:17:53.3301880Z [2292/5610] 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-11-01T16:17:53.3690550Z [2293/5610] 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-11-01T16:17:53.3699530Z [2294/5610] 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-11-01T16:17:53.3919430Z [2295/5610] 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-11-01T16:17:53.3951930Z [2296/5610] 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-11-01T16:17:53.4204750Z [2297/5610] 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-11-01T16:17:53.4514920Z [2298/5610] 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-11-01T16:17:53.4570890Z [2299/5610] 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-11-01T16:17:53.4599900Z [2300/5610] 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-11-01T16:17:53.4639680Z [2301/5610] 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-11-01T16:17:53.4844430Z [2302/5610] 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-11-01T16:17:53.5160140Z [2303/5610] 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-11-01T16:17:53.5220380Z [2304/5610] 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-11-01T16:17:53.5238030Z [2305/5610] 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-11-01T16:17:53.5283530Z [2306/5610] 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-11-01T16:17:53.5519930Z [2307/5610] 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-11-01T16:17:53.5809190Z [2308/5610] 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-11-01T16:17:53.5836790Z [2309/5610] 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-11-01T16:17:53.6079390Z [2310/5610] 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-11-01T16:17:53.6134230Z [2311/5610] 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-11-01T16:17:53.6367330Z [2312/5610] 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-11-01T16:17:53.6434750Z [2313/5610] 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-11-01T16:17:53.6457480Z [2314/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-11-01T16:17:53.6482390Z [2315/5610] 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-11-01T16:17:53.6502460Z [2316/5610] 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-11-01T16:17:53.6987120Z [2317/5610] 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-11-01T16:17:53.7016420Z [2318/5610] 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-11-01T16:17:53.7198600Z [2319/5610] 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-11-01T16:17:53.7362430Z [2320/5610] 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-11-01T16:17:53.7742870Z [2321/5610] 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-11-01T16:17:53.7852760Z [2322/5610] 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-11-01T16:17:53.7956500Z [2323/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-11-01T16:17:53.8070010Z [2324/5610] 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-11-01T16:17:53.8074370Z [2325/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-11-01T16:17:53.8078260Z [2326/5610] 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-11-01T16:17:53.8209630Z [2327/5610] 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-11-01T16:17:53.8317970Z [2328/5610] 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-11-01T16:17:53.8764420Z [2329/5610] 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-11-01T16:17:53.8948560Z [2330/5610] 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-11-01T16:17:53.9099660Z [2331/5610] 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-11-01T16:17:53.9251310Z [2332/5610] 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-11-01T16:17:53.9282490Z [2333/5610] 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-11-01T16:17:53.9302810Z [2334/5610] 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-11-01T16:17:53.9348560Z [2335/5610] 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-11-01T16:17:53.9395680Z [2336/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-11-01T16:17:53.9463510Z [2337/5610] 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-11-01T16:17:53.9469130Z [2338/5610] 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-11-01T16:17:54.0377000Z [2339/5610] 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-11-01T16:17:54.0476810Z [2340/5610] 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-11-01T16:17:54.0595180Z [2341/5610] 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-11-01T16:17:54.0596810Z [2342/5610] 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-11-01T16:17:54.0603380Z [2343/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-11-01T16:17:54.0633530Z [2344/5610] 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-11-01T16:17:54.0709820Z [2345/5610] 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-11-01T16:17:54.0726620Z [2346/5610] 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-11-01T16:17:54.1010110Z [2347/5610] 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-11-01T16:17:54.1013810Z [2348/5610] 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-11-01T16:17:54.1944620Z [2349/5610] 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-11-01T16:17:54.2006320Z [2350/5610] 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-11-01T16:17:54.2007780Z [2351/5610] 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-11-01T16:17:54.2120490Z [2352/5610] 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-11-01T16:17:54.2124860Z [2353/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-11-01T16:17:54.2126350Z [2354/5610] 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-11-01T16:17:54.2127920Z [2355/5610] 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-11-01T16:17:54.2129680Z [2356/5610] 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-11-01T16:17:54.2471330Z [2357/5610] 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-11-01T16:17:54.2692300Z [2358/5610] 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-11-01T16:17:54.3284160Z [2359/5610] 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-11-01T16:17:54.3308230Z [2360/5610] 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-11-01T16:17:54.3356630Z [2361/5610] 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-11-01T16:17:54.3502000Z [2362/5610] 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-11-01T16:17:54.3533180Z [2363/5610] 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-11-01T16:17:54.3579040Z [2364/5610] 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-11-01T16:17:54.4078890Z [2365/5610] 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-11-01T16:17:54.4281120Z [2366/5610] 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-11-01T16:17:54.4385610Z [2367/5610] 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-11-01T16:17:54.4391750Z [2368/5610] 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-11-01T16:17:54.4401910Z [2369/5610] 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-11-01T16:17:54.4508650Z [2370/5610] 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-11-01T16:17:54.4600390Z [2371/5610] 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-11-01T16:17:54.4948870Z [2372/5610] 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-11-01T16:17:54.5153980Z [2373/5610] 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-11-01T16:17:54.5219070Z [2374/5610] 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-11-01T16:17:54.5479320Z [2375/5610] 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-11-01T16:17:54.5511310Z [2376/5610] 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-11-01T16:17:54.5519540Z [2377/5610] 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-11-01T16:17:54.5520950Z [2378/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-11-01T16:17:54.5568980Z [2379/5610] 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-11-01T16:17:54.5783280Z [2380/5610] 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-11-01T16:17:54.5789770Z [2381/5610] 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-11-01T16:17:54.6596230Z [2382/5610] 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-11-01T16:17:54.6641660Z [2383/5610] 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-11-01T16:17:54.6745540Z [2384/5610] 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-11-01T16:17:54.6843800Z [2385/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-11-01T16:17:54.6915320Z [2386/5610] 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-11-01T16:17:54.7041450Z [2387/5610] 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-11-01T16:17:54.7045140Z [2388/5610] 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-11-01T16:17:54.7115420Z [2389/5610] 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-11-01T16:17:54.7454280Z [2390/5610] 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-11-01T16:17:54.7490980Z [2391/5610] 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-11-01T16:17:54.7777800Z [2392/5610] 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-11-01T16:17:54.7894960Z [2393/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-11-01T16:17:54.8017040Z [2394/5610] 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-11-01T16:17:54.8027770Z [2395/5610] 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-11-01T16:17:54.8212410Z [2396/5610] 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-11-01T16:17:54.8264360Z [2397/5610] 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-11-01T16:17:54.8291060Z [2398/5610] 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-11-01T16:17:54.8293670Z [2399/5610] 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-11-01T16:17:54.8744040Z [2400/5610] 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-11-01T16:17:54.8927690Z [2401/5610] 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-11-01T16:17:54.9245790Z [2402/5610] 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-11-01T16:17:54.9371550Z [2403/5610] 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-11-01T16:17:54.9443230Z [2404/5610] 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-11-01T16:17:54.9494630Z [2405/5610] 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-11-01T16:17:54.9532360Z [2406/5610] 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-11-01T16:17:54.9682140Z [2407/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-11-01T16:17:54.9827640Z [2408/5610] 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-11-01T16:17:55.0134130Z [2409/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-11-01T16:17:55.0173280Z [2410/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-11-01T16:17:55.0360290Z [2411/5610] 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-11-01T16:17:55.0367920Z [2412/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-11-01T16:17:55.0374080Z [2413/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-11-01T16:17:55.0786000Z [2414/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-11-01T16:17:55.0953600Z [2415/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.0989350Z [2416/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1019050Z [2417/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1100820Z [2418/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1557160Z [2419/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1657110Z [2420/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1796580Z [2421/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1798380Z [2422/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1832470Z [2423/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.1871470Z [2424/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.2097390Z [2425/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.2128300Z [2426/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.2569480Z [2427/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.2594150Z [2428/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.2807010Z [2429/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-11-01T16:17:55.2956370Z [2430/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-11-01T16:17:55.2971700Z [2431/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-11-01T16:17:55.2987380Z [2432/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-11-01T16:17:55.2989610Z [2433/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-11-01T16:17:55.2996020Z [2434/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-11-01T16:17:55.3054600Z [2435/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-11-01T16:17:55.3271170Z [2436/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-11-01T16:17:55.3881310Z [2437/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-11-01T16:17:55.4077220Z [2438/5610] 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-11-01T16:17:55.4213750Z [2439/5610] 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-11-01T16:17:55.4242230Z [2440/5610] 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-11-01T16:17:55.4253100Z [2441/5610] 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-11-01T16:17:55.4264500Z [2442/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-11-01T16:17:55.4285260Z [2443/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-11-01T16:17:55.4289020Z [2444/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-11-01T16:17:55.4354390Z [2445/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-11-01T16:17:55.4641560Z [2446/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-11-01T16:17:55.5248050Z [2447/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-11-01T16:17:55.5360920Z [2448/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u4.c.o 2024-11-01T16:17:55.5470000Z [2449/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u4.c.o 2024-11-01T16:17:55.5514530Z [2450/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u8.c.o 2024-11-01T16:17:55.5521820Z [2451/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c.o 2024-11-01T16:17:55.5558040Z [2452/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2024-11-01T16:17:55.5938170Z [2453/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u4.c.o 2024-11-01T16:17:55.6137730Z [2454/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u8.c.o 2024-11-01T16:17:55.6202310Z [2455/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u8.c.o 2024-11-01T16:17:55.6254340Z [2456/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c.o 2024-11-01T16:17:55.6439120Z [2457/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c.o 2024-11-01T16:17:55.6442660Z [2458/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c.o 2024-11-01T16:17:55.6486660Z [2459/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c.o 2024-11-01T16:17:55.6653880Z [2460/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2024-11-01T16:17:55.6783870Z [2461/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2024-11-01T16:17:55.7054260Z [2462/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2024-11-01T16:17:55.7075630Z [2463/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2024-11-01T16:17:55.7344650Z [2464/5610] 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-11-01T16:17:55.7398300Z [2465/5610] 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-11-01T16:17:55.7406170Z [2466/5610] 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-11-01T16:17:55.7709210Z [2467/5610] 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-11-01T16:17:55.7842360Z [2468/5610] 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-11-01T16:17:55.7961370Z [2469/5610] 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-11-01T16:17:55.7979880Z [2470/5610] 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-11-01T16:17:55.8028800Z [2471/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-11-01T16:17:55.8275710Z [2472/5610] 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-11-01T16:17:55.8445120Z [2473/5610] 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-11-01T16:17:55.8600310Z [2474/5610] 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-11-01T16:17:55.8660310Z [2475/5610] 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-11-01T16:17:55.8930130Z [2476/5610] 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-11-01T16:17:55.9017410Z [2477/5610] 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-11-01T16:17:55.9231690Z [2478/5610] 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-11-01T16:17:55.9238360Z [2479/5610] 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-11-01T16:17:55.9418130Z [2480/5610] 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-11-01T16:17:55.9422240Z [2481/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2024-11-01T16:17:55.9823840Z [2482/5610] 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-11-01T16:17:55.9966990Z [2483/5610] 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-11-01T16:17:55.9980580Z [2484/5610] 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-11-01T16:17:55.9984790Z [2485/5610] 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-11-01T16:17:56.0026860Z [2486/5610] 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-11-01T16:17:56.0043320Z [2487/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-11-01T16:17:56.0383940Z [2488/5610] 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-11-01T16:17:56.0390390Z [2489/5610] 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-11-01T16:17:56.0614620Z [2490/5610] 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-11-01T16:17:56.0736960Z [2491/5610] 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-11-01T16:17:56.1299660Z [2492/5610] 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-11-01T16:17:56.1404530Z [2493/5610] 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-11-01T16:17:56.1518400Z [2494/5610] 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-11-01T16:17:56.1538750Z [2495/5610] 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-11-01T16:17:56.1544550Z [2496/5610] 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-11-01T16:17:56.1581180Z [2497/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-11-01T16:17:56.1590920Z [2498/5610] 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-11-01T16:17:56.1626790Z [2499/5610] 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-11-01T16:17:56.1806830Z [2500/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-11-01T16:17:56.2478540Z [2501/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u8.c.o 2024-11-01T16:17:56.2554470Z [2502/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u16.c.o 2024-11-01T16:17:56.2598720Z [2503/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u32.c.o 2024-11-01T16:17:56.2700400Z [2504/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2024-11-01T16:17:56.2701570Z [2505/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2024-11-01T16:17:56.2723820Z [2506/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.2746390Z [2507/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.2764760Z [2508/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.2999920Z [2509/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.3050640Z [2510/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.3903520Z [2511/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.3953680Z [2512/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.4018320Z [2513/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.4020000Z [2514/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.4066790Z [2515/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.4079940Z [2516/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.4083410Z [2517/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.4087930Z [2518/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.4456570Z [2519/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.4801520Z [2520/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.5207250Z [2521/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.5211680Z [2522/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.5213800Z [2523/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.5373220Z [2524/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.5489240Z [2525/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.5510390Z [2526/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.5851890Z [2527/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.5916030Z [2528/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.5988360Z [2529/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.6439150Z [2530/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.6442790Z [2531/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.6488520Z [2532/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.6677460Z [2533/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.6721280Z [2534/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.6726390Z [2535/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.7015700Z [2536/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.7202990Z [2537/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.7599700Z [2538/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.7669150Z [2539/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.7671200Z [2540/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.7695040Z [2541/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.7707780Z [2542/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.7722170Z [2543/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.7727060Z [2544/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.8079020Z [2545/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.8276500Z [2546/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.8583830Z [2547/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:56.8780770Z [2548/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c.o 2024-11-01T16:17:56.8916320Z [2549/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c.o 2024-11-01T16:17:56.8942480Z [2550/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-11-01T16:17:56.8958310Z [2551/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-11-01T16:17:56.9122580Z [2552/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2024-11-01T16:17:56.9267270Z [2553/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-11-01T16:17:56.9462830Z [2554/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c.o 2024-11-01T16:17:56.9543000Z [2555/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-11-01T16:17:56.9720190Z [2556/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-11-01T16:17:56.9939730Z [2557/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-11-01T16:17:57.0070540Z [2558/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-11-01T16:17:57.0076550Z [2559/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-11-01T16:17:57.0093550Z [2560/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c.o 2024-11-01T16:17:57.0124790Z [2561/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-11-01T16:17:57.0205920Z [2562/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-11-01T16:17:57.0280340Z [2563/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-11-01T16:17:57.0835030Z [2564/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-11-01T16:17:57.0927860Z [2565/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-11-01T16:17:57.0981900Z [2566/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-11-01T16:17:57.0995360Z [2567/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-11-01T16:17:57.1293270Z [2568/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-11-01T16:17:57.1410770Z [2569/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-11-01T16:17:57.1536840Z [2570/5610] 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-11-01T16:17:57.1541320Z [2571/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-11-01T16:17:57.1744930Z [2572/5610] 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-11-01T16:17:57.1963860Z [2573/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.2098770Z [2574/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.2248840Z [2575/5610] 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-11-01T16:17:57.2523660Z [2576/5610] 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-11-01T16:17:57.2608710Z [2577/5610] 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-11-01T16:17:57.2648590Z [2578/5610] 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-11-01T16:17:57.2986610Z [2579/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.3062920Z [2580/5610] 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-11-01T16:17:57.3071880Z [2581/5610] 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-11-01T16:17:57.3076260Z [2582/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.3330750Z [2583/5610] 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-11-01T16:17:57.3544400Z [2584/5610] 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-11-01T16:17:57.3672280Z [2585/5610] 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-11-01T16:17:57.3907780Z [2586/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.3910230Z [2587/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.4095940Z [2588/5610] 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-11-01T16:17:57.4145550Z [2589/5610] 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-11-01T16:17:57.4287950Z [2590/5610] 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-11-01T16:17:57.4462290Z [2591/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.4731240Z [2592/5610] 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-11-01T16:17:57.4746210Z [2593/5610] 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-11-01T16:17:57.4937410Z [2594/5610] 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-11-01T16:17:57.4942810Z [2595/5610] 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-11-01T16:17:57.5079260Z [2596/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-11-01T16:17:57.5151140Z [2597/5610] 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-11-01T16:17:57.5271210Z [2598/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-neon.c.o 2024-11-01T16:17:57.5302690Z [2599/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-neon.c.o 2024-11-01T16:17:57.5632280Z [2600/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-neon.c.o 2024-11-01T16:17:57.5652450Z [2601/5610] 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-11-01T16:17:57.5995710Z [2602/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c.o 2024-11-01T16:17:57.6027070Z [2603/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c.o 2024-11-01T16:17:57.6213000Z [2604/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2024-11-01T16:17:57.6224100Z [2605/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2024-11-01T16:17:57.6240650Z [2606/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c.o 2024-11-01T16:17:57.6390060Z [2607/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c.o 2024-11-01T16:17:57.6391400Z [2608/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c.o 2024-11-01T16:17:57.6413020Z [2609/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2024-11-01T16:17:57.7047280Z [2610/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c.o 2024-11-01T16:17:57.7152490Z [2611/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c.o 2024-11-01T16:17:57.7170450Z [2612/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u8.c.o 2024-11-01T16:17:57.7182710Z [2613/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2024-11-01T16:17:57.7512710Z [2614/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c.o 2024-11-01T16:17:57.7533580Z [2615/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c.o 2024-11-01T16:17:57.7558290Z [2616/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u16.c.o 2024-11-01T16:17:57.7562060Z [2617/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2024-11-01T16:17:57.7649030Z [2618/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-11-01T16:17:57.7860380Z [2619/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u32.c.o 2024-11-01T16:17:57.8478180Z [2620/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-11-01T16:17:57.8578980Z [2621/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-11-01T16:17:57.8582390Z [2622/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-11-01T16:17:57.8585420Z [2623/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-11-01T16:17:57.8588440Z [2624/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-11-01T16:17:57.8783470Z [2625/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-11-01T16:17:57.8942760Z [2626/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-11-01T16:17:57.9153140Z [2627/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-11-01T16:17:57.9158610Z [2628/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-11-01T16:17:57.9291270Z [2629/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-11-01T16:17:57.9565780Z [2630/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2024-11-01T16:17:57.9600850Z [2631/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c.o 2024-11-01T16:17:57.9644070Z [2632/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2024-11-01T16:17:57.9917510Z [2633/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2024-11-01T16:17:57.9944230Z [2634/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2024-11-01T16:17:58.0140920Z [2635/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-11-01T16:17:58.0406880Z [2636/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x24.c.o 2024-11-01T16:17:58.0421620Z [2637/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x16.c.o 2024-11-01T16:17:58.0432450Z [2638/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c.o 2024-11-01T16:17:58.0581480Z [2639/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x32.c.o 2024-11-01T16:17:58.0652640Z [2640/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u16.c.o 2024-11-01T16:17:58.0769090Z [2641/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x8.c.o 2024-11-01T16:17:58.0903990Z [2642/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u32.c.o 2024-11-01T16:17:58.0910280Z [2643/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u24.c.o 2024-11-01T16:17:58.1221820Z [2644/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u8.c.o 2024-11-01T16:17:58.1260120Z [2645/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u8.c.o 2024-11-01T16:17:58.1629290Z [2646/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u24.c.o 2024-11-01T16:17:58.1668390Z [2647/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u32.c.o 2024-11-01T16:17:58.1674150Z [2648/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u8.c.o 2024-11-01T16:17:58.1696080Z [2649/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u24.c.o 2024-11-01T16:17:58.1697910Z [2650/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u16.c.o 2024-11-01T16:17:58.1802740Z [2651/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u16.c.o 2024-11-01T16:17:58.2080590Z [2652/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u32.c.o 2024-11-01T16:17:58.2109170Z [2653/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s32-vmul/gen/s32-vmul-neon.c.o 2024-11-01T16:17:58.2464990Z [2654/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s32-vmul/gen/s32-vmulc-neon.c.o 2024-11-01T16:17:58.2596830Z [2655/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2024-11-01T16:17:58.2846490Z [2656/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c.o 2024-11-01T16:17:58.2867970Z [2657/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2024-11-01T16:17:58.2908730Z [2658/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2024-11-01T16:17:58.3046210Z [2659/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c.o 2024-11-01T16:17:58.3214090Z [2660/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2024-11-01T16:17:58.3237590Z [2661/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x1.c.o 2024-11-01T16:17:58.3243160Z [2662/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x2.c.o 2024-11-01T16:17:58.3427730Z [2663/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2024-11-01T16:17:58.3557230Z [2664/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c.o 2024-11-01T16:17:58.4017540Z [2665/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c.o 2024-11-01T16:17:58.4028070Z [2666/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c.o 2024-11-01T16:17:58.4190630Z [2667/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c.o 2024-11-01T16:17:58.4244850Z [2668/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c.o 2024-11-01T16:17:58.4400480Z [2669/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c.o 2024-11-01T16:17:58.4459880Z [2670/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-neon.c.o 2024-11-01T16:17:58.4589800Z [2671/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c.o 2024-11-01T16:17:58.4674970Z [2672/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c.o 2024-11-01T16:17:58.4942840Z [2673/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2024-11-01T16:17:58.4972630Z [2674/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c.o 2024-11-01T16:17:58.5133940Z [2675/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-neon.c.o 2024-11-01T16:17:58.5191560Z [2676/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-neon.c.o 2024-11-01T16:17:58.5224660Z [2677/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-neon.c.o 2024-11-01T16:17:58.5359480Z [2678/5610] 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-11-01T16:17:58.5639350Z [2679/5610] 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-11-01T16:17:58.5800020Z [2680/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-11-01T16:17:58.5822200Z [2681/5610] 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-11-01T16:17:58.5825950Z [2682/5610] 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-11-01T16:17:58.6216960Z [2683/5610] 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-11-01T16:17:58.6370630Z [2684/5610] 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-11-01T16:17:58.6372910Z [2685/5610] 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-11-01T16:17:58.6375440Z [2686/5610] 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-11-01T16:17:58.6573770Z [2687/5610] 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-11-01T16:17:58.6668880Z [2688/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-11-01T16:17:58.7130220Z [2689/5610] 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-11-01T16:17:58.7232080Z [2690/5610] 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-11-01T16:17:58.7264200Z [2691/5610] 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-11-01T16:17:58.7273160Z [2692/5610] 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-11-01T16:17:58.7282540Z [2693/5610] 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-11-01T16:17:58.7504660Z [2694/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c.o 2024-11-01T16:17:58.7753590Z [2695/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c.o 2024-11-01T16:17:58.7760270Z [2696/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c.o 2024-11-01T16:17:58.7803200Z [2697/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c.o 2024-11-01T16:17:58.7946800Z [2698/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c.o 2024-11-01T16:17:58.8221810Z [2699/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c.o 2024-11-01T16:17:58.8408400Z [2700/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c.o 2024-11-01T16:17:58.8416740Z [2701/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c.o 2024-11-01T16:17:58.8454980Z [2702/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c.o 2024-11-01T16:17:58.8473750Z [2703/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c.o 2024-11-01T16:17:58.8607400Z [2704/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c.o 2024-11-01T16:17:58.8862530Z [2705/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c.o 2024-11-01T16:17:58.8956550Z [2706/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2024-11-01T16:17:58.8962140Z [2707/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c.o 2024-11-01T16:17:58.9121490Z [2708/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c.o 2024-11-01T16:17:58.9414080Z [2709/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2024-11-01T16:17:58.9641770Z [2710/5610] 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-11-01T16:17:58.9759950Z [2711/5610] 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-11-01T16:17:58.9871570Z [2712/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-11-01T16:17:58.9875140Z [2713/5610] 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-11-01T16:17:58.9947420Z [2714/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-11-01T16:17:58.9966600Z [2715/5610] 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-11-01T16:17:58.9991950Z [2716/5610] 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-11-01T16:17:59.0261030Z [2717/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2024-11-01T16:17:59.0294560Z [2718/5610] 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-11-01T16:17:59.0622530Z [2719/5610] 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-11-01T16:17:59.0965290Z [2720/5610] 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-11-01T16:17:59.1068900Z [2721/5610] 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-11-01T16:17:59.1177350Z [2722/5610] 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-11-01T16:17:59.1181580Z [2723/5610] 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-11-01T16:17:59.1213630Z [2724/5610] 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-11-01T16:17:59.1233570Z [2725/5610] 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-11-01T16:17:59.1251940Z [2726/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c.o 2024-11-01T16:17:59.1270390Z [2727/5610] 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-11-01T16:17:59.1541290Z [2728/5610] 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-11-01T16:17:59.1700040Z [2729/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c.o 2024-11-01T16:17:59.2336580Z [2730/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c.o 2024-11-01T16:17:59.2444360Z [2731/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c.o 2024-11-01T16:17:59.2547820Z [2732/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c.o 2024-11-01T16:17:59.2550680Z [2733/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c.o 2024-11-01T16:17:59.2552230Z [2734/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c.o 2024-11-01T16:17:59.2553770Z [2735/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c.o 2024-11-01T16:17:59.2555270Z [2736/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c.o 2024-11-01T16:17:59.2558570Z [2737/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c.o 2024-11-01T16:17:59.2772780Z [2738/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c.o 2024-11-01T16:17:59.2805400Z [2739/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c.o 2024-11-01T16:17:59.3493300Z [2740/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c.o 2024-11-01T16:17:59.3590950Z [2741/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c.o 2024-11-01T16:17:59.3594420Z [2742/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c.o 2024-11-01T16:17:59.3631550Z [2743/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c.o 2024-11-01T16:17:59.3654810Z [2744/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c.o 2024-11-01T16:17:59.3687400Z [2745/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c.o 2024-11-01T16:17:59.3697280Z [2746/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c.o 2024-11-01T16:17:59.3717120Z [2747/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c.o 2024-11-01T16:17:59.4092860Z [2748/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2024-11-01T16:17:59.4601850Z [2749/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c.o 2024-11-01T16:17:59.4692010Z [2750/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-neon.c.o 2024-11-01T16:17:59.4714710Z [2751/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c.o 2024-11-01T16:17:59.4734110Z [2752/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-neon.c.o 2024-11-01T16:17:59.4814140Z [2753/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-neon.c.o 2024-11-01T16:17:59.4829560Z [2754/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2024-11-01T16:17:59.4855540Z [2755/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-neon.c.o 2024-11-01T16:17:59.4987510Z [2756/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c.o 2024-11-01T16:17:59.5088000Z [2757/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-neon.c.o 2024-11-01T16:17:59.5553290Z [2758/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c.o 2024-11-01T16:17:59.5828010Z [2759/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c.o 2024-11-01T16:17:59.5881810Z [2760/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2024-11-01T16:17:59.5894800Z [2761/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c.o 2024-11-01T16:17:59.5926760Z [2762/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2024-11-01T16:17:59.5960410Z [2763/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2024-11-01T16:17:59.6164490Z [2764/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2024-11-01T16:17:59.6211660Z [2765/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c.o 2024-11-01T16:17:59.6680880Z [2766/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c.o 2024-11-01T16:17:59.6781940Z [2767/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c.o 2024-11-01T16:17:59.6945430Z [2768/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c.o 2024-11-01T16:17:59.7162530Z [2769/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c.o 2024-11-01T16:17:59.7279930Z [2770/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c.o 2024-11-01T16:17:59.7283210Z [2771/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c.o 2024-11-01T16:17:59.7305330Z [2772/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c.o 2024-11-01T16:17:59.7657490Z [2773/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c.o 2024-11-01T16:17:59.7665800Z [2774/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c.o 2024-11-01T16:17:59.7817390Z [2775/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c.o 2024-11-01T16:17:59.8132560Z [2776/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c.o 2024-11-01T16:17:59.8159690Z [2777/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c.o 2024-11-01T16:17:59.8193670Z [2778/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c.o 2024-11-01T16:17:59.8376610Z [2779/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2024-11-01T16:17:59.8527100Z [2780/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c.o 2024-11-01T16:17:59.8817600Z [2781/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c.o 2024-11-01T16:17:59.8843010Z [2782/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c.o 2024-11-01T16:17:59.8866980Z [2783/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c.o 2024-11-01T16:17:59.9055310Z [2784/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c.o 2024-11-01T16:17:59.9274350Z [2785/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c.o 2024-11-01T16:17:59.9431750Z [2786/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2024-11-01T16:17:59.9451180Z [2787/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c.o 2024-11-01T16:17:59.9579050Z [2788/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c.o 2024-11-01T16:17:59.9732620Z [2789/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c.o 2024-11-01T16:18:00.0180670Z [2790/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c.o 2024-11-01T16:18:00.0284920Z [2791/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.0401240Z [2792/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c.o 2024-11-01T16:18:00.0405040Z [2793/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.0408270Z [2794/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.0495620Z [2795/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.0660370Z [2796/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c.o 2024-11-01T16:18:00.0931990Z [2797/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c.o 2024-11-01T16:18:00.1142600Z [2798/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.1248660Z [2799/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.1427450Z [2800/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.1440050Z [2801/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.1469280Z [2802/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c.o 2024-11-01T16:18:00.1505540Z [2803/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2024-11-01T16:18:00.1644320Z [2804/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c.o 2024-11-01T16:18:00.1660240Z [2805/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.1973710Z [2806/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c.o 2024-11-01T16:18:00.2394930Z [2807/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.2484780Z [2808/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.2510110Z [2809/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c.o 2024-11-01T16:18:00.2801040Z [2810/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c.o 2024-11-01T16:18:00.2850280Z [2811/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c.o 2024-11-01T16:18:00.2919620Z [2812/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c.o 2024-11-01T16:18:00.3090960Z [2813/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:18:00.3298210Z [2814/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-11-01T16:18:00.3403130Z [2815/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:18:00.3456330Z [2816/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2024-11-01T16:18:00.3841960Z [2817/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-11-01T16:18:00.3983090Z [2818/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2024-11-01T16:18:00.4006170Z [2819/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-11-01T16:18:00.4013730Z [2820/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2024-11-01T16:18:00.4032450Z [2821/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2024-11-01T16:18:00.4347090Z [2822/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c.o 2024-11-01T16:18:00.4467200Z [2823/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c.o 2024-11-01T16:18:00.4572130Z [2824/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c.o 2024-11-01T16:18:00.4573410Z [2825/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c.o 2024-11-01T16:18:00.4741660Z [2826/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c.o 2024-11-01T16:18:00.5107970Z [2827/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c.o 2024-11-01T16:18:00.5111330Z [2828/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c.o 2024-11-01T16:18:00.5117640Z [2829/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c.o 2024-11-01T16:18:00.5179140Z [2830/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c.o 2024-11-01T16:18:00.5474610Z [2831/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2024-11-01T16:18:00.5531260Z [2832/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c.o 2024-11-01T16:18:00.5620800Z [2833/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c.o 2024-11-01T16:18:00.5883300Z [2834/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c.o 2024-11-01T16:18:00.5944050Z [2835/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c.o 2024-11-01T16:18:00.6155070Z [2836/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c.o 2024-11-01T16:18:00.6245710Z [2837/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c.o 2024-11-01T16:18:00.6317260Z [2838/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c.o 2024-11-01T16:18:00.6363520Z [2839/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c.o 2024-11-01T16:18:00.6571760Z [2840/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c.o 2024-11-01T16:18:00.6714120Z [2841/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c.o 2024-11-01T16:18:00.6908190Z [2842/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c.o 2024-11-01T16:18:00.6917230Z [2843/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2024-11-01T16:18:00.7030610Z [2844/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c.o 2024-11-01T16:18:00.7156640Z [2845/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c.o 2024-11-01T16:18:00.7265840Z [2846/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c.o 2024-11-01T16:18:00.7272230Z [2847/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c.o 2024-11-01T16:18:00.7472090Z [2848/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c.o 2024-11-01T16:18:00.7700560Z [2849/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c.o 2024-11-01T16:18:00.7878070Z [2850/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c.o 2024-11-01T16:18:00.7941000Z [2851/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c.o 2024-11-01T16:18:00.8149760Z [2852/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c.o 2024-11-01T16:18:00.8179190Z [2853/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c.o 2024-11-01T16:18:00.8458790Z [2854/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c.o 2024-11-01T16:18:00.8526470Z [2855/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c.o 2024-11-01T16:18:00.8667230Z [2856/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c.o 2024-11-01T16:18:00.8782490Z [2857/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c.o 2024-11-01T16:18:00.8828720Z [2858/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c.o 2024-11-01T16:18:00.8878680Z [2859/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c.o 2024-11-01T16:18:00.9006360Z [2860/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2024-11-01T16:18:00.9070760Z [2861/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c.o 2024-11-01T16:18:00.9178970Z [2862/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u8.c.o 2024-11-01T16:18:00.9210670Z [2863/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c.o 2024-11-01T16:18:00.9585610Z [2864/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u16.c.o 2024-11-01T16:18:00.9698190Z [2865/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u8.c.o 2024-11-01T16:18:00.9984600Z [2866/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c.o 2024-11-01T16:18:01.0118350Z [2867/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u16.c.o 2024-11-01T16:18:01.0246970Z [2868/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c.o 2024-11-01T16:18:01.0265510Z [2869/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2024-11-01T16:18:01.0285460Z [2870/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2024-11-01T16:18:01.0489770Z [2871/5610] 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-11-01T16:18:01.0699580Z [2872/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c.o 2024-11-01T16:18:01.0853170Z [2873/5610] 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-11-01T16:18:01.0858780Z [2874/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2024-11-01T16:18:01.1095850Z [2875/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u8.c.o 2024-11-01T16:18:01.1198190Z [2876/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2024-11-01T16:18:01.1256850Z [2877/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u8.c.o 2024-11-01T16:18:01.1350580Z [2878/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u16.c.o 2024-11-01T16:18:01.1514740Z [2879/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u16.c.o 2024-11-01T16:18:01.1653910Z [2880/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u8.c.o 2024-11-01T16:18:01.1808600Z [2881/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c.o 2024-11-01T16:18:01.1924190Z [2882/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c.o 2024-11-01T16:18:01.1971070Z [2883/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u16.c.o 2024-11-01T16:18:01.2251370Z [2884/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u8.c.o 2024-11-01T16:18:01.2265820Z [2885/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2024-11-01T16:18:01.2449170Z [2886/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u16.c.o 2024-11-01T16:18:01.2503580Z [2887/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u8.c.o 2024-11-01T16:18:01.2662610Z [2888/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u16.c.o 2024-11-01T16:18:01.2798940Z [2889/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c.o 2024-11-01T16:18:01.2803720Z [2890/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2024-11-01T16:18:01.3035350Z [2891/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c.o 2024-11-01T16:18:01.3371810Z [2892/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c.o 2024-11-01T16:18:01.3375150Z [2893/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c.o 2024-11-01T16:18:01.3418230Z [2894/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2024-11-01T16:18:01.3561140Z [2895/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2024-11-01T16:18:01.3662280Z [2896/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2024-11-01T16:18:01.3922760Z [2897/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c.o 2024-11-01T16:18:01.3988110Z [2898/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2024-11-01T16:18:01.4027680Z [2899/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c.o 2024-11-01T16:18:01.4142840Z [2900/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2024-11-01T16:18:01.4264910Z [2901/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2024-11-01T16:18:01.4428700Z [2902/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c.o 2024-11-01T16:18:01.4450440Z [2903/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c.o 2024-11-01T16:18:01.4875260Z [2904/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c.o 2024-11-01T16:18:01.5001570Z [2905/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c.o 2024-11-01T16:18:01.5005120Z [2906/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2024-11-01T16:18:01.5247260Z [2907/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2024-11-01T16:18:01.5304890Z [2908/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2024-11-01T16:18:01.5358490Z [2909/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2024-11-01T16:18:01.5443470Z [2910/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2024-11-01T16:18:01.5524810Z [2911/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u32.c.o 2024-11-01T16:18:01.5576790Z [2912/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c.o 2024-11-01T16:18:01.5674050Z [2913/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u8.c.o 2024-11-01T16:18:01.6339220Z [2914/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c.o 2024-11-01T16:18:01.6400560Z [2915/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c.o 2024-11-01T16:18:01.6427440Z [2916/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c.o 2024-11-01T16:18:01.6495090Z [2917/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2024-11-01T16:18:01.6578150Z [2918/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u56.c.o 2024-11-01T16:18:01.6650050Z [2919/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u48.c.o 2024-11-01T16:18:01.6800980Z [2920/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u64.c.o 2024-11-01T16:18:01.7004020Z [2921/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2024-11-01T16:18:01.7054850Z [2922/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c.o 2024-11-01T16:18:01.7056360Z [2923/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2024-11-01T16:18:01.7509590Z [2924/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c.o 2024-11-01T16:18:01.7554740Z [2925/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u48.c.o 2024-11-01T16:18:01.7741980Z [2926/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c.o 2024-11-01T16:18:01.7757400Z [2927/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u56.c.o 2024-11-01T16:18:01.7762670Z [2928/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u40.c.o 2024-11-01T16:18:01.7840320Z [2929/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u64.c.o 2024-11-01T16:18:01.8029830Z [2930/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2024-11-01T16:18:01.8263100Z [2931/5610] 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-11-01T16:18:01.8264640Z [2932/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c.o 2024-11-01T16:18:01.8599300Z [2933/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c.o 2024-11-01T16:18:01.8605070Z [2934/5610] 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-11-01T16:18:01.8841040Z [2935/5610] 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-11-01T16:18:01.8969230Z [2936/5610] 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-11-01T16:18:01.9113440Z [2937/5610] 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-11-01T16:18:01.9152370Z [2938/5610] 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-11-01T16:18:01.9169530Z [2939/5610] 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-11-01T16:18:01.9177960Z [2940/5610] 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-11-01T16:18:01.9629000Z [2941/5610] 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-11-01T16:18:01.9730390Z [2942/5610] 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-11-01T16:18:01.9735080Z [2943/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2024-11-01T16:18:01.9823860Z [2944/5610] 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-11-01T16:18:02.0098230Z [2945/5610] 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-11-01T16:18:02.0291840Z [2946/5610] 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-11-01T16:18:02.0394490Z [2947/5610] 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-11-01T16:18:02.0398230Z [2948/5610] 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-11-01T16:18:02.0421940Z [2949/5610] 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-11-01T16:18:02.0602020Z [2950/5610] 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-11-01T16:18:02.0752690Z [2951/5610] 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-11-01T16:18:02.0759880Z [2952/5610] 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-11-01T16:18:02.0761480Z [2953/5610] 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-11-01T16:18:02.0788560Z [2954/5610] 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-11-01T16:18:02.1463270Z [2955/5610] 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-11-01T16:18:02.1562550Z [2956/5610] 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-11-01T16:18:02.1591940Z [2957/5610] 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-11-01T16:18:02.1603130Z [2958/5610] 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-11-01T16:18:02.1785740Z [2959/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c.o 2024-11-01T16:18:02.1870840Z [2960/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c.o 2024-11-01T16:18:02.2106310Z [2961/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c.o 2024-11-01T16:18:02.2196270Z [2962/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2024-11-01T16:18:02.2243150Z [2963/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2024-11-01T16:18:02.2296520Z [2964/5610] 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-11-01T16:18:02.2798620Z [2965/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2024-11-01T16:18:02.2870820Z [2966/5610] 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-11-01T16:18:02.2977820Z [2967/5610] 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.c.o 2024-11-01T16:18:02.3079270Z [2968/5610] 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-11-01T16:18:02.3411850Z [2969/5610] 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-11-01T16:18:02.3451690Z [2970/5610] 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-11-01T16:18:02.3464970Z [2971/5610] 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-11-01T16:18:02.3616090Z [2972/5610] 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-11-01T16:18:02.4040650Z [2973/5610] 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-11-01T16:18:02.4046600Z [2974/5610] 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-11-01T16:18:02.4086630Z [2975/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2024-11-01T16:18:02.4097020Z [2976/5610] 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.c.o 2024-11-01T16:18:02.4123170Z [2977/5610] 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-11-01T16:18:02.4412200Z [2978/5610] 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-11-01T16:18:02.4601040Z [2979/5610] 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-11-01T16:18:02.4679510Z [2980/5610] 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-11-01T16:18:02.4685060Z [2981/5610] 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-11-01T16:18:02.5216310Z [2982/5610] 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-11-01T16:18:02.5495570Z [2983/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2024-11-01T16:18:02.5530260Z [2984/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2024-11-01T16:18:02.5557680Z [2985/5610] 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-11-01T16:18:02.5680610Z [2986/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2024-11-01T16:18:02.5747310Z [2987/5610] 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-11-01T16:18:02.5758300Z [2988/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-11-01T16:18:02.5760690Z [2989/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-11-01T16:18:02.5847290Z [2990/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c.o 2024-11-01T16:18:02.6058770Z [2991/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c.o 2024-11-01T16:18:02.6747950Z [2992/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c.o 2024-11-01T16:18:02.6866750Z [2993/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2024-11-01T16:18:02.6870090Z [2994/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-11-01T16:18:02.6895170Z [2995/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u8.c.o 2024-11-01T16:18:02.6899580Z [2996/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-11-01T16:18:02.6900890Z [2997/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-11-01T16:18:02.6911960Z [2998/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-11-01T16:18:02.6932670Z [2999/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u16.c.o 2024-11-01T16:18:02.7241410Z [3000/5610] 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-11-01T16:18:02.7311980Z [3001/5610] 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-11-01T16:18:02.7811860Z [3002/5610] 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-11-01T16:18:02.8113670Z [3003/5610] 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-11-01T16:18:02.8118510Z [3004/5610] 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-11-01T16:18:02.8151400Z [3005/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2024-11-01T16:18:02.8230120Z [3006/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c.o 2024-11-01T16:18:02.8368350Z [3007/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c.o 2024-11-01T16:18:02.8408410Z [3008/5610] 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-11-01T16:18:02.8553640Z [3009/5610] 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-11-01T16:18:02.8785220Z [3010/5610] 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-11-01T16:18:02.8951020Z [3011/5610] 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-11-01T16:18:02.8963220Z [3012/5610] 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-11-01T16:18:02.9179580Z [3013/5610] 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-11-01T16:18:02.9237020Z [3014/5610] 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-11-01T16:18:02.9322890Z [3015/5610] 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-11-01T16:18:02.9401380Z [3016/5610] 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-11-01T16:18:02.9710720Z [3017/5610] 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-11-01T16:18:02.9800630Z [3018/5610] 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-11-01T16:18:02.9937930Z [3019/5610] 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-11-01T16:18:03.0046070Z [3020/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-11-01T16:18:03.0462960Z [3021/5610] 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-11-01T16:18:03.0478160Z [3022/5610] 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-11-01T16:18:03.0494720Z [3023/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.0565790Z [3024/5610] 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-11-01T16:18:03.0791320Z [3025/5610] 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-11-01T16:18:03.1160500Z [3026/5610] 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-11-01T16:18:03.1192410Z [3027/5610] 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-11-01T16:18:03.1199190Z [3028/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.1229620Z [3029/5610] 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-11-01T16:18:03.1240560Z [3030/5610] 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-11-01T16:18:03.1641560Z [3031/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.1658240Z [3032/5610] 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-11-01T16:18:03.1701100Z [3033/5610] 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-11-01T16:18:03.1938660Z [3034/5610] 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-11-01T16:18:03.1961060Z [3035/5610] 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-11-01T16:18:03.2666410Z [3036/5610] 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-11-01T16:18:03.2673210Z [3037/5610] 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-11-01T16:18:03.2724910Z [3038/5610] 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-11-01T16:18:03.2733840Z [3039/5610] 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-11-01T16:18:03.2744420Z [3040/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.2871480Z [3041/5610] 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-11-01T16:18:03.2985230Z [3042/5610] 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-11-01T16:18:03.3497700Z [3043/5610] 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-11-01T16:18:03.3546120Z [3044/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.3573610Z [3045/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2024-11-01T16:18:03.3968630Z [3046/5610] 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-11-01T16:18:03.4126590Z [3047/5610] 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-11-01T16:18:03.4142780Z [3048/5610] 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-11-01T16:18:03.4164410Z [3049/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.4211640Z [3050/5610] 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-11-01T16:18:03.4606510Z [3051/5610] 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-11-01T16:18:03.4681170Z [3052/5610] 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-11-01T16:18:03.4688860Z [3053/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2024-11-01T16:18:03.4978800Z [3054/5610] 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-11-01T16:18:03.4983240Z [3055/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2024-11-01T16:18:03.5298080Z [3056/5610] 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-11-01T16:18:03.5327570Z [3057/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.5535840Z [3058/5610] 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-11-01T16:18:03.5625710Z [3059/5610] 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-11-01T16:18:03.5711860Z [3060/5610] 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-11-01T16:18:03.5872080Z [3061/5610] 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-11-01T16:18:03.6116460Z [3062/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2024-11-01T16:18:03.6277390Z [3063/5610] 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-11-01T16:18:03.6288580Z [3064/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2024-11-01T16:18:03.6447810Z [3065/5610] 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-11-01T16:18:03.6538990Z [3066/5610] 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-11-01T16:18:03.6547910Z [3067/5610] 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-11-01T16:18:03.6724750Z [3068/5610] 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-11-01T16:18:03.7198560Z [3069/5610] 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-11-01T16:18:03.7210810Z [3070/5610] 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-11-01T16:18:03.7289950Z [3071/5610] 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-11-01T16:18:03.7431610Z [3072/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.7501470Z [3073/5610] 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-11-01T16:18:03.7830760Z [3074/5610] 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-11-01T16:18:03.7983330Z [3075/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.8017120Z [3076/5610] 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-11-01T16:18:03.8049280Z [3077/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.8330990Z [3078/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.8561700Z [3079/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.8573770Z [3080/5610] 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-11-01T16:18:03.8605690Z [3081/5610] 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-11-01T16:18:03.8721670Z [3082/5610] 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-11-01T16:18:03.9026700Z [3083/5610] 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-11-01T16:18:03.9031070Z [3084/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.9122300Z [3085/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.9331120Z [3086/5610] 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-11-01T16:18:03.9407970Z [3087/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-11-01T16:18:03.9912160Z [3088/5610] 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-11-01T16:18:04.0013980Z [3089/5610] 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-11-01T16:18:04.0015300Z [3090/5610] 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-11-01T16:18:04.0019660Z [3091/5610] 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-11-01T16:18:04.0066270Z [3092/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u16.c.o 2024-11-01T16:18:04.0093280Z [3093/5610] 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-11-01T16:18:04.0112050Z [3094/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2024-11-01T16:18:04.0307300Z [3095/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc2.c.o 2024-11-01T16:18:04.0626170Z [3096/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32.c.o 2024-11-01T16:18:04.0795100Z [3097/5610] 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-11-01T16:18:04.1115020Z [3098/5610] 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-11-01T16:18:04.1120050Z [3099/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc4.c.o 2024-11-01T16:18:04.1125480Z [3100/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64.c.o 2024-11-01T16:18:04.1328010Z [3101/5610] 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-11-01T16:18:04.1332430Z [3102/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2024-11-01T16:18:04.1546440Z [3103/5610] 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-11-01T16:18:04.1811830Z [3104/5610] 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-11-01T16:18:04.1862210Z [3105/5610] 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-11-01T16:18:04.2003890Z [3106/5610] 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-11-01T16:18:04.2013440Z [3107/5610] 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-11-01T16:18:04.2057570Z [3108/5610] 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-11-01T16:18:04.2061280Z [3109/5610] 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-11-01T16:18:04.2253420Z [3110/5610] 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-11-01T16:18:04.2285180Z [3111/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:04.2429040Z [3112/5610] 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-11-01T16:18:04.2839580Z [3113/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:04.2842650Z [3114/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-11-01T16:18:04.2846660Z [3115/5610] 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-11-01T16:18:04.2873730Z [3116/5610] 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-11-01T16:18:04.3169310Z [3117/5610] 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-11-01T16:18:04.3193480Z [3118/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-11-01T16:18:04.3208970Z [3119/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-11-01T16:18:04.3256470Z [3120/5610] 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-11-01T16:18:04.3259810Z [3121/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:04.3269800Z [3122/5610] 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-11-01T16:18:04.3764080Z [3123/5610] 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-11-01T16:18:04.3777760Z [3124/5610] 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-11-01T16:18:04.3836130Z [3125/5610] 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-11-01T16:18:04.3953320Z [3126/5610] 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-11-01T16:18:04.4111650Z [3127/5610] 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-11-01T16:18:04.4135680Z [3128/5610] 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-11-01T16:18:04.4152700Z [3129/5610] 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-11-01T16:18:04.4216260Z [3130/5610] 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-11-01T16:18:04.4297690Z [3131/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:04.4341210Z [3132/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:04.4761840Z [3133/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:04.4910040Z [3134/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:04.4912700Z [3135/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-11-01T16:18:04.4966430Z [3136/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-11-01T16:18:04.6191320Z [3137/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:04.6194450Z [3138/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-11-01T16:18:04.6196930Z [3139/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-11-01T16:18:04.6198990Z [3140/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-11-01T16:18:04.6271260Z [3141/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:04.6440460Z [3142/5610] 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-11-01T16:18:04.6531190Z [3143/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-11-01T16:18:04.6556340Z [3144/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:04.6616410Z [3145/5610] 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-11-01T16:18:04.6634080Z [3146/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:04.7208270Z [3147/5610] 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-11-01T16:18:04.7214550Z [3148/5610] 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-11-01T16:18:04.7362150Z [3149/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:04.7392540Z [3150/5610] 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-11-01T16:18:04.7397380Z [3151/5610] 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-11-01T16:18:04.7504930Z [3152/5610] 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-11-01T16:18:04.7536730Z [3153/5610] 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-11-01T16:18:04.7611690Z [3154/5610] 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-11-01T16:18:04.7654460Z [3155/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-11-01T16:18:04.7751070Z [3156/5610] 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-11-01T16:18:04.8114290Z [3157/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-11-01T16:18:04.8161320Z [3158/5610] 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-11-01T16:18:04.8326110Z [3159/5610] 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-11-01T16:18:04.8428090Z [3160/5610] 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-11-01T16:18:04.8449430Z [3161/5610] 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-11-01T16:18:04.8477950Z [3162/5610] 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-11-01T16:18:04.8597530Z [3163/5610] 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-11-01T16:18:04.8626030Z [3164/5610] 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-11-01T16:18:04.8648800Z [3165/5610] 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-11-01T16:18:04.8788260Z [3166/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:04.9053520Z [3167/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-11-01T16:18:04.9303360Z [3168/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:04.9347450Z [3169/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:04.9348940Z [3170/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-11-01T16:18:04.9505380Z [3171/5610] 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-11-01T16:18:04.9607090Z [3172/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:04.9631300Z [3173/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:04.9799510Z [3174/5610] 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-11-01T16:18:04.9902310Z [3175/5610] 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-11-01T16:18:04.9916650Z [3176/5610] 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-11-01T16:18:05.0101590Z [3177/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-11-01T16:18:05.0385510Z [3178/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:05.0392020Z [3179/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-11-01T16:18:05.0420110Z [3180/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-11-01T16:18:05.0610230Z [3181/5610] 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-11-01T16:18:05.0700840Z [3182/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:05.0716200Z [3183/5610] 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-11-01T16:18:05.0726210Z [3184/5610] 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-11-01T16:18:05.0747850Z [3185/5610] 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-11-01T16:18:05.0839440Z [3186/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:05.1109390Z [3187/5610] 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-11-01T16:18:05.1297940Z [3188/5610] 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-11-01T16:18:05.1322680Z [3189/5610] 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-11-01T16:18:05.1325260Z [3190/5610] 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-11-01T16:18:05.1700600Z [3191/5610] 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-11-01T16:18:05.1836210Z [3192/5610] 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-11-01T16:18:05.1849730Z [3193/5610] 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-11-01T16:18:05.2249440Z [3194/5610] 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-11-01T16:18:05.2383020Z [3195/5610] 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-11-01T16:18:05.2446010Z [3196/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2024-11-01T16:18:05.2549700Z [3197/5610] 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-11-01T16:18:05.2660950Z [3198/5610] 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-11-01T16:18:05.2786970Z [3199/5610] 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-11-01T16:18:05.2801620Z [3200/5610] 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-11-01T16:18:05.3019970Z [3201/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-11-01T16:18:05.3212580Z [3202/5610] 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-11-01T16:18:05.3524340Z [3203/5610] 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-11-01T16:18:05.3616490Z [3204/5610] 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-11-01T16:18:05.3699490Z [3205/5610] 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-11-01T16:18:05.3803590Z [3206/5610] 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-11-01T16:18:05.3858940Z [3207/5610] 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-11-01T16:18:05.4085980Z [3208/5610] 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-11-01T16:18:05.4203210Z [3209/5610] 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-11-01T16:18:05.4307160Z [3210/5610] 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-11-01T16:18:05.4324860Z [3211/5610] 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-11-01T16:18:05.4785350Z [3212/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-11-01T16:18:05.4942490Z [3213/5610] 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-11-01T16:18:05.4958200Z [3214/5610] 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-11-01T16:18:05.4989710Z [3215/5610] 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-11-01T16:18:05.5021980Z [3216/5610] 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-11-01T16:18:05.5179490Z [3217/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-11-01T16:18:05.5654700Z [3218/5610] 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-11-01T16:18:05.5793170Z [3219/5610] 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-11-01T16:18:05.5797790Z [3220/5610] 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-11-01T16:18:05.5994740Z [3221/5610] 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-11-01T16:18:05.5998500Z [3222/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-11-01T16:18:05.6228950Z [3223/5610] 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-11-01T16:18:05.6282180Z [3224/5610] 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-11-01T16:18:05.6469240Z [3225/5610] 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-11-01T16:18:05.6484660Z [3226/5610] 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-11-01T16:18:05.6748170Z [3227/5610] 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-11-01T16:18:05.6954310Z [3228/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-11-01T16:18:05.7175900Z [3229/5610] 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-11-01T16:18:05.7199240Z [3230/5610] 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-11-01T16:18:05.7512130Z [3231/5610] 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-11-01T16:18:05.7727330Z [3232/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-11-01T16:18:05.7744620Z [3233/5610] 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-11-01T16:18:05.7751750Z [3234/5610] 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-11-01T16:18:05.7760830Z [3235/5610] 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-11-01T16:18:05.8108020Z [3236/5610] 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-11-01T16:18:05.8147000Z [3237/5610] 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-11-01T16:18:05.8352440Z [3238/5610] 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-11-01T16:18:05.8386120Z [3239/5610] 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-11-01T16:18:05.8515980Z [3240/5610] 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-11-01T16:18:05.9052080Z [3241/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-11-01T16:18:05.9058560Z [3242/5610] 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-11-01T16:18:05.9070750Z [3243/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c.o 2024-11-01T16:18:05.9111860Z [3244/5610] 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-11-01T16:18:05.9648030Z [3245/5610] 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-11-01T16:18:05.9701640Z [3246/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:05.9736610Z [3247/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:05.9842100Z [3248/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c.o 2024-11-01T16:18:05.9882880Z [3249/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c.o 2024-11-01T16:18:05.9985460Z [3250/5610] 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-11-01T16:18:06.0434460Z [3251/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.0557520Z [3252/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-11-01T16:18:06.0734060Z [3253/5610] 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-11-01T16:18:06.0775430Z [3254/5610] 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-11-01T16:18:06.0999640Z [3255/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-11-01T16:18:06.1089760Z [3256/5610] 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-11-01T16:18:06.1112900Z [3257/5610] 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-11-01T16:18:06.1213060Z [3258/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-11-01T16:18:06.1426230Z [3259/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-11-01T16:18:06.1439620Z [3260/5610] 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-11-01T16:18:06.1470520Z [3261/5610] 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-11-01T16:18:06.1847160Z [3262/5610] 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-11-01T16:18:06.2101200Z [3263/5610] 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-11-01T16:18:06.2188980Z [3264/5610] 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-11-01T16:18:06.2605210Z [3265/5610] 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-11-01T16:18:06.2623830Z [3266/5610] 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-11-01T16:18:06.2626680Z [3267/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.2632230Z [3268/5610] 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-11-01T16:18:06.2640470Z [3269/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.2772050Z [3270/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-11-01T16:18:06.3062480Z [3271/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.3381860Z [3272/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.3404270Z [3273/5610] 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-11-01T16:18:06.3501810Z [3274/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.3787390Z [3275/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.3799750Z [3276/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.3815440Z [3277/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.4036810Z [3278/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.4143990Z [3279/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2024-11-01T16:18:06.4154060Z [3280/5610] 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-11-01T16:18:06.4557920Z [3281/5610] 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-11-01T16:18:06.4611710Z [3282/5610] 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-11-01T16:18:06.4624130Z [3283/5610] 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-11-01T16:18:06.4629610Z [3284/5610] 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-11-01T16:18:06.5029230Z [3285/5610] 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-11-01T16:18:06.5129810Z [3286/5610] 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-11-01T16:18:06.5237370Z [3287/5610] 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-11-01T16:18:06.5247700Z [3288/5610] 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-11-01T16:18:06.5333110Z [3289/5610] 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-11-01T16:18:06.5803620Z [3290/5610] 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-11-01T16:18:06.5866660Z [3291/5610] 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-11-01T16:18:06.5882060Z [3292/5610] 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-11-01T16:18:06.5893720Z [3293/5610] 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-11-01T16:18:06.6148540Z [3294/5610] 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-11-01T16:18:06.6446440Z [3295/5610] 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-11-01T16:18:06.6547950Z [3296/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-11-01T16:18:06.6561300Z [3297/5610] 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-11-01T16:18:06.6567040Z [3298/5610] 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-11-01T16:18:06.6579520Z [3299/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-11-01T16:18:06.6970850Z [3300/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-11-01T16:18:06.7239230Z [3301/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-11-01T16:18:06.7346590Z [3302/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-11-01T16:18:06.7446200Z [3303/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-11-01T16:18:06.7485560Z [3304/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-11-01T16:18:06.7681910Z [3305/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u1.c.o 2024-11-01T16:18:06.7761460Z [3306/5610] 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-11-01T16:18:06.7977480Z [3307/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u2.c.o 2024-11-01T16:18:06.8181990Z [3308/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-11-01T16:18:06.8234690Z [3309/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u4.c.o 2024-11-01T16:18:06.8531810Z [3310/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u4.c.o 2024-11-01T16:18:06.8586250Z [3311/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u2.c.o 2024-11-01T16:18:06.8595590Z [3312/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u1.c.o 2024-11-01T16:18:06.8690410Z [3313/5610] 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-11-01T16:18:06.8694870Z [3314/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u1.c.o 2024-11-01T16:18:06.8872900Z [3315/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u2.c.o 2024-11-01T16:18:06.8880720Z [3316/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u4.c.o 2024-11-01T16:18:06.9062050Z [3317/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u1.c.o 2024-11-01T16:18:06.9622320Z [3318/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u2.c.o 2024-11-01T16:18:06.9746130Z [3319/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u4.c.o 2024-11-01T16:18:06.9866140Z [3320/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c.o 2024-11-01T16:18:06.9900310Z [3321/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c.o 2024-11-01T16:18:06.9929130Z [3322/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u2.c.o 2024-11-01T16:18:06.9996720Z [3323/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c.o 2024-11-01T16:18:07.0008350Z [3324/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c.o 2024-11-01T16:18:07.0015030Z [3325/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c.o 2024-11-01T16:18:07.0099810Z [3326/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c.o 2024-11-01T16:18:07.0227950Z [3327/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c.o 2024-11-01T16:18:07.0966810Z [3328/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c.o 2024-11-01T16:18:07.1068310Z [3329/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c.o 2024-11-01T16:18:07.1186610Z [3330/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c.o 2024-11-01T16:18:07.1228650Z [3331/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c.o 2024-11-01T16:18:07.1238560Z [3332/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c.o 2024-11-01T16:18:07.1242470Z [3333/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u1.c.o 2024-11-01T16:18:07.1253870Z [3334/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u1.c.o 2024-11-01T16:18:07.1321220Z [3335/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u4.c.o 2024-11-01T16:18:07.1539300Z [3336/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u2.c.o 2024-11-01T16:18:07.1545400Z [3337/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u4.c.o 2024-11-01T16:18:07.2385290Z [3338/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u1.c.o 2024-11-01T16:18:07.2468550Z [3339/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u2.c.o 2024-11-01T16:18:07.2491640Z [3340/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u4.c.o 2024-11-01T16:18:07.2624110Z [3341/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u2.c.o 2024-11-01T16:18:07.2649010Z [3342/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c.o 2024-11-01T16:18:07.2655490Z [3343/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u4.c.o 2024-11-01T16:18:07.2663220Z [3344/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u1.c.o 2024-11-01T16:18:07.2664530Z [3345/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c.o 2024-11-01T16:18:07.2875230Z [3346/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c.o 2024-11-01T16:18:07.2887030Z [3347/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c.o 2024-11-01T16:18:07.3676830Z [3348/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u1.c.o 2024-11-01T16:18:07.3743070Z [3349/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c.o 2024-11-01T16:18:07.3762980Z [3350/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c.o 2024-11-01T16:18:07.3777510Z [3351/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u2.c.o 2024-11-01T16:18:07.3801240Z [3352/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u4.c.o 2024-11-01T16:18:07.3831100Z [3353/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u1.c.o 2024-11-01T16:18:07.3954830Z [3354/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u2.c.o 2024-11-01T16:18:07.3963630Z [3355/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u4.c.o 2024-11-01T16:18:07.4203830Z [3356/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c.o 2024-11-01T16:18:07.4746360Z [3357/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c.o 2024-11-01T16:18:07.4971320Z [3358/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c.o 2024-11-01T16:18:07.4986980Z [3359/5610] 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-11-01T16:18:07.5072870Z [3360/5610] 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-11-01T16:18:07.5161910Z [3361/5610] 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-11-01T16:18:07.5381930Z [3362/5610] 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-11-01T16:18:07.5405680Z [3363/5610] 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-11-01T16:18:07.5599890Z [3364/5610] 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-11-01T16:18:07.5602210Z [3365/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.6129670Z [3366/5610] 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-11-01T16:18:07.6333550Z [3367/5610] 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-11-01T16:18:07.6376240Z [3368/5610] 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-11-01T16:18:07.6391310Z [3369/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.6426990Z [3370/5610] 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-11-01T16:18:07.6534170Z [3371/5610] 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-11-01T16:18:07.6617870Z [3372/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.6621620Z [3373/5610] 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-11-01T16:18:07.6804840Z [3374/5610] 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-11-01T16:18:07.6808480Z [3375/5610] 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-11-01T16:18:07.7762720Z [3376/5610] 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-11-01T16:18:07.7872510Z [3377/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.7940180Z [3378/5610] 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-11-01T16:18:07.7951570Z [3379/5610] 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-11-01T16:18:07.7955710Z [3380/5610] 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-11-01T16:18:07.7959450Z [3381/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.7991640Z [3382/5610] 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-11-01T16:18:07.8025910Z [3383/5610] 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-11-01T16:18:07.8209540Z [3384/5610] 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-11-01T16:18:07.8563140Z [3385/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.9121110Z [3386/5610] 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-11-01T16:18:07.9143390Z [3387/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.9165490Z [3388/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:07.9204920Z [3389/5610] 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-11-01T16:18:07.9322940Z [3390/5610] 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-11-01T16:18:07.9326990Z [3391/5610] 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-11-01T16:18:07.9329390Z [3392/5610] 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-11-01T16:18:07.9586790Z [3393/5610] 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-11-01T16:18:07.9879520Z [3394/5610] 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-11-01T16:18:08.0007540Z [3395/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:08.0433290Z [3396/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:08.0445360Z [3397/5610] 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-11-01T16:18:08.0574800Z [3398/5610] 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-11-01T16:18:08.0582150Z [3399/5610] 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-11-01T16:18:08.0592690Z [3400/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:08.0773620Z [3401/5610] 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-11-01T16:18:08.0959940Z [3402/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2024-11-01T16:18:08.0973410Z [3403/5610] 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-11-01T16:18:08.1654960Z [3404/5610] 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-11-01T16:18:08.1768170Z [3405/5610] 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-11-01T16:18:08.1774440Z [3406/5610] 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-11-01T16:18:08.1777190Z [3407/5610] 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-11-01T16:18:08.1781620Z [3408/5610] 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-11-01T16:18:08.1791290Z [3409/5610] 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-11-01T16:18:08.1798040Z [3410/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-11-01T16:18:08.1874250Z [3411/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2024-11-01T16:18:08.2342400Z [3412/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2024-11-01T16:18:08.2592430Z [3413/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.2812610Z [3414/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.3029170Z [3415/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.3055960Z [3416/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.3068730Z [3417/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.3242800Z [3418/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.3298930Z [3419/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.3391560Z [3420/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.3593110Z [3421/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.3787080Z [3422/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.3809420Z [3423/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.4121480Z [3424/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.4201000Z [3425/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.4230020Z [3426/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.4251830Z [3427/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.4458140Z [3428/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.4462820Z [3429/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.4790440Z [3430/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.5033130Z [3431/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.5225100Z [3432/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.5241010Z [3433/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.5463550Z [3434/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.5545930Z [3435/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.5753490Z [3436/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.5900650Z [3437/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.5958930Z [3438/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.6108780Z [3439/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.6125660Z [3440/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.6330790Z [3441/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.6523810Z [3442/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.6735680Z [3443/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.6780300Z [3444/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.6881680Z [3445/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.6885280Z [3446/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.7168990Z [3447/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.7412350Z [3448/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.7468780Z [3449/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.7560130Z [3450/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.7565800Z [3451/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.7719370Z [3452/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.7924760Z [3453/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c.o 2024-11-01T16:18:08.8014240Z [3454/5610] 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-11-01T16:18:08.8035400Z [3455/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c.o 2024-11-01T16:18:08.8238000Z [3456/5610] 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-11-01T16:18:08.8452190Z [3457/5610] 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-11-01T16:18:08.8798460Z [3458/5610] 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-11-01T16:18:08.8809490Z [3459/5610] 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-11-01T16:18:08.8999370Z [3460/5610] 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-11-01T16:18:08.9048050Z [3461/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2024-11-01T16:18:08.9313240Z [3462/5610] 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-11-01T16:18:08.9431630Z [3463/5610] 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-11-01T16:18:08.9485190Z [3464/5610] 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-11-01T16:18:08.9561230Z [3465/5610] 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-11-01T16:18:08.9872040Z [3466/5610] 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-11-01T16:18:09.0062120Z [3467/5610] 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-11-01T16:18:09.0065280Z [3468/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2024-11-01T16:18:09.0121080Z [3469/5610] 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-11-01T16:18:09.0270930Z [3470/5610] 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-11-01T16:18:09.0489550Z [3471/5610] 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-11-01T16:18:09.0494400Z [3472/5610] 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-11-01T16:18:09.0714590Z [3473/5610] 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-11-01T16:18:09.0847650Z [3474/5610] 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-11-01T16:18:09.0902560Z [3475/5610] 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-11-01T16:18:09.1131200Z [3476/5610] 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-11-01T16:18:09.1473930Z [3477/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2024-11-01T16:18:09.1511110Z [3478/5610] 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-11-01T16:18:09.1521760Z [3479/5610] 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-11-01T16:18:09.1525770Z [3480/5610] 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-11-01T16:18:09.1756480Z [3481/5610] 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-11-01T16:18:09.1823660Z [3482/5610] 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-11-01T16:18:09.2291810Z [3483/5610] 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-11-01T16:18:09.2317340Z [3484/5610] 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-11-01T16:18:09.2335850Z [3485/5610] 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-11-01T16:18:09.2618280Z [3486/5610] 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-11-01T16:18:09.2689470Z [3487/5610] 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-11-01T16:18:09.2694180Z [3488/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2024-11-01T16:18:09.2777260Z [3489/5610] 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-11-01T16:18:09.2793670Z [3490/5610] 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-11-01T16:18:09.2965700Z [3491/5610] 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-11-01T16:18:09.3014960Z [3492/5610] 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-11-01T16:18:09.3613930Z [3493/5610] 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-11-01T16:18:09.3657050Z [3494/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2024-11-01T16:18:09.3674540Z [3495/5610] 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-11-01T16:18:09.3881600Z [3496/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u4.c.o 2024-11-01T16:18:09.3921640Z [3497/5610] 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-11-01T16:18:09.3940100Z [3498/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u16-acc2.c.o 2024-11-01T16:18:09.3946780Z [3499/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u8.c.o 2024-11-01T16:18:09.4386700Z [3500/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc2.c.o 2024-11-01T16:18:09.4433190Z [3501/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u24-acc3.c.o 2024-11-01T16:18:09.4462820Z [3502/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2024-11-01T16:18:09.4764140Z [3503/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool-cw/f16-gavgpool-cw-neonfp16arith-u8.c.o 2024-11-01T16:18:09.4814890Z [3504/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c32.c.o 2024-11-01T16:18:09.4827060Z [3505/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c24.c.o 2024-11-01T16:18:09.5074080Z [3506/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c16.c.o 2024-11-01T16:18:09.5090490Z [3507/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c8.c.o 2024-11-01T16:18:09.5380950Z [3508/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c16.c.o 2024-11-01T16:18:09.5437930Z [3509/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c24.c.o 2024-11-01T16:18:09.5447830Z [3510/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c8.c.o 2024-11-01T16:18:09.5891470Z [3511/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.5942060Z [3512/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c32.c.o 2024-11-01T16:18:09.6044560Z [3513/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.6157470Z [3514/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.6320040Z [3515/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.6448510Z [3516/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.6702480Z [3517/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.6750210Z [3518/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.6803760Z [3519/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.7216890Z [3520/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.7318210Z [3521/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.7319440Z [3522/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.7383590Z [3523/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.7806070Z [3524/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c.o 2024-11-01T16:18:09.8006860Z [3525/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.8021390Z [3526/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2024-11-01T16:18:09.8026680Z [3527/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.8030050Z [3528/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.8034820Z [3529/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.8165470Z [3530/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c.o 2024-11-01T16:18:09.8263160Z [3531/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2024-11-01T16:18:09.8383700Z [3532/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c.o 2024-11-01T16:18:09.8987510Z [3533/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9097090Z [3534/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9170310Z [3535/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9337890Z [3536/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-11-01T16:18:09.9367950Z [3537/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9369400Z [3538/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9383420Z [3539/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9525550Z [3540/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9548110Z [3541/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-11-01T16:18:09.9792470Z [3542/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-11-01T16:18:10.0194780Z [3543/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2024-11-01T16:18:10.0210130Z [3544/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x16.c.o 2024-11-01T16:18:10.0258530Z [3545/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x8.c.o 2024-11-01T16:18:10.0585000Z [3546/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2024-11-01T16:18:10.0606360Z [3547/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c.o 2024-11-01T16:18:10.0621240Z [3548/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c.o 2024-11-01T16:18:10.0791730Z [3549/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c.o 2024-11-01T16:18:10.0986570Z [3550/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c.o 2024-11-01T16:18:10.1006260Z [3551/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c.o 2024-11-01T16:18:10.1208760Z [3552/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c.o 2024-11-01T16:18:10.1402860Z [3553/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c.o 2024-11-01T16:18:10.1579350Z [3554/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2024-11-01T16:18:10.1600740Z [3555/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c.o 2024-11-01T16:18:10.1606350Z [3556/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c.o 2024-11-01T16:18:10.1810110Z [3557/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c.o 2024-11-01T16:18:10.2000860Z [3558/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c.o 2024-11-01T16:18:10.2168650Z [3559/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c.o 2024-11-01T16:18:10.2188910Z [3560/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c.o 2024-11-01T16:18:10.2380840Z [3561/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c.o 2024-11-01T16:18:10.2420570Z [3562/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c.o 2024-11-01T16:18:10.2570620Z [3563/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c.o 2024-11-01T16:18:10.2620790Z [3564/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c.o 2024-11-01T16:18:10.3005220Z [3565/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c.o 2024-11-01T16:18:10.3014830Z [3566/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c.o 2024-11-01T16:18:10.3028240Z [3567/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c.o 2024-11-01T16:18:10.3042110Z [3568/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c.o 2024-11-01T16:18:10.3358660Z [3569/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c.o 2024-11-01T16:18:10.3407710Z [3570/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c.o 2024-11-01T16:18:10.3415950Z [3571/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c.o 2024-11-01T16:18:10.3578250Z [3572/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c.o 2024-11-01T16:18:10.3789240Z [3573/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c.o 2024-11-01T16:18:10.3954630Z [3574/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c.o 2024-11-01T16:18:10.4254170Z [3575/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c.o 2024-11-01T16:18:10.4273900Z [3576/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c.o 2024-11-01T16:18:10.4284600Z [3577/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c.o 2024-11-01T16:18:10.4324620Z [3578/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2024-11-01T16:18:10.4358590Z [3579/5610] 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-11-01T16:18:10.4935960Z [3580/5610] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2024-11-01T16:18:10.5364630Z [3581/5610] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2024-11-01T16:18:10.6047870Z [3582/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2024-11-01T16:18:10.6049710Z /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-11-01T16:18:10.6050970Z sysTid = (int32_t)syscall(SYS_thread_selfid); 2024-11-01T16:18:10.6051260Z ^ 2024-11-01T16:18:10.6051930Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:748:6: note: 'syscall' has been explicitly marked deprecated here 2024-11-01T16:18:10.6052580Z int syscall(int, ...); 2024-11-01T16:18:10.6052790Z ^ 2024-11-01T16:18:10.6052950Z 1 warning generated. 2024-11-01T16:18:10.6299920Z [3583/5610] Linking CXX static library lib/libfmt.a 2024-11-01T16:18:10.6715930Z [3584/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2024-11-01T16:18:10.6890370Z [3585/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2024-11-01T16:18:10.6946630Z [3586/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2024-11-01T16:18:10.6990830Z [3587/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2024-11-01T16:18:10.7220890Z [3588/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2024-11-01T16:18:10.7809940Z [3589/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2024-11-01T16:18:10.8011450Z [3590/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2024-11-01T16:18:10.8118910Z [3591/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2024-11-01T16:18:10.8128970Z [3592/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2024-11-01T16:18:10.8790910Z [3593/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2024-11-01T16:18:10.8797930Z [3594/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2024-11-01T16:18:10.8843500Z [3595/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceUtil.cpp.o 2024-11-01T16:18:10.9000440Z [3596/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2024-11-01T16:18:10.9332810Z [3597/5610] Running gen_proto.py on onnx/onnx.in.proto 2024-11-01T16:18:10.9338340Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx.in.proto 2024-11-01T16:18:10.9339410Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:18:10.9340250Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2024-11-01T16:18:10.9341020Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-ml.pb.h 2024-11-01T16:18:10.9341750Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_pb.py 2024-11-01T16:18:10.9433630Z [3598/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2024-11-01T16:18:11.0154840Z [3599/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2024-11-01T16:18:11.0415600Z [3600/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2024-11-01T16:18:11.0767700Z [3601/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceProperties.cpp.o 2024-11-01T16:18:11.1144940Z [3602/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2024-11-01T16:18:11.1388690Z [3603/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2024-11-01T16:18:11.1772860Z [3604/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2024-11-01T16:18:11.2085890Z [3605/5610] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2024-11-01T16:18:11.3079320Z [3606/5610] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:18:11.3397250Z [3607/5610] Running gen_proto.py on onnx/onnx-data.in.proto 2024-11-01T16:18:11.3398960Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-data.in.proto 2024-11-01T16:18:11.3401180Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:18:11.3403960Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2024-11-01T16:18:11.3404970Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data.pb.h 2024-11-01T16:18:11.3405770Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_data_pb.py 2024-11-01T16:18:11.3897110Z [3608/5610] Linking CXX static library lib/libkineto.a 2024-11-01T16:18:11.4252890Z [3609/5610] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:18:11.4417130Z [3610/5610] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-11-01T16:18:11.4419110Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-operators.in.proto 2024-11-01T16:18:11.4421510Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-11-01T16:18:11.4424000Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2024-11-01T16:18:11.4426340Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2024-11-01T16:18:11.4428440Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py 2024-11-01T16:18:11.5011100Z [3611/5610] 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-11-01T16:18:11.8530030Z [3612/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2024-11-01T16:18:11.8976520Z [3613/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2024-11-01T16:18:11.9554050Z [3614/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2024-11-01T16:18:12.0698360Z [3615/5610] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2024-11-01T16:18:12.1464220Z [3616/5610] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2024-11-01T16:18:12.1470550Z [3617/5610] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2024-11-01T16:18:12.1483990Z [3618/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2024-11-01T16:18:12.2107070Z [3619/5610] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2024-11-01T16:18:12.2429050Z [3620/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2024-11-01T16:18:12.2878330Z [3621/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2024-11-01T16:18:12.3191630Z [3622/5610] Linking CXX static library lib/libonnx_proto.a 2024-11-01T16:18:12.3730660Z [3623/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2024-11-01T16:18:12.3884730Z [3624/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2024-11-01T16:18:12.3908320Z [3625/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2024-11-01T16:18:12.3953280Z [3626/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2024-11-01T16:18:12.3963820Z [3627/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2024-11-01T16:18:12.4728270Z [3628/5610] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2024-11-01T16:18:12.5041540Z [3629/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2024-11-01T16:18:12.5686550Z [3630/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2024-11-01T16:18:12.6135070Z [3631/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2024-11-01T16:18:12.6237990Z [3632/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2024-11-01T16:18:12.6387320Z [3633/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2024-11-01T16:18:12.6642750Z [3634/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2024-11-01T16:18:12.6986900Z [3635/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2024-11-01T16:18:12.7335350Z [3636/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2024-11-01T16:18:12.8123790Z [3637/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2024-11-01T16:18:12.8226140Z [3638/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2024-11-01T16:18:12.8249750Z [3639/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2024-11-01T16:18:12.8817970Z [3640/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2024-11-01T16:18:12.9041310Z [3641/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2024-11-01T16:18:12.9278230Z [3642/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2024-11-01T16:18:12.9515880Z [3643/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2024-11-01T16:18:13.0183870Z [3644/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2024-11-01T16:18:13.0338290Z [3645/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/utils.cc.o 2024-11-01T16:18:13.1130450Z [3646/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2024-11-01T16:18:13.1163200Z [3647/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2024-11-01T16:18:13.1379900Z [3648/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2024-11-01T16:18:13.2139840Z [3649/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2024-11-01T16:18:13.2222070Z [3650/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2024-11-01T16:18:13.2423390Z [3651/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2024-11-01T16:18:13.2745790Z [3652/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2024-11-01T16:18:13.3093690Z [3653/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2024-11-01T16:18:13.3800420Z [3654/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2024-11-01T16:18:13.3889760Z [3655/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2024-11-01T16:18:13.4188590Z [3656/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2024-11-01T16:18:13.4485370Z [3657/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2024-11-01T16:18:13.4558600Z [3658/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2024-11-01T16:18:13.5387330Z [3659/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2024-11-01T16:18:13.5888470Z [3660/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2024-11-01T16:18:13.5986650Z [3661/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2024-11-01T16:18:13.6147410Z [3662/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2024-11-01T16:18:13.6232620Z [3663/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2024-11-01T16:18:13.6715870Z [3664/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2024-11-01T16:18:13.6895810Z [3665/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2024-11-01T16:18:13.7850980Z [3666/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2024-11-01T16:18:13.8071780Z [3667/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2024-11-01T16:18:13.8256710Z [3668/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2024-11-01T16:18:13.8501250Z [3669/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2024-11-01T16:18:13.8672350Z [3670/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2024-11-01T16:18:13.8746720Z [3671/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2024-11-01T16:18:13.9008180Z [3672/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2024-11-01T16:18:14.0497060Z [3673/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2024-11-01T16:18:14.0600210Z [3674/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2024-11-01T16:18:14.0610230Z [3675/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2024-11-01T16:18:14.0618910Z [3676/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2024-11-01T16:18:14.0655120Z [3677/5610] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2024-11-01T16:18:14.0668830Z [3678/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2024-11-01T16:18:14.1860820Z [3679/5610] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2024-11-01T16:18:14.2586650Z [3680/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2024-11-01T16:18:14.2603960Z [3681/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2024-11-01T16:18:14.2916230Z [3682/5610] Building CXX object c10/CMakeFiles/c10.dir/util/DynamicCounter.cpp.o 2024-11-01T16:18:14.3455000Z [3683/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2024-11-01T16:18:14.4049990Z [3684/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2024-11-01T16:18:14.4694380Z [3685/5610] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2024-11-01T16:18:14.4743200Z [3686/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Gauge.cpp.o 2024-11-01T16:18:14.4766610Z [3687/5610] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2024-11-01T16:18:14.5135730Z [3688/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2024-11-01T16:18:14.5340440Z [3689/5610] Linking CXX static library lib/libonnx.a 2024-11-01T16:18:14.6203550Z [3690/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2024-11-01T16:18:14.6453130Z [3691/5610] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2024-11-01T16:18:14.6515990Z [3692/5610] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2024-11-01T16:18:14.6894570Z [3693/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2024-11-01T16:18:14.8150590Z [3694/5610] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2024-11-01T16:18:14.8253570Z [3695/5610] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2024-11-01T16:18:14.9697130Z [3696/5610] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2024-11-01T16:18:14.9942120Z [3697/5610] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2024-11-01T16:18:15.0557880Z [3698/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2024-11-01T16:18:15.0669250Z [3699/5610] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2024-11-01T16:18:15.0721270Z [3700/5610] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2024-11-01T16:18:15.0931630Z [3701/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2024-11-01T16:18:15.0985160Z [3702/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2024-11-01T16:18:15.2032170Z [3703/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2024-11-01T16:18:15.2042020Z [3704/5610] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2024-11-01T16:18:15.2463420Z [3705/5610] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2024-11-01T16:18:15.2496470Z [3706/5610] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2024-11-01T16:18:15.2673520Z [3707/5610] Building CXX object c10/CMakeFiles/c10.dir/util/WaitCounter.cpp.o 2024-11-01T16:18:15.4248980Z [3708/5610] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2024-11-01T16:18:15.6251160Z [3709/5610] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2024-11-01T16:18:15.6986750Z [3710/5610] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2024-11-01T16:18:15.9315640Z [3711/5610] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2024-11-01T16:18:16.0006620Z [3712/5610] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2024-11-01T16:18:16.0783180Z [3713/5610] 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-11-01T16:18:16.0820490Z [3714/5610] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2024-11-01T16:18:16.1127190Z [3715/5610] 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-11-01T16:18:16.1874830Z [3716/5610] 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-11-01T16:18:16.1975370Z [3717/5610] 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-11-01T16:18:16.2130270Z [3718/5610] 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-11-01T16:18:16.2464550Z [3719/5610] Building CXX object c10/CMakeFiles/c10.dir/util/NetworkFlow.cpp.o 2024-11-01T16:18:16.2863970Z [3720/5610] 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-11-01T16:18:16.2966920Z [3721/5610] 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-11-01T16:18:16.3122460Z [3722/5610] 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-11-01T16:18:16.3413370Z [3723/5610] 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-11-01T16:18:16.3825110Z [3724/5610] 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-11-01T16:18:16.3902320Z [3725/5610] 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-11-01T16:18:16.4036580Z [3726/5610] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2024-11-01T16:18:16.4091500Z [3727/5610] 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-11-01T16:18:16.4278420Z [3728/5610] 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-11-01T16:18:16.4513700Z [3729/5610] Building CXX object c10/CMakeFiles/c10.dir/util/env.cpp.o 2024-11-01T16:18:16.4743720Z [3730/5610] 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-11-01T16:18:16.4802390Z [3731/5610] 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-11-01T16:18:16.4846750Z [3732/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-11-01T16:18:16.4904830Z [3733/5610] 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-11-01T16:18:16.5097460Z [3734/5610] 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-11-01T16:18:16.5319820Z [3735/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-11-01T16:18:16.5637990Z [3736/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-11-01T16:18:16.5670070Z [3737/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:16.5687440Z [3738/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:16.5696250Z [3739/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-11-01T16:18:16.5921840Z [3740/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:16.6100250Z [3741/5610] 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-11-01T16:18:16.6419820Z [3742/5610] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2024-11-01T16:18:16.6610540Z [3743/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:16.6650100Z [3744/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:16.6667750Z [3745/5610] 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-11-01T16:18:16.6683300Z [3746/5610] 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-11-01T16:18:16.6704300Z [3747/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-11-01T16:18:16.7003710Z [3748/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:16.7245820Z [3749/5610] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2024-11-01T16:18:16.7248030Z [3750/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:16.7542820Z [3751/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:16.7594720Z [3752/5610] 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-11-01T16:18:16.7598510Z [3753/5610] 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-11-01T16:18:16.7640350Z [3754/5610] 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-11-01T16:18:16.7682310Z [3755/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:16.7905400Z [3756/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-11-01T16:18:16.8217050Z [3757/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:16.8246420Z [3758/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:16.8470460Z [3759/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:16.8501150Z [3760/5610] 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-11-01T16:18:16.8590140Z [3761/5610] 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-11-01T16:18:16.8611690Z [3762/5610] 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-11-01T16:18:16.8668740Z [3763/5610] 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-11-01T16:18:16.8758410Z [3764/5610] 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-11-01T16:18:16.9107170Z [3765/5610] 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-11-01T16:18:16.9164140Z [3766/5610] 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-11-01T16:18:16.9499420Z [3767/5610] 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-11-01T16:18:16.9509020Z [3768/5610] 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-11-01T16:18:16.9516600Z [3769/5610] 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-11-01T16:18:16.9517920Z [3770/5610] 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-11-01T16:18:16.9534700Z [3771/5610] 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-11-01T16:18:16.9540100Z [3772/5610] 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-11-01T16:18:16.9959520Z [3773/5610] 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-11-01T16:18:17.0006100Z [3774/5610] 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-11-01T16:18:17.0337710Z [3775/5610] 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-11-01T16:18:17.0345830Z [3776/5610] 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-11-01T16:18:17.0397520Z [3777/5610] 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-11-01T16:18:17.0413260Z [3778/5610] 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-11-01T16:18:17.0443240Z [3779/5610] 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-11-01T16:18:17.0464580Z [3780/5610] 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-11-01T16:18:17.0750430Z [3781/5610] 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-11-01T16:18:17.0870070Z [3782/5610] 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-11-01T16:18:17.1215640Z [3783/5610] 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-11-01T16:18:17.1219080Z [3784/5610] 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-11-01T16:18:17.1309720Z [3785/5610] 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-11-01T16:18:17.1398390Z [3786/5610] 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-11-01T16:18:17.1419740Z [3787/5610] 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-11-01T16:18:17.1437870Z [3788/5610] 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-11-01T16:18:17.1594490Z [3789/5610] 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-11-01T16:18:17.1718010Z [3790/5610] 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-11-01T16:18:17.2114440Z [3791/5610] 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-11-01T16:18:17.2129450Z [3792/5610] 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-11-01T16:18:17.2135180Z [3793/5610] 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-11-01T16:18:17.2298680Z [3794/5610] 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-11-01T16:18:17.2309710Z [3795/5610] 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-11-01T16:18:17.2316260Z [3796/5610] 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-11-01T16:18:17.2379510Z [3797/5610] 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-11-01T16:18:17.2488000Z [3798/5610] 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-11-01T16:18:17.2925530Z [3799/5610] 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-11-01T16:18:17.3055340Z [3800/5610] 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-11-01T16:18:17.3063520Z [3801/5610] 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-11-01T16:18:17.3160140Z [3802/5610] 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-11-01T16:18:17.3166200Z [3803/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-11-01T16:18:17.3255200Z [3804/5610] 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-11-01T16:18:17.3264400Z [3805/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:17.3366140Z [3806/5610] 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-11-01T16:18:17.3801590Z [3807/5610] 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-11-01T16:18:17.3930230Z [3808/5610] 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-11-01T16:18:17.3937630Z [3809/5610] 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-11-01T16:18:17.4103810Z [3810/5610] 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-11-01T16:18:17.4124070Z [3811/5610] 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-11-01T16:18:17.4128100Z [3812/5610] 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-11-01T16:18:17.4154360Z [3813/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-11-01T16:18:17.4231130Z [3814/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:17.4679520Z [3815/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2024-11-01T16:18:17.4774700Z [3816/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-11-01T16:18:17.4961340Z [3817/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-11-01T16:18:17.4965520Z [3818/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-11-01T16:18:17.5001200Z [3819/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-11-01T16:18:17.5017270Z [3820/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-11-01T16:18:17.5044230Z [3821/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-11-01T16:18:17.5065830Z [3822/5610] 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-11-01T16:18:17.5537820Z [3823/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-11-01T16:18:17.5685160Z [3824/5610] 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-11-01T16:18:17.5786420Z [3825/5610] 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-11-01T16:18:17.5811330Z [3826/5610] 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-11-01T16:18:17.5813110Z [3827/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-11-01T16:18:17.5860950Z [3828/5610] 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-11-01T16:18:17.5867280Z [3829/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-11-01T16:18:17.5877970Z [3830/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-11-01T16:18:17.6320600Z [3831/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-11-01T16:18:17.6571010Z [3832/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-11-01T16:18:17.6718130Z [3833/5610] 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-11-01T16:18:17.6723980Z [3834/5610] 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-11-01T16:18:17.6737750Z [3835/5610] 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-11-01T16:18:17.6743760Z [3836/5610] 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-11-01T16:18:17.6763850Z [3837/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-11-01T16:18:17.6776040Z [3838/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-11-01T16:18:17.7102930Z [3839/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-11-01T16:18:17.7384030Z [3840/5610] 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-11-01T16:18:17.7625100Z [3841/5610] 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-11-01T16:18:17.7685810Z [3842/5610] 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-11-01T16:18:17.7690400Z [3843/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-11-01T16:18:17.7723340Z [3844/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-11-01T16:18:17.7731550Z [3845/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-11-01T16:18:17.7764350Z [3846/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-11-01T16:18:17.8092080Z [3847/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-11-01T16:18:17.8489570Z [3848/5610] 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-11-01T16:18:17.8739960Z [3849/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-11-01T16:18:17.8759520Z [3850/5610] 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-11-01T16:18:17.8789170Z [3851/5610] 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-11-01T16:18:17.8800620Z [3852/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-11-01T16:18:17.8810200Z [3853/5610] 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-11-01T16:18:17.8981820Z [3854/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-11-01T16:18:17.9125270Z [3855/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-11-01T16:18:17.9485090Z [3856/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-11-01T16:18:17.9623120Z [3857/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-11-01T16:18:17.9647860Z [3858/5610] 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-11-01T16:18:17.9692160Z [3859/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-11-01T16:18:17.9715860Z [3860/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-11-01T16:18:17.9738630Z [3861/5610] 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-11-01T16:18:17.9838440Z [3862/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-11-01T16:18:17.9929070Z [3863/5610] 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-11-01T16:18:18.0382520Z [3864/5610] 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-11-01T16:18:18.0557000Z [3865/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-11-01T16:18:18.0565390Z [3866/5610] 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-11-01T16:18:18.0568950Z [3867/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-11-01T16:18:18.0618380Z [3868/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-11-01T16:18:18.0645120Z [3869/5610] 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-11-01T16:18:18.0748110Z [3870/5610] 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-11-01T16:18:18.0843480Z [3871/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-11-01T16:18:18.1394020Z [3872/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-11-01T16:18:18.1401240Z [3873/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-11-01T16:18:18.1432280Z [3874/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-11-01T16:18:18.1450770Z [3875/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-11-01T16:18:18.1461640Z [3876/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-11-01T16:18:18.1643180Z [3877/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-11-01T16:18:18.1719590Z [3878/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-11-01T16:18:18.1840910Z [3879/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-11-01T16:18:18.2094020Z [3880/5610] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2024-11-01T16:18:18.2517090Z [3881/5610] 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-11-01T16:18:18.2561690Z [3882/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:18.2565940Z [3883/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:18.2581300Z [3884/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:18.2606960Z [3885/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.2612470Z [3886/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.2626630Z [3887/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-11-01T16:18:18.2810960Z [3888/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:18.3036120Z [3889/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:18.3542150Z [3890/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-11-01T16:18:18.3549770Z [3891/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-11-01T16:18:18.3553410Z [3892/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.3558890Z [3893/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-11-01T16:18:18.3561500Z [3894/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-11-01T16:18:18.3566020Z [3895/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-11-01T16:18:18.3571320Z [3896/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-11-01T16:18:18.3591320Z [3897/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-11-01T16:18:18.3892020Z [3898/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-11-01T16:18:18.4489300Z [3899/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-11-01T16:18:18.4503350Z [3900/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-11-01T16:18:18.4514440Z [3901/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-11-01T16:18:18.4524810Z [3902/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.4533550Z [3903/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-11-01T16:18:18.4537690Z [3904/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-11-01T16:18:18.4541920Z [3905/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.4547350Z [3906/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.4843100Z [3907/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.5515870Z [3908/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.5549440Z [3909/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.5563710Z [3910/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.5571160Z [3911/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-11-01T16:18:18.5578010Z [3912/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.5582670Z [3913/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.5587130Z [3914/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.5590530Z [3915/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-11-01T16:18:18.5597860Z [3916/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-11-01T16:18:18.6447470Z [3917/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-11-01T16:18:18.6497310Z [3918/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.6513710Z [3919/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-11-01T16:18:18.6534390Z [3920/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-11-01T16:18:18.6546070Z [3921/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-11-01T16:18:18.6552240Z [3922/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-11-01T16:18:18.6559940Z [3923/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-11-01T16:18:18.6574020Z [3924/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-11-01T16:18:18.6675210Z [3925/5610] 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-11-01T16:18:18.7490690Z [3926/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.7509780Z [3927/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-11-01T16:18:18.7562140Z [3928/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.7578700Z [3929/5610] 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-11-01T16:18:18.7595490Z [3930/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.7605670Z [3931/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.7615940Z [3932/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.7636000Z [3933/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:18.7771650Z [3934/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:18.8605590Z [3935/5610] 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-11-01T16:18:18.8621970Z [3936/5610] 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-11-01T16:18:18.8633520Z [3937/5610] 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-11-01T16:18:18.8645650Z [3938/5610] 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-11-01T16:18:18.8657290Z [3939/5610] 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-11-01T16:18:18.8679790Z [3940/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2024-11-01T16:18:18.8691600Z [3941/5610] 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-11-01T16:18:18.8779290Z [3942/5610] 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-11-01T16:18:18.8783410Z [3943/5610] 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-11-01T16:18:18.9497930Z [3944/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-11-01T16:18:18.9506140Z [3945/5610] 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-11-01T16:18:18.9517820Z [3946/5610] 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-11-01T16:18:18.9580920Z [3947/5610] 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-11-01T16:18:18.9606080Z [3948/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-11-01T16:18:18.9612060Z [3949/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-11-01T16:18:18.9619720Z [3950/5610] 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-11-01T16:18:18.9629000Z [3951/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-11-01T16:18:18.9766740Z [3952/5610] 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-11-01T16:18:19.0355310Z [3953/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2024-11-01T16:18:19.0391930Z [3954/5610] 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-11-01T16:18:19.0440670Z [3955/5610] 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-11-01T16:18:19.0563460Z [3956/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-11-01T16:18:19.0569070Z [3957/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-11-01T16:18:19.0577140Z [3958/5610] 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-11-01T16:18:19.0581540Z [3959/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-11-01T16:18:19.0624630Z [3960/5610] 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-11-01T16:18:19.0812510Z [3961/5610] 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-11-01T16:18:19.1199940Z [3962/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-11-01T16:18:19.1399970Z [3963/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-11-01T16:18:19.1427080Z [3964/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-11-01T16:18:19.1436720Z [3965/5610] 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-11-01T16:18:19.1444900Z [3966/5610] 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-11-01T16:18:19.1457220Z [3967/5610] 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-11-01T16:18:19.1489080Z [3968/5610] 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-11-01T16:18:19.1545340Z [3969/5610] 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-11-01T16:18:19.1794920Z [3970/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-11-01T16:18:19.2227440Z [3971/5610] 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-11-01T16:18:19.2549020Z [3972/5610] 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-11-01T16:18:19.2649950Z [3973/5610] 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-11-01T16:18:19.2662840Z [3974/5610] 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-11-01T16:18:19.2672000Z [3975/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-11-01T16:18:19.2682990Z [3976/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-11-01T16:18:19.2685880Z [3977/5610] 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-11-01T16:18:19.2691860Z [3978/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-11-01T16:18:19.2704480Z [3979/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-11-01T16:18:19.3134800Z [3980/5610] 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-11-01T16:18:19.3382630Z [3981/5610] 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-11-01T16:18:19.3405990Z [3982/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-11-01T16:18:19.3444770Z [3983/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-11-01T16:18:19.3465750Z [3984/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-11-01T16:18:19.3493690Z [3985/5610] 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-11-01T16:18:19.3601530Z [3986/5610] 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-11-01T16:18:19.3606210Z [3987/5610] 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-11-01T16:18:19.3698560Z [3988/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-11-01T16:18:19.4175650Z [3989/5610] 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-11-01T16:18:19.4381820Z [3990/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-11-01T16:18:19.4385760Z [3991/5610] 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-11-01T16:18:19.4389900Z [3992/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-11-01T16:18:19.4395800Z [3993/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-11-01T16:18:19.4397190Z [3994/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-11-01T16:18:19.4517230Z [3995/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-11-01T16:18:19.4618820Z [3996/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-11-01T16:18:19.4625070Z [3997/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-11-01T16:18:19.5182720Z [3998/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-11-01T16:18:19.5270050Z [3999/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-11-01T16:18:19.5302250Z [4000/5610] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-11-01T16:18:19.5312290Z [4001/5610] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-11-01T16:18:19.5328960Z [4002/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-11-01T16:18:19.5341240Z [4003/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-11-01T16:18:19.5461690Z [4004/5610] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2024-11-01T16:18:19.5568680Z [4005/5610] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-11-01T16:18:19.5648950Z [4006/5610] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-11-01T16:18:19.6016200Z [4007/5610] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-11-01T16:18:19.6114820Z [4008/5610] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-11-01T16:18:19.6288770Z [4009/5610] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-11-01T16:18:19.6298360Z [4010/5610] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-11-01T16:18:19.6372740Z [4011/5610] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-11-01T16:18:19.6380610Z [4012/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-11-01T16:18:19.6512460Z [4013/5610] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-11-01T16:18:19.6548820Z [4014/5610] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-11-01T16:18:19.6563990Z [4015/5610] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-11-01T16:18:19.7288020Z [4016/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-11-01T16:18:19.7377170Z [4017/5610] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-11-01T16:18:19.7423550Z [4018/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-11-01T16:18:19.7456910Z [4019/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-11-01T16:18:19.7515800Z [4020/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-11-01T16:18:19.7534080Z [4021/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-11-01T16:18:19.7538820Z [4022/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-11-01T16:18:19.7646360Z [4023/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-11-01T16:18:19.7982710Z [4024/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-11-01T16:18:19.8255460Z [4025/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-11-01T16:18:19.8268800Z [4026/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-11-01T16:18:19.8415990Z [4027/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-11-01T16:18:19.8457230Z [4028/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-11-01T16:18:19.8608770Z [4029/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-11-01T16:18:19.8669550Z [4030/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-11-01T16:18:19.8757730Z [4031/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-11-01T16:18:19.8762070Z [4032/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-11-01T16:18:19.9183500Z [4033/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-11-01T16:18:19.9346350Z [4034/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-11-01T16:18:19.9366900Z [4035/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-11-01T16:18:19.9400510Z [4036/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-11-01T16:18:19.9479150Z [4037/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-11-01T16:18:19.9704330Z [4038/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-11-01T16:18:19.9705560Z [4039/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-11-01T16:18:19.9708050Z [4040/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-11-01T16:18:19.9763360Z [4041/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-11-01T16:18:20.0186210Z [4042/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-11-01T16:18:20.0569550Z [4043/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-11-01T16:18:20.0630120Z [4044/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-11-01T16:18:20.0632540Z [4045/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-11-01T16:18:20.0697490Z [4046/5610] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-11-01T16:18:20.0700940Z [4047/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-11-01T16:18:20.0822700Z [4048/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-11-01T16:18:20.0967500Z [4049/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-11-01T16:18:20.1213700Z [4050/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-11-01T16:18:20.1226390Z [4051/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-11-01T16:18:20.1519320Z [4052/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-11-01T16:18:20.1522880Z [4053/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-11-01T16:18:20.1535110Z [4054/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-11-01T16:18:20.1646290Z [4055/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-11-01T16:18:20.1829860Z [4056/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-11-01T16:18:20.1953720Z [4057/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-11-01T16:18:20.2090380Z [4058/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-11-01T16:18:20.2351420Z [4059/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-11-01T16:18:20.2354130Z [4060/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-11-01T16:18:20.2644480Z [4061/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copysign.c.o 2024-11-01T16:18:20.2648200Z [4062/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-11-01T16:18:20.2663760Z [4063/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-11-01T16:18:20.2695200Z [4064/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-11-01T16:18:20.2810350Z [4065/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-11-01T16:18:20.2814140Z [4066/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-11-01T16:18:20.3266840Z [4067/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-11-01T16:18:20.3463580Z [4068/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/exp.c.o 2024-11-01T16:18:20.3526460Z [4069/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-11-01T16:18:20.3546510Z [4070/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-11-01T16:18:20.3693800Z [4071/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/gelu.c.o 2024-11-01T16:18:20.3737680Z [4072/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-11-01T16:18:20.3946010Z [4073/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-11-01T16:18:20.3950870Z [4074/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-11-01T16:18:20.3988900Z [4075/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-11-01T16:18:20.4421180Z [4076/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-11-01T16:18:20.4549150Z [4077/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-11-01T16:18:20.4610290Z [4078/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/log.c.o 2024-11-01T16:18:20.4636410Z [4079/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-11-01T16:18:20.4761270Z [4080/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-11-01T16:18:20.4792490Z [4081/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-11-01T16:18:20.4921320Z [4082/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-11-01T16:18:20.4959100Z [4083/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-11-01T16:18:20.5090690Z [4084/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-11-01T16:18:20.5448220Z [4085/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reciprocal-square-root.c.o 2024-11-01T16:18:20.5570340Z [4086/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-11-01T16:18:20.5701610Z [4087/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-11-01T16:18:20.5728300Z [4088/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-11-01T16:18:20.5812160Z [4089/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-11-01T16:18:20.5911770Z [4090/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-11-01T16:18:20.5934130Z [4091/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-11-01T16:18:20.6139770Z [4092/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-11-01T16:18:20.6561220Z [4093/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-11-01T16:18:20.6647020Z [4094/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-11-01T16:18:20.6779800Z [4095/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-11-01T16:18:20.6870960Z [4096/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-11-01T16:18:20.6887580Z [4097/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-11-01T16:18:20.7059320Z [4098/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-11-01T16:18:20.7096140Z [4099/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-11-01T16:18:20.7342140Z [4100/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-11-01T16:18:20.7848910Z [4101/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-11-01T16:18:20.7893700Z [4102/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-11-01T16:18:20.7907750Z [4103/5610] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2024-11-01T16:18:20.8028050Z [4104/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-11-01T16:18:20.8101210Z [4105/5610] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-11-01T16:18:20.9760740Z [4106/5610] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2024-11-01T16:18:21.4707490Z [4107/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2024-11-01T16:18:21.4834720Z [4108/5610] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2024-11-01T16:18:21.5301070Z [4109/5610] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2024-11-01T16:18:21.7071370Z [4110/5610] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2024-11-01T16:18:21.7400150Z [4111/5610] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2024-11-01T16:18:21.7477230Z [4112/5610] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2024-11-01T16:18:21.8117640Z [4113/5610] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2024-11-01T16:18:21.9420760Z [4114/5610] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2024-11-01T16:18:22.1970750Z [4115/5610] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2024-11-01T16:18:22.2276680Z [4116/5610] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2024-11-01T16:18:22.3637130Z [4117/5610] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2024-11-01T16:18:22.5202370Z [4118/5610] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2024-11-01T16:18:22.6197040Z [4119/5610] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2024-11-01T16:18:22.7033610Z [4120/5610] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2024-11-01T16:18:22.8279990Z [4121/5610] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2024-11-01T16:18:22.9537370Z [4122/5610] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2024-11-01T16:18:23.0639320Z [4123/5610] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2024-11-01T16:18:23.2014520Z [4124/5610] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2024-11-01T16:18:23.2639910Z [4125/5610] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2024-11-01T16:18:23.4383750Z [4126/5610] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2024-11-01T16:18:23.5662930Z [4127/5610] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2024-11-01T16:18:23.5672640Z [4128/5610] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2024-11-01T16:18:23.7308830Z [4129/5610] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2024-11-01T16:18:23.8132040Z [4130/5610] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2024-11-01T16:18:24.2068320Z [4131/5610] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2024-11-01T16:18:24.3449550Z [4132/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2024-11-01T16:18:24.4173130Z [4133/5610] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2024-11-01T16:18:24.4427280Z [4134/5610] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2024-11-01T16:18:24.4470150Z [4135/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2024-11-01T16:18:24.5102440Z [4136/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2024-11-01T16:18:24.5167190Z [4137/5610] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2024-11-01T16:18:24.5780110Z [4138/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16.c.o 2024-11-01T16:18:24.5895980Z [4139/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-11-01T16:18:24.6315480Z [4140/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon-aarch64.c.o 2024-11-01T16:18:24.6382000Z [4141/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma.c.o 2024-11-01T16:18:24.6534820Z [4142/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon.c.o 2024-11-01T16:18:24.6837020Z [4143/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonv8.c.o 2024-11-01T16:18:24.7488960Z [4144/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith-aarch64.c.o 2024-11-01T16:18:24.7593670Z [4145/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma-aarch64.c.o 2024-11-01T16:18:24.7680890Z [4146/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith.c.o 2024-11-01T16:18:24.7972980Z [4147/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot-aarch64.c.o 2024-11-01T16:18:24.8199110Z [4148/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot.c.o 2024-11-01T16:18:24.8266230Z [4149/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16arith.c.o 2024-11-01T16:18:24.8442030Z [4150/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:24.8544070Z [4151/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:24.8688490Z [4152/5610] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16-aarch64.c.o 2024-11-01T16:18:24.8819410Z [4153/5610] 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-11-01T16:18:24.8995120Z [4154/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:24.9024260Z [4155/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:24.9281550Z [4156/5610] 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-11-01T16:18:24.9383380Z [4157/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:24.9496220Z [4158/5610] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2024-11-01T16:18:24.9597490Z [4159/5610] 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-11-01T16:18:24.9696130Z [4160/5610] 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-11-01T16:18:24.9765000Z [4161/5610] 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-11-01T16:18:24.9785550Z [4162/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:25.0166620Z [4163/5610] 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-11-01T16:18:25.0228040Z [4164/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.0388330Z [4165/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.0452090Z [4166/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:25.0514510Z [4167/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.0586800Z [4168/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:25.0599580Z [4169/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.0972960Z [4170/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-11-01T16:18:25.1042880Z [4171/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-11-01T16:18:25.1153300Z [4172/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:25.1228650Z [4173/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:25.1311200Z [4174/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.1340610Z [4175/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.1513690Z [4176/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:25.1727990Z [4177/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.1873580Z [4178/5610] 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-11-01T16:18:25.2073910Z [4179/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-11-01T16:18:25.2275040Z [4180/5610] 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-11-01T16:18:25.2280290Z [4181/5610] 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-11-01T16:18:25.2285950Z [4182/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-11-01T16:18:25.2305090Z [4183/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2024-11-01T16:18:25.2331250Z [4184/5610] 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-11-01T16:18:25.2547240Z [4185/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-11-01T16:18:25.2729190Z [4186/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-11-01T16:18:25.2891340Z [4187/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-11-01T16:18:25.3252430Z [4188/5610] 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-11-01T16:18:25.3261150Z [4189/5610] 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-11-01T16:18:25.3272290Z [4190/5610] 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-11-01T16:18:25.3276210Z [4191/5610] 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-11-01T16:18:25.3295480Z [4192/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-11-01T16:18:25.3606380Z [4193/5610] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2024-11-01T16:18:25.3642160Z [4194/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-11-01T16:18:25.3645470Z [4195/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-11-01T16:18:25.3962370Z [4196/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-11-01T16:18:25.4255110Z [4197/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:25.4258570Z [4198/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-11-01T16:18:25.4282070Z [4199/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-11-01T16:18:25.4286320Z [4200/5610] 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-11-01T16:18:25.4366020Z [4201/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-11-01T16:18:25.4533290Z [4202/5610] 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-11-01T16:18:25.4571730Z [4203/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-11-01T16:18:25.4576050Z [4204/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:25.4824250Z [4205/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:25.5130650Z [4206/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:25.5135120Z [4207/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:25.5281500Z [4208/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:25.5311590Z [4209/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:25.5315450Z [4210/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:25.5419630Z [4211/5610] 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-11-01T16:18:25.5431180Z [4212/5610] 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-11-01T16:18:25.5472700Z [4213/5610] 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-11-01T16:18:25.5764090Z [4214/5610] 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-11-01T16:18:25.6008330Z [4215/5610] 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-11-01T16:18:25.6076250Z [4216/5610] 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-11-01T16:18:25.6077690Z [4217/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:25.6281980Z [4218/5610] 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-11-01T16:18:25.6290860Z [4219/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:25.6332530Z [4220/5610] 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-11-01T16:18:25.6409800Z [4221/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:25.6424060Z [4222/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:25.6617320Z [4223/5610] 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-11-01T16:18:25.7036320Z [4224/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:25.7070080Z [4225/5610] 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-11-01T16:18:25.7071740Z [4226/5610] 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-11-01T16:18:25.7109930Z [4227/5610] 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-11-01T16:18:25.7140840Z [4228/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:25.7313390Z [4229/5610] 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-11-01T16:18:25.7314930Z [4230/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-11-01T16:18:25.7329950Z [4231/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:25.7486930Z [4232/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:25.8021180Z [4233/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:25.8126630Z [4234/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:25.8129980Z [4235/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:25.8134840Z [4236/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:25.8141650Z [4237/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:25.8169560Z [4238/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:25.8272660Z [4239/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-11-01T16:18:25.8325770Z [4240/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:25.8376700Z [4241/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:25.8975040Z [4242/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:25.8985460Z [4243/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:25.9008400Z [4244/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:25.9019270Z [4245/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:25.9064490Z [4246/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:25.9082190Z [4247/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-11-01T16:18:25.9210120Z [4248/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:25.9219630Z [4249/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:25.9291030Z [4250/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-11-01T16:18:25.9955660Z [4251/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-11-01T16:18:26.0093980Z [4252/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:26.0099310Z [4253/5610] 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-11-01T16:18:26.0104140Z [4254/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:26.0105580Z [4255/5610] 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-11-01T16:18:26.0113460Z [4256/5610] 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-11-01T16:18:26.0134520Z [4257/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:26.0171830Z [4258/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-11-01T16:18:26.0175400Z [4259/5610] 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-11-01T16:18:26.0867790Z [4260/5610] 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-11-01T16:18:26.1058970Z [4261/5610] 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-11-01T16:18:26.1115660Z [4262/5610] 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-11-01T16:18:26.1119100Z [4263/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-11-01T16:18:26.1120450Z [4264/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:26.1121900Z [4265/5610] 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-11-01T16:18:26.1133810Z [4266/5610] 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-11-01T16:18:26.1143090Z [4267/5610] 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-11-01T16:18:26.1153650Z [4268/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:26.1911210Z [4269/5610] 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-11-01T16:18:26.1962290Z [4270/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-11-01T16:18:26.2024820Z [4271/5610] 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-11-01T16:18:26.2068860Z [4272/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-11-01T16:18:26.2075560Z [4273/5610] 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-11-01T16:18:26.2092230Z [4274/5610] 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-11-01T16:18:26.2105290Z [4275/5610] 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-11-01T16:18:26.2302880Z [4276/5610] 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-11-01T16:18:26.2347640Z [4277/5610] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-11-01T16:18:26.2951770Z [4278/5610] 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-11-01T16:18:26.3101070Z [4279/5610] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2024-11-01T16:18:26.3108270Z [4280/5610] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2024-11-01T16:18:26.3149090Z [4281/5610] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2024-11-01T16:18:26.3185270Z [4282/5610] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2024-11-01T16:18:26.3190410Z [4283/5610] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2024-11-01T16:18:26.3232240Z [4284/5610] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2024-11-01T16:18:26.3245770Z [4285/5610] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2024-11-01T16:18:26.3682140Z [4286/5610] Generating build_identifier.c 2024-11-01T16:18:26.4337950Z [4287/5610] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2024-11-01T16:18:26.4411640Z [4288/5610] Linking C executable sleef/bin/mkrename 2024-11-01T16:18:26.4412750Z [4289/5610] Linking C executable sleef/bin/mkmasked_gnuabi 2024-11-01T16:18:26.4626690Z [4290/5610] Linking C executable sleef/bin/mkalias 2024-11-01T16:18:26.4633620Z [4291/5610] Linking C executable sleef/bin/mkdisp 2024-11-01T16:18:26.4641950Z [4292/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-11-01T16:18:26.4767640Z [4293/5610] Linking C executable sleef/bin/mkrename_gnuabi 2024-11-01T16:18:26.5481510Z [4294/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-11-01T16:18:26.5490860Z [4295/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-11-01T16:18:26.5491600Z [4296/5610] Linking C shared library lib/libtorch_global_deps.dylib 2024-11-01T16:18:26.5508600Z [4297/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-11-01T16:18:26.5527390Z [4298/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-11-01T16:18:26.5844180Z [4299/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-11-01T16:18:26.5849140Z [4300/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-11-01T16:18:26.5896000Z [4301/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-11-01T16:18:26.6798820Z [4302/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-11-01T16:18:26.6900150Z [4303/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-11-01T16:18:26.7032430Z [4304/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-11-01T16:18:26.7067790Z [4305/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-11-01T16:18:26.7084970Z [4306/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-11-01T16:18:26.7091820Z [4307/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-11-01T16:18:26.7093110Z [4308/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-11-01T16:18:26.7201030Z [4309/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-11-01T16:18:26.7580460Z [4310/5610] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2024-11-01T16:18:26.7971100Z [4311/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-11-01T16:18:26.7985830Z [4312/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-11-01T16:18:26.7988460Z [4313/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-11-01T16:18:26.8037470Z [4314/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-11-01T16:18:26.8044710Z [4315/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-11-01T16:18:26.8339690Z [4316/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-11-01T16:18:26.8372880Z [4317/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-11-01T16:18:26.8374340Z [4318/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-11-01T16:18:26.9070130Z [4319/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-11-01T16:18:26.9088600Z [4320/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-11-01T16:18:26.9201200Z [4321/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-11-01T16:18:26.9292060Z [4322/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-11-01T16:18:26.9292910Z [4323/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-11-01T16:18:26.9293660Z [4324/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2024-11-01T16:18:26.9331470Z [4325/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-11-01T16:18:26.9396460Z [4326/5610] Linking CXX shared library lib/libc10.dylib 2024-11-01T16:18:26.9442670Z [4327/5610] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-11-01T16:18:26.9636000Z [4328/5610] Generating sleeflibm_ADVSIMD_.h.tmp 2024-11-01T16:18:26.9637180Z [4329/5610] Generating sleeflibm_ADVSIMD.h.tmp 2024-11-01T16:18:26.9638640Z [4330/5610] Generating include/renameadvsimd.h 2024-11-01T16:18:26.9639040Z Generating renameadvsimd.h: mkrename finz_ 2 4 advsimd 2024-11-01T16:18:26.9639580Z [4331/5610] Generating include/renamepurec_scalar.h 2024-11-01T16:18:26.9639980Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2024-11-01T16:18:26.9643770Z [4332/5610] Generating include/renameadvsimdnofma.h 2024-11-01T16:18:26.9644370Z Generating renameadvsimdnofma.h: mkrename cinz_ 2 4 advsimdnofma 2024-11-01T16:18:26.9644940Z [4333/5610] Generating include/renamepurecfma_scalar.h 2024-11-01T16:18:26.9646570Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2024-11-01T16:18:26.9647600Z [4334/5610] Generating sleeflibm_ADVSIMDNOFMA.h.tmp 2024-11-01T16:18:26.9649450Z [4335/5610] Generating include/renamecuda.h 2024-11-01T16:18:26.9651270Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2024-11-01T16:18:26.9708840Z [4336/5610] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-11-01T16:18:26.9729120Z [4337/5610] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-11-01T16:18:26.9729620Z [4338/5610] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-11-01T16:18:27.0555100Z [4339/5610] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.0679510Z [4340/5610] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2024-11-01T16:18:27.0698310Z [4341/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.0802230Z [4342/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2024-11-01T16:18:27.0904980Z [4343/5610] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.0951500Z [4344/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.0981920Z [4345/5610] Generating sleeflibm_SVE.h.tmp 2024-11-01T16:18:27.1030260Z [4346/5610] Generating sleeflibm_SVENOFMA.h.tmp 2024-11-01T16:18:27.1126930Z [4347/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimddp.c.o 2024-11-01T16:18:27.1306030Z [4348/5610] Generating ../../../include/sleef.h 2024-11-01T16:18:27.1306590Z [4349/5610] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimddp.c.o 2024-11-01T16:18:27.1408760Z [4350/5610] Generating include/renamedspscalar.h 2024-11-01T16:18:27.1493550Z [4351/5610] Generating alias_ADVSIMD_dp.h.tmp 2024-11-01T16:18:27.1563670Z [4352/5610] Generating alias_ADVSIMD_sp.h.tmp 2024-11-01T16:18:27.1749290Z [4353/5610] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.1755550Z [4354/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.1757600Z [4355/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2024-11-01T16:18:27.1763400Z [4356/5610] Generating dispscalar.c.body 2024-11-01T16:18:27.1764210Z [4357/5610] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2024-11-01T16:18:27.1813470Z [4358/5610] Generating include/alias_advsimd.h 2024-11-01T16:18:27.2044350Z [4359/5610] Generating dispscalar.c 2024-11-01T16:18:27.2131830Z [4360/5610] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-11-01T16:18:27.2601000Z [4361/5610] Linking C static library lib/libXNNPACK.a 2024-11-01T16:18:27.2697830Z [4362/5610] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2024-11-01T16:18:27.3247400Z [4363/5610] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.3253370Z [4364/5610] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2024-11-01T16:18:27.3261230Z [4365/5610] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimddp.c.o 2024-11-01T16:18:27.3350350Z [4366/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimdsp.c.o 2024-11-01T16:18:27.3411740Z [4367/5610] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimddp.c.o 2024-11-01T16:18:27.3540000Z [4368/5610] Linking C executable sleef/bin/addSuffix 2024-11-01T16:18:27.3714540Z [4369/5610] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2024-11-01T16:18:27.4650400Z [4370/5610] Linking C static library sleef/lib/libsleef.a 2024-11-01T16:18:31.2866710Z [4371/5610] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-11-01T16:18:31.8592290Z [4372/5610] 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-11-01T16:18:32.1134210Z [4373/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2024-11-01T16:18:32.9672640Z [4374/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2024-11-01T16:18:33.4749520Z [4375/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2024-11-01T16:18:34.0566030Z [4376/5610] Regenerating version file... 2024-11-01T16:18:34.1755850Z [4377/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2024-11-01T16:18:34.6816510Z [4378/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2024-11-01T16:18:34.7880320Z [4379/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2024-11-01T16:18:34.8188570Z [4380/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2024-11-01T16:18:34.8407700Z [4381/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2024-11-01T16:18:34.8445860Z [4382/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2024-11-01T16:18:34.8869490Z [4383/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2024-11-01T16:18:35.7774190Z [4384/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2024-11-01T16:18:35.7877560Z [4385/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2024-11-01T16:18:35.8655180Z [4386/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2024-11-01T16:18:36.4289870Z [4387/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2024-11-01T16:18:37.4033210Z [4388/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2024-11-01T16:18:37.4497510Z [4389/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2024-11-01T16:18:38.4052650Z [4390/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2024-11-01T16:18:38.6053280Z [4391/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2024-11-01T16:18:38.8126690Z [4392/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2024-11-01T16:18:39.0761550Z [4393/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2024-11-01T16:18:39.2731290Z [4394/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2024-11-01T16:18:39.8301360Z [4395/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2024-11-01T16:18:39.8596570Z [4396/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2024-11-01T16:18:39.9178350Z [4397/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2024-11-01T16:18:40.7004770Z [4398/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2024-11-01T16:18:41.2743270Z [4399/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2024-11-01T16:18:42.1351850Z [4400/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2024-11-01T16:18:42.2885420Z [4401/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2024-11-01T16:18:42.5514210Z [4402/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2024-11-01T16:18:42.6214850Z [4403/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2024-11-01T16:18:42.7059050Z [4404/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2024-11-01T16:18:42.7215700Z [4405/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2024-11-01T16:18:43.6507950Z [4406/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2024-11-01T16:18:43.7102190Z [4407/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2024-11-01T16:18:43.9248970Z [4408/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2024-11-01T16:18:44.3109430Z [4409/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2024-11-01T16:18:44.3535230Z [4410/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2024-11-01T16:18:45.2039540Z [4411/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2024-11-01T16:18:45.9798760Z [4412/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2024-11-01T16:18:46.2538300Z [4413/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2024-11-01T16:18:46.4470760Z [4414/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2024-11-01T16:18:46.5306520Z [4415/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2024-11-01T16:18:46.5728850Z [4416/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2024-11-01T16:18:46.8318740Z [4417/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2024-11-01T16:18:47.0617080Z [4418/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2024-11-01T16:18:47.1435720Z [4419/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2024-11-01T16:18:48.1120750Z [4420/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2024-11-01T16:18:48.1273970Z [4421/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2024-11-01T16:18:48.3817230Z [4422/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2024-11-01T16:18:48.5240020Z [4423/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2024-11-01T16:18:49.3279210Z [4424/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2024-11-01T16:18:49.9612580Z [4425/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2024-11-01T16:18:50.0971570Z [4426/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2024-11-01T16:18:50.5237540Z [4427/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2024-11-01T16:18:51.2499680Z [4428/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2024-11-01T16:18:51.3276740Z [4429/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2024-11-01T16:18:52.0846530Z [4430/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2024-11-01T16:18:52.1737550Z [4431/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2024-11-01T16:18:52.2042030Z [4432/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2024-11-01T16:18:52.2341840Z [4433/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2024-11-01T16:18:53.5508460Z [4434/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2024-11-01T16:18:53.6739730Z [4435/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2024-11-01T16:18:53.7482270Z [4436/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2024-11-01T16:18:54.2624470Z [4437/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2024-11-01T16:18:54.3088570Z [4438/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2024-11-01T16:18:54.6441720Z [4439/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2024-11-01T16:18:54.8080400Z [4440/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2024-11-01T16:18:55.1645830Z [4441/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2024-11-01T16:18:55.2661090Z [4442/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2024-11-01T16:18:56.6425730Z [4443/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2024-11-01T16:18:56.7239920Z [4444/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2024-11-01T16:18:56.7277970Z [4445/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2024-11-01T16:18:57.1191380Z [4446/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2024-11-01T16:18:57.8063570Z [4447/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2024-11-01T16:18:58.1303420Z [4448/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2024-11-01T16:18:59.0845290Z [4449/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2024-11-01T16:18:59.3362990Z [4450/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2024-11-01T16:18:59.3780420Z [4451/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2024-11-01T16:18:59.6102500Z [4452/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2024-11-01T16:18:59.7884430Z [4453/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2024-11-01T16:18:59.8759440Z [4454/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2024-11-01T16:18:59.9390070Z [4455/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2024-11-01T16:19:00.2555430Z [4456/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2024-11-01T16:19:00.3900930Z [4457/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2024-11-01T16:19:00.7806820Z [4458/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2024-11-01T16:19:01.1931560Z [4459/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2024-11-01T16:19:01.6647600Z [4460/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2024-11-01T16:19:02.4356200Z [4461/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2024-11-01T16:19:02.6122380Z [4462/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2024-11-01T16:19:02.9032620Z [4463/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HPUHooksInterface.cpp.o 2024-11-01T16:19:03.4588760Z [4464/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MAIAHooksInterface.cpp.o 2024-11-01T16:19:03.5658640Z [4465/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2024-11-01T16:19:03.7645940Z [4466/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2024-11-01T16:19:04.0900640Z [4467/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2024-11-01T16:19:04.2395580Z [4468/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2024-11-01T16:19:04.2497330Z [4469/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2024-11-01T16:19:04.3774000Z [4470/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2024-11-01T16:19:04.6842480Z [4471/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2024-11-01T16:19:05.0851090Z [4472/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2024-11-01T16:19:05.0954930Z [4473/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2024-11-01T16:19:05.3294280Z [4474/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2024-11-01T16:19:07.4422040Z [4475/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2024-11-01T16:19:11.2140710Z [4476/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2024-11-01T16:19:11.3517850Z [4477/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2024-11-01T16:19:11.9567040Z [4478/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2024-11-01T16:19:12.3463530Z [4479/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2024-11-01T16:19:13.4564300Z [4480/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2024-11-01T16:19:13.8284790Z [4481/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2024-11-01T16:19:14.0550540Z [4482/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2024-11-01T16:19:15.8411110Z [4483/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2024-11-01T16:19:17.4002500Z [4484/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesIndexing.cpp.o 2024-11-01T16:19:19.3702870Z [4485/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2024-11-01T16:19:20.6035220Z [4486/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2024-11-01T16:19:20.9630830Z [4487/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2024-11-01T16:19:21.1504000Z [4488/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2024-11-01T16:19:22.1949050Z [4489/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2024-11-01T16:19:23.6142240Z [4490/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2024-11-01T16:19:24.1180290Z [4491/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2024-11-01T16:19:24.3351750Z [4492/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2024-11-01T16:19:25.9101050Z [4493/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2024-11-01T16:19:26.2199790Z [4494/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2024-11-01T16:19:26.2352510Z [4495/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2024-11-01T16:19:27.4320560Z [4496/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2024-11-01T16:19:28.0675210Z [4497/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2024-11-01T16:19:28.4733720Z [4498/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2024-11-01T16:19:28.5702650Z [4499/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2024-11-01T16:19:28.7016540Z [4500/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2024-11-01T16:19:28.7373610Z [4501/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2024-11-01T16:19:30.3371240Z [4502/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2024-11-01T16:19:30.3474880Z [4503/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2024-11-01T16:19:30.5253730Z [4504/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2024-11-01T16:19:31.3453830Z [4505/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2024-11-01T16:19:31.4761410Z [4506/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2024-11-01T16:19:31.6655730Z [4507/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2024-11-01T16:19:31.8996710Z [4508/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2024-11-01T16:19:32.1255120Z [4509/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2024-11-01T16:19:32.7669280Z [4510/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2024-11-01T16:19:32.9939190Z [4511/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2024-11-01T16:19:33.0962950Z [4512/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2024-11-01T16:19:33.1034590Z [4513/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2024-11-01T16:19:33.3597450Z [4514/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2024-11-01T16:19:33.4586100Z [4515/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2024-11-01T16:19:33.6017230Z [4516/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2024-11-01T16:19:34.7984920Z [4517/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2024-11-01T16:19:35.1918290Z [4518/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:35.3821420Z [4519/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2024-11-01T16:19:35.5307820Z [4520/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2024-11-01T16:19:35.7631560Z [4521/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2024-11-01T16:19:37.3516510Z [4522/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:38.1329170Z [4523/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:39.4853270Z [4524/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:39.6442930Z [4525/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:40.8086940Z [4526/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:43.5104080Z [4527/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:44.2232500Z [4528/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:45.0501920Z [4529/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:45.0608750Z [4530/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:46.0777940Z [4531/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:46.4766420Z [4532/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:46.6796880Z [4533/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:48.0041440Z [4534/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:49.1745280Z [4535/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:49.3218040Z [4536/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:50.2682590Z [4537/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2024-11-01T16:19:51.5909310Z [4538/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:51.8052000Z [4539/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:53.9532060Z [4540/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:54.0751690Z [4541/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:54.1708500Z [4542/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:54.5447570Z [4543/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:55.8250940Z [4544/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedSGDKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:56.4429090Z [4545/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:56.4530180Z [4546/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:56.5338990Z [4547/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdamKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:56.6971130Z [4548/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdagradKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:58.1399260Z [4549/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:19:59.2734300Z [4550/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:00.0928110Z [4551/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:00.1228100Z [4552/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:01.8257150Z [4553/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:02.6985660Z [4554/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:03.1061460Z [4555/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2024-11-01T16:20:03.2657730Z [4556/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:04.0762840Z [4557/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:05.2458540Z [4558/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:05.4540530Z [4559/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:07.9076000Z [4560/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2024-11-01T16:20:09.0587640Z [4561/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:09.0884370Z [4562/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:10.5745550Z [4563/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:11.2337480Z [4564/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalCommandBuffer.mm.o 2024-11-01T16:20:11.6865610Z [4565/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:11.9207060Z [4566/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2024-11-01T16:20:12.1906120Z [4567/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:12.9823670Z [4568/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2024-11-01T16:20:12.9947110Z [4569/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalConvParams.mm.o 2024-11-01T16:20:13.5005420Z [4570/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalGuardImpl.cpp.o 2024-11-01T16:20:14.3346060Z [4571/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalContext.mm.o 2024-11-01T16:20:15.4627140Z [4572/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.mm.o 2024-11-01T16:20:17.6302090Z [4573/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorImplStorage.mm.o 2024-11-01T16:20:19.0620950Z [4574/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalAten.mm.o 2024-11-01T16:20:19.4023960Z [4575/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2024-11-01T16:20:19.7971840Z [4576/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalPrepackOpRegister.cpp.o 2024-11-01T16:20:19.9305880Z [4577/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.mm.o 2024-11-01T16:20:20.2813930Z [4578/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.mm.o 2024-11-01T16:20:20.3618020Z [4579/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2024-11-01T16:20:22.2090020Z [4580/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.mm.o 2024-11-01T16:20:23.8557980Z [4581/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.mm.o 2024-11-01T16:20:24.8961880Z [4582/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.mm.o 2024-11-01T16:20:25.1820310Z [4583/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalBinaryElementwise.mm.o 2024-11-01T16:20:25.8739920Z [4584/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageUtils.mm.o 2024-11-01T16:20:26.9200510Z [4585/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:27.3684430Z [4586/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalChunk.mm.o 2024-11-01T16:20:28.1299250Z [4587/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalAddmm.mm.o 2024-11-01T16:20:29.5607890Z [4588/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalClamp.mm.o 2024-11-01T16:20:30.1400360Z [4589/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConcat.mm.o 2024-11-01T16:20:30.2722830Z [4590/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalCopy.mm.o 2024-11-01T16:20:30.9489460Z [4591/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardshrink.mm.o 2024-11-01T16:20:32.5999260Z [4592/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConvolution.mm.o 2024-11-01T16:20:32.9705110Z [4593/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardswish.mm.o 2024-11-01T16:20:33.1323560Z [4594/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:20:33.4823190Z [4595/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalLeakyReLU.mm.o 2024-11-01T16:20:33.7917500Z [4596/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalNeurons.mm.o 2024-11-01T16:20:34.3030380Z [4597/5610] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2024-11-01T16:20:34.5141510Z [4598/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPadding.mm.o 2024-11-01T16:20:34.9144640Z [4599/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2024-11-01T16:20:36.1364450Z [4600/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPooling.mm.o 2024-11-01T16:20:36.7370160Z [4601/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2024-11-01T16:20:36.8104130Z [4602/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2024-11-01T16:20:36.9042310Z [4603/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2024-11-01T16:20:36.9644440Z [4604/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2024-11-01T16:20:36.9687110Z [4605/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReshape.mm.o 2024-11-01T16:20:37.1224950Z [4606/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2024-11-01T16:20:37.2594480Z [4607/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2024-11-01T16:20:37.5113700Z [4608/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2024-11-01T16:20:38.0505950Z [4609/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2024-11-01T16:20:38.3072340Z [4610/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReduce.mm.o 2024-11-01T16:20:38.4094140Z [4611/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2024-11-01T16:20:38.4899080Z [4612/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2024-11-01T16:20:38.6739320Z [4613/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalUpsamplingNearest.mm.o 2024-11-01T16:20:39.4861490Z [4614/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2024-11-01T16:20:39.7179530Z [4615/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalSoftmax.mm.o 2024-11-01T16:20:40.0510600Z [4616/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalTranspose.mm.o 2024-11-01T16:20:42.7672100Z [4617/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2024-11-01T16:20:55.5963740Z [4618/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:21:03.1196140Z [4619/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2024-11-01T16:21:16.7126360Z [4620/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2024-11-01T16:21:17.5635010Z [4621/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2024-11-01T16:21:20.8177780Z [4622/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2024-11-01T16:21:22.8621100Z [4623/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2024-11-01T16:21:24.7250300Z [4624/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2024-11-01T16:21:24.8644740Z [4625/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2024-11-01T16:21:28.1635740Z [4626/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2024-11-01T16:21:30.7705000Z [4627/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2024-11-01T16:21:31.3702790Z [4628/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2024-11-01T16:21:34.8972880Z [4629/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2024-11-01T16:21:38.0214160Z [4630/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2024-11-01T16:21:40.8316910Z [4631/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2024-11-01T16:21:44.3488700Z [4632/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2024-11-01T16:21:44.9129840Z [4633/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2024-11-01T16:21:46.4041860Z [4634/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2024-11-01T16:21:46.6822010Z [4635/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2024-11-01T16:21:47.2971990Z [4636/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2024-11-01T16:21:47.7096760Z [4637/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2024-11-01T16:21:48.5779050Z [4638/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2024-11-01T16:21:48.7225050Z [4639/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2024-11-01T16:21:49.2971340Z [4640/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2024-11-01T16:21:50.7997260Z [4641/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2024-11-01T16:21:51.9210400Z [4642/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2024-11-01T16:21:51.9486630Z [4643/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2024-11-01T16:21:52.5433330Z [4644/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2024-11-01T16:21:53.3242630Z [4645/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2024-11-01T16:21:53.9741990Z [4646/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2024-11-01T16:21:54.0025740Z [4647/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2024-11-01T16:21:54.4879990Z [4648/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2024-11-01T16:21:54.5937860Z [4649/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2024-11-01T16:21:54.9963880Z [4650/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2024-11-01T16:21:55.1804870Z [4651/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2024-11-01T16:21:55.5173940Z [4652/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2024-11-01T16:21:57.3457730Z [4653/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2024-11-01T16:21:57.6118420Z [4654/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2024-11-01T16:21:58.0164810Z [4655/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2024-11-01T16:21:58.6996780Z [4656/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2024-11-01T16:21:59.0523180Z [4657/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2024-11-01T16:21:59.2291310Z [4658/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2024-11-01T16:21:59.4880730Z [4659/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2024-11-01T16:21:59.9456140Z [4660/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp.o 2024-11-01T16:22:01.1877110Z [4661/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_mkldnn.cpp.o 2024-11-01T16:22:01.3570890Z [4662/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_package/model_package_loader.cpp.o 2024-11-01T16:22:01.7963580Z [4663/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2024-11-01T16:22:01.9797500Z [4664/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2024-11-01T16:22:02.7931030Z [4665/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp.o 2024-11-01T16:22:04.3233020Z [4666/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2024-11-01T16:22:05.1767010Z [4667/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2024-11-01T16:22:05.3794390Z [4668/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2024-11-01T16:22:05.8299360Z [4669/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2024-11-01T16:22:06.5280030Z [4670/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2024-11-01T16:22:06.7711220Z [4671/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2024-11-01T16:22:06.8299820Z [4672/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2024-11-01T16:22:07.9566650Z [4673/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2024-11-01T16:22:07.9802410Z [4674/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2024-11-01T16:22:09.7925930Z [4675/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2024-11-01T16:22:10.6110060Z [4676/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2024-11-01T16:22:12.2375130Z [4677/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2024-11-01T16:22:12.3179600Z [4678/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2024-11-01T16:22:12.4180830Z [4679/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2024-11-01T16:22:12.4325140Z [4680/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2024-11-01T16:22:12.8138060Z [4681/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2024-11-01T16:22:13.1316090Z [4682/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2024-11-01T16:22:13.1640150Z [4683/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2024-11-01T16:22:13.5582010Z [4684/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2024-11-01T16:22:13.8537090Z [4685/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2024-11-01T16:22:15.8220260Z [4686/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2024-11-01T16:22:16.1572020Z [4687/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2024-11-01T16:22:16.3427530Z [4688/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2024-11-01T16:22:16.7224450Z [4689/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2024-11-01T16:22:18.6118310Z [4690/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2024-11-01T16:22:19.5913680Z [4691/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2024-11-01T16:22:19.7615800Z [4692/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2024-11-01T16:22:20.2443950Z [4693/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2024-11-01T16:22:20.5192550Z [4694/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2024-11-01T16:22:22.1523070Z [4695/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2024-11-01T16:22:22.6885670Z [4696/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2024-11-01T16:22:22.9302420Z [4697/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2024-11-01T16:22:24.5471700Z [4698/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2024-11-01T16:22:24.7998140Z [4699/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2024-11-01T16:22:24.9698580Z [4700/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2024-11-01T16:22:25.5317050Z [4701/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2024-11-01T16:22:25.8915250Z [4702/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2024-11-01T16:22:27.1398030Z [4703/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2024-11-01T16:22:27.4641940Z [4704/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2024-11-01T16:22:27.9517730Z [4705/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2024-11-01T16:22:28.0128350Z [4706/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2024-11-01T16:22:28.7923200Z [4707/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2024-11-01T16:22:29.5101080Z [4708/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2024-11-01T16:22:29.8330290Z [4709/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2024-11-01T16:22:30.0209290Z [4710/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2024-11-01T16:22:30.5480070Z [4711/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2024-11-01T16:22:30.5583670Z [4712/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2024-11-01T16:22:31.2298020Z [4713/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2024-11-01T16:22:33.0173090Z [4714/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2024-11-01T16:22:33.1870040Z [4715/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2024-11-01T16:22:33.3053430Z [4716/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2024-11-01T16:22:33.4242570Z [4717/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2024-11-01T16:22:33.5990710Z [4718/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2024-11-01T16:22:34.5855980Z [4719/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2024-11-01T16:22:35.5290220Z [4720/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2024-11-01T16:22:35.7633060Z [4721/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2024-11-01T16:22:35.9157850Z [4722/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2024-11-01T16:22:36.0725240Z [4723/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2024-11-01T16:22:36.1070990Z [4724/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2024-11-01T16:22:36.7592630Z [4725/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2024-11-01T16:22:37.0447090Z [4726/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2024-11-01T16:22:37.0934290Z [4727/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2024-11-01T16:22:37.8554120Z [4728/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2024-11-01T16:22:38.3483340Z [4729/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2024-11-01T16:22:39.7045640Z [4730/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2024-11-01T16:22:39.7223570Z [4731/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2024-11-01T16:22:40.0335030Z [4732/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2024-11-01T16:22:41.3863690Z [4733/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2024-11-01T16:22:41.4652090Z [4734/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2024-11-01T16:22:42.7872390Z [4735/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2024-11-01T16:22:42.8911050Z [4736/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2024-11-01T16:22:43.2524670Z [4737/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2024-11-01T16:22:43.8125590Z [4738/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2024-11-01T16:22:44.5211560Z [4739/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2024-11-01T16:22:44.7924250Z [4740/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2024-11-01T16:22:45.5963900Z [4741/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2024-11-01T16:22:45.7716160Z [4742/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2024-11-01T16:22:46.9290070Z [4743/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2024-11-01T16:22:47.0157600Z [4744/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2024-11-01T16:22:47.0361670Z [4745/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2024-11-01T16:22:47.6743170Z [4746/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2024-11-01T16:22:48.0280820Z [4747/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2024-11-01T16:22:49.5391380Z [4748/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2024-11-01T16:22:50.0526500Z [4749/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2024-11-01T16:22:50.1134250Z [4750/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2024-11-01T16:22:50.2822020Z [4751/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2024-11-01T16:22:50.9139060Z [4752/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2024-11-01T16:22:51.2382030Z [4753/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2024-11-01T16:22:52.4548720Z [4754/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2024-11-01T16:22:53.1233360Z [4755/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2024-11-01T16:22:53.8466640Z [4756/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2024-11-01T16:22:54.1614030Z [4757/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2024-11-01T16:22:54.6369420Z [4758/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2024-11-01T16:22:54.7382010Z [4759/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2024-11-01T16:22:54.8963900Z [4760/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2024-11-01T16:22:56.5048830Z [4761/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2024-11-01T16:22:57.7669320Z [4762/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2024-11-01T16:22:58.0475490Z [4763/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2024-11-01T16:22:58.7676320Z [4764/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2024-11-01T16:22:59.4597770Z [4765/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2024-11-01T16:22:59.5351120Z [4766/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2024-11-01T16:22:59.6760840Z [4767/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2024-11-01T16:23:00.8468460Z [4768/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2024-11-01T16:23:01.8719350Z [4769/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2024-11-01T16:23:02.0607580Z [4770/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2024-11-01T16:23:02.6492210Z [4771/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2024-11-01T16:23:02.7815990Z [4772/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2024-11-01T16:23:03.0353780Z [4773/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2024-11-01T16:23:03.3305650Z [4774/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2024-11-01T16:23:04.2396140Z [4775/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2024-11-01T16:23:05.8433540Z [4776/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2024-11-01T16:23:05.9719000Z [4777/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2024-11-01T16:23:06.0702580Z [4778/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2024-11-01T16:23:06.7105100Z [4779/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2024-11-01T16:23:06.8677060Z [4780/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2024-11-01T16:23:08.2486580Z [4781/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2024-11-01T16:23:09.0219280Z [4782/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2024-11-01T16:23:09.6176540Z [4783/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2024-11-01T16:23:10.2873840Z [4784/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2024-11-01T16:23:10.5369200Z [4785/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2024-11-01T16:23:10.7266690Z [4786/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2024-11-01T16:23:10.7908760Z [4787/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2024-11-01T16:23:10.9189560Z [4788/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2024-11-01T16:23:12.7509630Z [4789/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2024-11-01T16:23:12.8272270Z [4790/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2024-11-01T16:23:13.8153530Z [4791/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2024-11-01T16:23:13.9837710Z [4792/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2024-11-01T16:23:14.5686090Z [4793/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2024-11-01T16:23:14.7148380Z [4794/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2024-11-01T16:23:17.5941340Z [4795/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2024-11-01T16:23:17.9513570Z [4796/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2024-11-01T16:23:18.1008760Z [4797/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2024-11-01T16:23:18.5634070Z [4798/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2024-11-01T16:23:18.6701320Z [4799/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2024-11-01T16:23:19.4635650Z [4800/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2024-11-01T16:23:20.0524060Z [4801/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2024-11-01T16:23:20.5764610Z [4802/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2024-11-01T16:23:20.7744120Z [4803/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2024-11-01T16:23:21.4567850Z [4804/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2024-11-01T16:23:21.7409790Z [4805/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2024-11-01T16:23:22.1719390Z [4806/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2024-11-01T16:23:22.5558120Z [4807/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2024-11-01T16:23:22.6772760Z [4808/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2024-11-01T16:23:25.6134280Z [4809/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2024-11-01T16:23:25.6653960Z [4810/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2024-11-01T16:23:26.5019300Z [4811/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2024-11-01T16:23:27.1591130Z [4812/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2024-11-01T16:23:27.2975910Z [4813/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2024-11-01T16:23:27.8039590Z [4814/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2024-11-01T16:23:28.4785920Z [4815/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2024-11-01T16:23:30.3047070Z [4816/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2024-11-01T16:23:30.5377220Z [4817/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2024-11-01T16:23:30.8014090Z [4818/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2024-11-01T16:23:31.0514670Z [4819/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2024-11-01T16:23:31.1054940Z [4820/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2024-11-01T16:23:31.6514950Z [4821/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2024-11-01T16:23:32.1765340Z [4822/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2024-11-01T16:23:32.2104460Z [4823/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2024-11-01T16:23:32.8642850Z [4824/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2024-11-01T16:23:33.9843090Z [4825/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2024-11-01T16:23:34.1324290Z [4826/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2024-11-01T16:23:34.9376450Z [4827/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2024-11-01T16:23:35.9911540Z [4828/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2024-11-01T16:23:36.7389230Z [4829/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2024-11-01T16:23:36.8434530Z [4830/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2024-11-01T16:23:37.5705800Z [4831/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2024-11-01T16:23:37.8795020Z [4832/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2024-11-01T16:23:38.0643020Z [4833/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2024-11-01T16:23:38.2737870Z [4834/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2024-11-01T16:23:38.4921650Z [4835/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2024-11-01T16:23:38.5891170Z [4836/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2024-11-01T16:23:40.3267810Z [4837/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2024-11-01T16:23:41.7250350Z [4838/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2024-11-01T16:23:43.5890490Z [4839/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2024-11-01T16:23:44.3797060Z [4840/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2024-11-01T16:23:44.5424000Z [4841/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2024-11-01T16:23:44.9437760Z [4842/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2024-11-01T16:23:44.9912220Z [4843/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2024-11-01T16:23:46.8447500Z [4844/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2024-11-01T16:23:47.3022570Z [4845/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2024-11-01T16:23:47.4850520Z [4846/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2024-11-01T16:23:47.8167830Z [4847/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2024-11-01T16:23:48.1564110Z [4848/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2024-11-01T16:23:49.7708180Z [4849/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2024-11-01T16:23:50.9938900Z [4850/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2024-11-01T16:23:51.4310770Z [4851/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2024-11-01T16:23:54.2453320Z [4852/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2024-11-01T16:23:54.9486110Z [4853/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2024-11-01T16:23:55.4391230Z [4854/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2024-11-01T16:23:58.1349180Z [4855/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2024-11-01T16:23:58.2867590Z [4856/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2024-11-01T16:23:58.3097470Z [4857/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2024-11-01T16:23:59.6480100Z [4858/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2024-11-01T16:24:00.6165390Z [4859/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2024-11-01T16:24:01.5430970Z [4860/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2024-11-01T16:24:02.8388130Z [4861/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2024-11-01T16:24:03.2898140Z [4862/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2024-11-01T16:24:05.2779950Z [4863/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2024-11-01T16:24:05.6329400Z [4864/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2024-11-01T16:24:07.9712370Z [4865/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2024-11-01T16:24:08.1961660Z [4866/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2024-11-01T16:24:08.2834250Z [4867/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2024-11-01T16:24:09.6886750Z [4868/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2024-11-01T16:24:09.7556300Z [4869/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2024-11-01T16:24:09.7815360Z [4870/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2024-11-01T16:24:14.0446590Z [4871/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2024-11-01T16:24:14.9807680Z [4872/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2024-11-01T16:24:15.2029770Z [4873/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2024-11-01T16:24:15.4624120Z [4874/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2024-11-01T16:24:15.8133230Z [4875/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2024-11-01T16:24:15.9201980Z [4876/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2024-11-01T16:24:16.2926050Z [4877/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2024-11-01T16:24:16.4094250Z [4878/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2024-11-01T16:24:16.4197510Z [4879/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2024-11-01T16:24:20.0759750Z [4880/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2024-11-01T16:24:20.5104400Z [4881/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2024-11-01T16:24:20.7507380Z [4882/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2024-11-01T16:24:20.9389430Z [4883/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2024-11-01T16:24:22.5938330Z [4884/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2024-11-01T16:24:23.3325010Z [4885/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2024-11-01T16:24:23.5503410Z [4886/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2024-11-01T16:24:23.9052700Z [4887/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2024-11-01T16:24:23.9194580Z [4888/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2024-11-01T16:24:23.9464720Z [4889/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2024-11-01T16:24:27.0994340Z [4890/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2024-11-01T16:24:27.3337900Z [4891/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2024-11-01T16:24:27.7167220Z [4892/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2024-11-01T16:24:28.0197150Z [4893/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2024-11-01T16:24:28.8281020Z [4894/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2024-11-01T16:24:33.7940990Z [4895/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2024-11-01T16:24:34.3997730Z [4896/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2024-11-01T16:24:36.0372210Z [4897/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2024-11-01T16:24:36.2770710Z [4898/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2024-11-01T16:24:36.7925860Z [4899/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2024-11-01T16:24:37.0459090Z [4900/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2024-11-01T16:24:37.5146770Z [4901/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2024-11-01T16:24:40.7805540Z [4902/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2024-11-01T16:24:41.4953780Z [4903/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2024-11-01T16:24:43.5473390Z [4904/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2024-11-01T16:24:43.9999180Z [4905/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2024-11-01T16:24:44.3916230Z [4906/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2024-11-01T16:24:44.5680190Z [4907/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2024-11-01T16:24:44.7491660Z [4908/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2024-11-01T16:24:44.9971280Z [4909/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2024-11-01T16:24:45.8770220Z [4910/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2024-11-01T16:24:46.0525740Z [4911/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2024-11-01T16:24:47.0653300Z [4912/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2024-11-01T16:24:48.1559260Z [4913/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2024-11-01T16:24:48.2246990Z [4914/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2024-11-01T16:24:48.2797180Z [4915/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2024-11-01T16:24:48.5008570Z [4916/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2024-11-01T16:24:49.3295450Z [4917/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2024-11-01T16:24:49.5329010Z [4918/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2024-11-01T16:24:49.5611620Z [4919/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2024-11-01T16:24:50.3692360Z [4920/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2024-11-01T16:24:51.2200230Z [4921/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2024-11-01T16:24:51.6597650Z [4922/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2024-11-01T16:24:51.6625950Z [4923/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2024-11-01T16:24:52.5653940Z [4924/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2024-11-01T16:24:52.8230790Z [4925/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2024-11-01T16:24:52.8993040Z [4926/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2024-11-01T16:24:53.1998520Z [4927/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2024-11-01T16:24:54.0170220Z [4928/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2024-11-01T16:24:55.3627120Z [4929/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2024-11-01T16:24:55.4960100Z [4930/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2024-11-01T16:24:55.7722360Z [4931/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2024-11-01T16:24:55.9286780Z [4932/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2024-11-01T16:24:55.9594450Z [4933/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2024-11-01T16:24:56.1152540Z [4934/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2024-11-01T16:24:56.8718000Z [4935/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2024-11-01T16:24:56.8900150Z [4936/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2024-11-01T16:24:57.5375850Z [4937/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2024-11-01T16:24:57.7674970Z [4938/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2024-11-01T16:24:58.2533140Z [4939/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2024-11-01T16:24:58.7369710Z [4940/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2024-11-01T16:24:59.1223560Z [4941/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2024-11-01T16:24:59.2754090Z [4942/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2024-11-01T16:24:59.5768080Z [4943/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2024-11-01T16:25:00.0369040Z [4944/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2024-11-01T16:25:00.6845840Z [4945/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2024-11-01T16:25:00.7283130Z [4946/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2024-11-01T16:25:01.1692510Z [4947/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2024-11-01T16:25:01.2801250Z [4948/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2024-11-01T16:25:01.5626650Z [4949/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2024-11-01T16:25:02.7127970Z [4950/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2024-11-01T16:25:03.0037050Z [4951/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2024-11-01T16:25:03.7650160Z [4952/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2024-11-01T16:25:04.3159440Z [4953/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2024-11-01T16:25:04.3823520Z [4954/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2024-11-01T16:25:04.8863840Z [4955/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2024-11-01T16:25:04.9394980Z [4956/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2024-11-01T16:25:05.6593740Z [4957/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2024-11-01T16:25:05.7640190Z [4958/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2024-11-01T16:25:06.4016930Z [4959/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2024-11-01T16:25:06.7314910Z [4960/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2024-11-01T16:25:07.0744520Z [4961/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2024-11-01T16:25:07.5302820Z [4962/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2024-11-01T16:25:08.4001850Z [4963/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2024-11-01T16:25:09.0205740Z [4964/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2024-11-01T16:25:09.0350990Z [4965/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2024-11-01T16:25:09.3186400Z [4966/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2024-11-01T16:25:09.6221290Z [4967/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2024-11-01T16:25:09.7070360Z [4968/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2024-11-01T16:25:09.8388780Z [4969/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2024-11-01T16:25:10.0083550Z [4970/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2024-11-01T16:25:10.3972250Z [4971/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2024-11-01T16:25:11.0728190Z [4972/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2024-11-01T16:25:12.2981210Z [4973/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2024-11-01T16:25:12.4372200Z [4974/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2024-11-01T16:25:12.7965130Z [4975/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2024-11-01T16:25:13.0278950Z [4976/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2024-11-01T16:25:13.4243880Z [4977/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2024-11-01T16:25:13.5182490Z [4978/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2024-11-01T16:25:13.8305420Z [4979/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2024-11-01T16:25:15.0776510Z [4980/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdagrad.cpp.o 2024-11-01T16:25:15.1646310Z [4981/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2024-11-01T16:25:15.2788100Z [4982/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2024-11-01T16:25:15.3318040Z [4983/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2024-11-01T16:25:15.4414970Z [4984/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdam.cpp.o 2024-11-01T16:25:15.4718360Z [4985/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedSGD.cpp.o 2024-11-01T16:25:16.4235970Z [4986/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2024-11-01T16:25:17.7718830Z [4987/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2024-11-01T16:25:17.7787570Z [4988/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2024-11-01T16:25:17.8049150Z [4989/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2024-11-01T16:25:17.8775260Z [4990/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2024-11-01T16:25:17.9346160Z [4991/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2024-11-01T16:25:18.0181980Z [4992/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2024-11-01T16:25:18.0742120Z [4993/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2024-11-01T16:25:18.1726680Z [4994/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2024-11-01T16:25:20.6701990Z [4995/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2024-11-01T16:25:20.8167250Z [4996/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2024-11-01T16:25:20.8678660Z [4997/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2024-11-01T16:25:21.4108840Z [4998/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2024-11-01T16:25:21.7372380Z [4999/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2024-11-01T16:25:21.7740880Z [5000/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2024-11-01T16:25:22.8629540Z [5001/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2024-11-01T16:25:23.0144110Z [5002/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2024-11-01T16:25:23.2816290Z [5003/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2024-11-01T16:25:23.6057990Z [5004/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2024-11-01T16:25:24.0789210Z [5005/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2024-11-01T16:25:24.1989550Z [5006/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2024-11-01T16:25:25.6217600Z [5007/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2024-11-01T16:25:26.0964180Z [5008/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2024-11-01T16:25:26.1534190Z [5009/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2024-11-01T16:25:26.3198200Z [5010/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2024-11-01T16:25:26.8030900Z [5011/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2024-11-01T16:25:27.0476000Z [5012/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2024-11-01T16:25:27.9280590Z [5013/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2024-11-01T16:25:28.1397490Z [5014/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2024-11-01T16:25:28.4299570Z [5015/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2024-11-01T16:25:28.7020610Z [5016/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2024-11-01T16:25:29.1087820Z [5017/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2024-11-01T16:25:29.3981970Z [5018/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2024-11-01T16:25:29.7005670Z [5019/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2024-11-01T16:25:30.2415260Z [5020/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2024-11-01T16:25:30.6008670Z [5021/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2024-11-01T16:25:31.3157260Z [5022/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2024-11-01T16:25:32.0595650Z [5023/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2024-11-01T16:25:32.2084720Z [5024/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2024-11-01T16:25:32.5642200Z [5025/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2024-11-01T16:25:32.9513820Z [5026/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2024-11-01T16:25:33.7494760Z [5027/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2024-11-01T16:25:33.9443960Z [5028/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2024-11-01T16:25:34.3226130Z [5029/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2024-11-01T16:25:34.8110390Z [5030/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2024-11-01T16:25:35.3260760Z [5031/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2024-11-01T16:25:35.8179160Z [5032/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2024-11-01T16:25:37.0059480Z [5033/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2024-11-01T16:25:37.0272410Z [5034/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2024-11-01T16:25:37.8409000Z [5035/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2024-11-01T16:25:38.0016100Z [5036/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2024-11-01T16:25:38.5594990Z [5037/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2024-11-01T16:25:38.9118170Z [5038/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2024-11-01T16:25:40.4303860Z [5039/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2024-11-01T16:25:40.5596830Z [5040/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2024-11-01T16:25:40.7762950Z [5041/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2024-11-01T16:25:41.0663070Z [5042/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2024-11-01T16:25:42.6248420Z [5043/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2024-11-01T16:25:43.0397570Z [5044/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2024-11-01T16:25:43.3813660Z [5045/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2024-11-01T16:25:43.6072180Z [5046/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2024-11-01T16:25:43.9022870Z [5047/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2024-11-01T16:25:44.7401410Z [5048/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2024-11-01T16:25:45.8411060Z [5049/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2024-11-01T16:25:46.0901780Z [5050/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2024-11-01T16:25:46.1398190Z [5051/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2024-11-01T16:25:46.1407180Z [5052/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2024-11-01T16:25:46.2031250Z [5053/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2024-11-01T16:25:46.6219620Z [5054/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2024-11-01T16:25:46.7823790Z [5055/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2024-11-01T16:25:48.7036980Z [5056/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2024-11-01T16:25:48.8057440Z [5057/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2024-11-01T16:25:48.8443070Z [5058/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2024-11-01T16:25:48.9786600Z [5059/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2024-11-01T16:25:49.1467820Z [5060/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2024-11-01T16:25:49.1948030Z [5061/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2024-11-01T16:25:49.2152190Z [5062/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2024-11-01T16:25:49.5467380Z [5063/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2024-11-01T16:25:50.4854480Z [5064/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2024-11-01T16:25:50.9665670Z [5065/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2024-11-01T16:25:51.5259640Z [5066/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2024-11-01T16:25:51.6998360Z [5067/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2024-11-01T16:25:52.0116010Z [5068/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2024-11-01T16:25:52.1063080Z [5069/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2024-11-01T16:25:52.1779050Z [5070/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2024-11-01T16:25:54.0548500Z [5071/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2024-11-01T16:25:54.1778840Z [5072/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2024-11-01T16:25:54.7419640Z [5073/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2024-11-01T16:25:55.0052810Z [5074/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2024-11-01T16:25:55.6508310Z [5075/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorUtils.mm.o 2024-11-01T16:25:56.0580530Z [5076/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2024-11-01T16:25:56.2277940Z [5077/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2024-11-01T16:25:56.5675780Z [5078/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2024-11-01T16:25:57.0936360Z [5079/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2024-11-01T16:25:58.4141060Z [5080/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2024-11-01T16:25:58.4371340Z [5081/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2024-11-01T16:25:58.6221170Z [5082/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2024-11-01T16:25:59.2516390Z [5083/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2024-11-01T16:25:59.6651970Z [5084/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2024-11-01T16:26:00.7359220Z [5085/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2024-11-01T16:26:00.9606600Z [5086/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2024-11-01T16:26:01.4541910Z [5087/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2024-11-01T16:26:01.4740010Z [5088/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2024-11-01T16:26:02.8811310Z [5089/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2024-11-01T16:26:02.9805640Z [5090/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2024-11-01T16:26:05.0785630Z [5091/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2024-11-01T16:26:05.1538870Z [5092/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2024-11-01T16:26:06.1748680Z [5093/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2024-11-01T16:26:06.4792960Z [5094/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2024-11-01T16:26:06.8278500Z [5095/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2024-11-01T16:26:07.2928210Z [5096/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2024-11-01T16:26:08.2228210Z [5097/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2024-11-01T16:26:08.5558640Z [5098/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2024-11-01T16:26:08.8132310Z [5099/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-11-01T16:26:09.3637070Z [5100/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2024-11-01T16:26:09.7590360Z [5101/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2024-11-01T16:26:10.5723090Z [5102/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2024-11-01T16:26:11.3110190Z [5103/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2024-11-01T16:26:11.7810900Z [5104/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2024-11-01T16:26:12.1252380Z [5105/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2024-11-01T16:26:12.6221530Z [5106/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2024-11-01T16:26:14.0886960Z [5107/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2024-11-01T16:26:14.4296350Z [5108/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2024-11-01T16:26:14.9298750Z [5109/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2024-11-01T16:26:14.9486860Z [5110/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2024-11-01T16:26:15.2320700Z [5111/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2024-11-01T16:26:15.4502000Z [5112/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2024-11-01T16:26:15.6073900Z [5113/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2024-11-01T16:26:16.7610000Z [5114/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2024-11-01T16:26:17.0976150Z [5115/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2024-11-01T16:26:17.4471470Z [5116/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2024-11-01T16:26:17.4748380Z [5117/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2024-11-01T16:26:17.8395950Z [5118/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2024-11-01T16:26:18.0807790Z [5119/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2024-11-01T16:26:18.3789910Z [5120/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2024-11-01T16:26:18.5482240Z [5121/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2024-11-01T16:26:19.6161820Z [5122/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2024-11-01T16:26:19.7160890Z [5123/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2024-11-01T16:26:20.5990820Z [5124/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2024-11-01T16:26:20.6231380Z [5125/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2024-11-01T16:26:20.8256590Z [5126/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2024-11-01T16:26:21.2655890Z [5127/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2024-11-01T16:26:21.6311260Z [5128/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2024-11-01T16:26:21.7392800Z [5129/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2024-11-01T16:26:22.0464420Z [5130/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2024-11-01T16:26:22.4392050Z [5131/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2024-11-01T16:26:23.4117660Z [5132/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2024-11-01T16:26:24.6476260Z [5133/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2024-11-01T16:26:24.7423360Z [5134/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2024-11-01T16:26:25.1741660Z [5135/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2024-11-01T16:26:26.1841510Z [5136/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2024-11-01T16:26:26.3953340Z [5137/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2024-11-01T16:26:27.3860100Z [5138/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2024-11-01T16:26:27.5458480Z [5139/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2024-11-01T16:26:27.8217300Z [5140/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2024-11-01T16:26:28.4859520Z [5141/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2024-11-01T16:26:28.7719410Z [5142/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2024-11-01T16:26:29.0739150Z [5143/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2024-11-01T16:26:29.1650430Z [5144/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2024-11-01T16:26:29.5833590Z [5145/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2024-11-01T16:26:29.8965360Z [5146/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2024-11-01T16:26:31.0349680Z [5147/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2024-11-01T16:26:31.7802120Z [5148/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2024-11-01T16:26:32.0884480Z [5149/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2024-11-01T16:26:32.1566210Z [5150/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2024-11-01T16:26:32.7157690Z [5151/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2024-11-01T16:26:32.8504540Z [5152/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2024-11-01T16:26:32.9454130Z [5153/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/MklAllocationHelper.cpp.o 2024-11-01T16:26:33.1288630Z [5154/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2024-11-01T16:26:33.3870380Z [5155/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2024-11-01T16:26:33.5479280Z [5156/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2024-11-01T16:26:34.7450880Z [5157/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2024-11-01T16:26:35.3128610Z [5158/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2024-11-01T16:26:35.3423200Z [5159/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2024-11-01T16:26:35.7419680Z [5160/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2024-11-01T16:26:36.0082040Z [5161/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2024-11-01T16:26:36.1630520Z [5162/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2024-11-01T16:26:36.8538200Z [5163/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2024-11-01T16:26:37.0382620Z [5164/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2024-11-01T16:26:37.3695230Z [5165/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2024-11-01T16:26:37.3985750Z [5166/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2024-11-01T16:26:37.4536000Z [5167/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2024-11-01T16:26:37.8010470Z [5168/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2024-11-01T16:26:39.2101610Z [5169/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2024-11-01T16:26:39.4968310Z [5170/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2024-11-01T16:26:39.5672480Z [5171/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2024-11-01T16:26:39.8211590Z [5172/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2024-11-01T16:26:39.9079050Z [5173/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2024-11-01T16:26:39.9608710Z [5174/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2024-11-01T16:26:39.9785220Z [5175/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2024-11-01T16:26:40.3649970Z [5176/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2024-11-01T16:26:41.5476420Z [5177/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2024-11-01T16:26:41.5602080Z [5178/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2024-11-01T16:26:41.5710250Z [5179/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2024-11-01T16:26:41.7218920Z [5180/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2024-11-01T16:26:42.7898700Z [5181/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2024-11-01T16:26:43.1709710Z [5182/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2024-11-01T16:26:43.3787340Z [5183/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2024-11-01T16:26:44.0081120Z [5184/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2024-11-01T16:26:44.5756550Z [5185/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2024-11-01T16:26:44.6443470Z [5186/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2024-11-01T16:26:44.7867240Z [5187/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2024-11-01T16:26:44.9158400Z [5188/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2024-11-01T16:26:45.1260090Z [5189/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2024-11-01T16:26:45.6627630Z [5190/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2024-11-01T16:26:45.7074400Z [5191/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2024-11-01T16:26:46.0215930Z [5192/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2024-11-01T16:26:46.0614570Z [5193/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2024-11-01T16:26:46.2293600Z [5194/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2024-11-01T16:26:46.3499820Z [5195/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2024-11-01T16:26:46.5377690Z [5196/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2024-11-01T16:26:47.1816620Z [5197/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2024-11-01T16:26:47.7708340Z [5198/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2024-11-01T16:26:47.8960300Z [5199/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2024-11-01T16:26:48.3483430Z [5200/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2024-11-01T16:26:50.6160890Z [5201/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2024-11-01T16:26:51.8609170Z [5202/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2024-11-01T16:26:52.1251510Z [5203/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2024-11-01T16:26:57.0897080Z [5204/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2024-11-01T16:27:11.7473710Z [5205/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2024-11-01T16:27:12.3856910Z [5206/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2024-11-01T16:27:12.9872000Z [5207/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2024-11-01T16:27:13.4139050Z [5208/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2024-11-01T16:27:15.9418670Z [5209/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2024-11-01T16:27:18.7423780Z [5210/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2024-11-01T16:27:21.1346540Z [5211/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2024-11-01T16:27:33.4290610Z [5212/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2024-11-01T16:27:36.3755230Z [5213/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2024-11-01T16:27:36.3845490Z [5214/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2024-11-01T16:27:40.7905080Z [5215/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2024-11-01T16:27:41.2490800Z [5216/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2024-11-01T16:27:41.3847960Z [5217/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2024-11-01T16:27:43.3710640Z [5218/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2024-11-01T16:27:43.5623580Z [5219/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2024-11-01T16:27:44.0926770Z [5220/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2024-11-01T16:27:44.9548270Z [5221/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2024-11-01T16:27:45.5684260Z [5222/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2024-11-01T16:27:47.7993960Z [5223/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2024-11-01T16:27:48.2533870Z [5224/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2024-11-01T16:27:49.6770040Z [5225/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2024-11-01T16:27:50.7149640Z [5226/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterXPU.cpp.o 2024-11-01T16:27:50.8895400Z [5227/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2024-11-01T16:27:50.9173480Z [5228/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2024-11-01T16:27:51.5187270Z [5229/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta.cpp.o 2024-11-01T16:27:51.6302130Z [5230/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2024-11-01T16:27:51.8696920Z [5231/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2024-11-01T16:27:53.0313240Z [5232/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2024-11-01T16:27:53.0905930Z [5233/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2024-11-01T16:27:53.2837410Z [5234/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2024-11-01T16:27:54.0922640Z [5235/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2024-11-01T16:27:54.7636300Z [5236/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2024-11-01T16:27:56.0592480Z [5237/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2024-11-01T16:27:56.1426380Z [5238/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2024-11-01T16:27:56.3478050Z [5239/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2024-11-01T16:27:56.8295080Z [5240/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2024-11-01T16:27:57.7250410Z [5241/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2024-11-01T16:27:57.8932660Z [5242/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2024-11-01T16:27:58.9956470Z [5243/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2024-11-01T16:27:59.0455000Z [5244/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2024-11-01T16:27:59.9592030Z [5245/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMPS.cpp.o 2024-11-01T16:28:00.4026710Z [5246/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2024-11-01T16:28:00.9225690Z [5247/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:02.1777570Z [5248/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:02.6514540Z [5249/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:03.9151060Z [5250/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:05.1974330Z [5251/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:06.0986950Z [5252/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:06.2007080Z [5253/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.mm.o 2024-11-01T16:28:06.4317580Z [5254/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:07.1831080Z [5255/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2024-11-01T16:28:07.8651110Z [5256/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2024-11-01T16:28:08.5497210Z [5257/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2024-11-01T16:28:08.8101100Z [5258/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2024-11-01T16:28:08.9601840Z [5259/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2024-11-01T16:28:09.0325070Z [5260/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2024-11-01T16:28:09.3162240Z [5261/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2024-11-01T16:28:09.9114920Z [5262/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2024-11-01T16:28:10.2098800Z [5263/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2024-11-01T16:28:10.2246530Z [5264/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2024-11-01T16:28:10.4489430Z [5265/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2024-11-01T16:28:11.1190200Z [5266/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2024-11-01T16:28:11.4282150Z [5267/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/privateuse1_observer.cpp.o 2024-11-01T16:28:11.4762610Z [5268/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2024-11-01T16:28:11.4892250Z [5269/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2024-11-01T16:28:11.6976830Z [5270/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2024-11-01T16:28:11.7279050Z [5271/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2024-11-01T16:28:14.0564060Z [5272/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2024-11-01T16:28:14.2687560Z [5273/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2024-11-01T16:28:14.4834760Z [5274/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2024-11-01T16:28:15.4038420Z [5275/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2024-11-01T16:28:15.9086510Z [5276/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2024-11-01T16:28:16.0587980Z [5277/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2024-11-01T16:28:16.6012030Z [5278/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2024-11-01T16:28:17.1520050Z [5279/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2024-11-01T16:28:18.2286810Z [5280/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2024-11-01T16:28:18.6418920Z [5281/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2024-11-01T16:28:18.7375040Z [5282/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2024-11-01T16:28:19.9913360Z [5283/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2024-11-01T16:28:21.6593070Z [5284/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2024-11-01T16:28:22.0773970Z [5285/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2024-11-01T16:28:22.9598080Z [5286/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2024-11-01T16:28:23.0337640Z [5287/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2024-11-01T16:28:24.1348960Z [5288/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2024-11-01T16:28:24.8289990Z [5289/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2024-11-01T16:28:25.6884260Z [5290/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2024-11-01T16:28:25.9943340Z [5291/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2024-11-01T16:28:28.4544180Z [5292/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2024-11-01T16:28:28.6189690Z [5293/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2024-11-01T16:28:28.9377890Z [5294/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2024-11-01T16:28:29.0651990Z [5295/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2024-11-01T16:28:30.3112140Z [5296/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2024-11-01T16:28:32.3977630Z [5297/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2024-11-01T16:28:32.7796370Z [5298/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2024-11-01T16:28:33.0901680Z [5299/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2024-11-01T16:28:33.4098000Z [5300/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2024-11-01T16:28:33.7852830Z [5301/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2024-11-01T16:28:34.4626110Z [5302/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2024-11-01T16:28:34.5116990Z [5303/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2024-11-01T16:28:34.7112610Z [5304/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2024-11-01T16:28:36.8579160Z [5305/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2024-11-01T16:28:37.7658240Z [5306/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2024-11-01T16:28:37.8762400Z [5307/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2024-11-01T16:28:38.3247450Z [5308/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2024-11-01T16:28:38.8007130Z [5309/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2024-11-01T16:28:38.9332330Z [5310/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2024-11-01T16:28:40.1983970Z [5311/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2024-11-01T16:28:41.2347620Z [5312/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2024-11-01T16:28:42.2052630Z [5313/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2024-11-01T16:28:42.4799890Z [5314/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2024-11-01T16:28:43.3077120Z [5315/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2024-11-01T16:28:44.1163690Z [5316/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2024-11-01T16:28:44.2901170Z [5317/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2024-11-01T16:28:45.0835860Z [5318/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2024-11-01T16:28:46.5602140Z [5319/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2024-11-01T16:28:47.4388120Z [5320/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2024-11-01T16:28:47.5036130Z [5321/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2024-11-01T16:28:47.5724850Z [5322/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2024-11-01T16:28:48.1374550Z [5323/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2024-11-01T16:28:48.4204240Z [5324/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2024-11-01T16:28:48.9532160Z [5325/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2024-11-01T16:28:49.3602870Z [5326/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2024-11-01T16:28:50.0022530Z [5327/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2024-11-01T16:28:52.4638910Z [5328/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2024-11-01T16:28:53.2817190Z [5329/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2024-11-01T16:28:54.4416880Z [5330/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2024-11-01T16:28:55.1203310Z [5331/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2024-11-01T16:28:55.6954700Z [5332/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2024-11-01T16:28:56.8483540Z [5333/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2024-11-01T16:28:57.3867560Z [5334/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2024-11-01T16:28:58.7518460Z [5335/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2024-11-01T16:28:59.4655310Z [5336/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2024-11-01T16:29:01.0691160Z [5337/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2024-11-01T16:29:01.3479460Z [5338/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2024-11-01T16:29:01.5813920Z [5339/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2024-11-01T16:29:02.8187780Z [5340/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2024-11-01T16:29:03.2399250Z [5341/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2024-11-01T16:29:04.3888340Z [5342/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2024-11-01T16:29:06.5972690Z [5343/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2024-11-01T16:29:06.6501190Z [5344/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2024-11-01T16:29:07.2493340Z [5345/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2024-11-01T16:29:09.3683590Z [5346/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2024-11-01T16:29:09.8373900Z [5347/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2024-11-01T16:29:11.0432280Z [5348/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2024-11-01T16:29:11.0898430Z [5349/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2024-11-01T16:29:11.8183930Z [5350/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2024-11-01T16:29:11.8435020Z [5351/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2024-11-01T16:29:12.1393820Z [5352/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2024-11-01T16:29:13.2201540Z [5353/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2024-11-01T16:29:13.7771840Z [5354/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2024-11-01T16:29:14.1240770Z [5355/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2024-11-01T16:29:16.2088780Z [5356/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2024-11-01T16:29:16.4376600Z [5357/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2024-11-01T16:29:16.6160130Z [5358/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2024-11-01T16:29:17.1980590Z [5359/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2024-11-01T16:29:17.6091130Z [5360/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2024-11-01T16:29:17.7174860Z [5361/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2024-11-01T16:29:18.3367170Z [5362/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2024-11-01T16:29:20.0775050Z [5363/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2024-11-01T16:29:22.5089250Z [5364/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2024-11-01T16:29:22.7813180Z [5365/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2024-11-01T16:29:23.4387580Z [5366/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2024-11-01T16:29:23.9331890Z [5367/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2024-11-01T16:29:24.3872690Z [5368/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2024-11-01T16:29:24.5915520Z [5369/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2024-11-01T16:29:24.7650350Z [5370/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2024-11-01T16:29:24.9844330Z [5371/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2024-11-01T16:29:25.2453110Z [5372/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2024-11-01T16:29:25.8412650Z [5373/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2024-11-01T16:29:25.9354440Z [5374/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2024-11-01T16:29:26.3181900Z [5375/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2024-11-01T16:29:27.8768430Z [5376/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSDevice.mm.o 2024-11-01T16:29:28.0714680Z [5377/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGeneratorImpl.mm.o 2024-11-01T16:29:28.2517580Z [5378/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSEvent.mm.o 2024-11-01T16:29:29.1459090Z [5379/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2024-11-01T16:29:29.1996130Z [5380/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSAllocator.mm.o 2024-11-01T16:29:30.5117980Z [5381/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/EmptyTensor.cpp.o 2024-11-01T16:29:30.5953480Z [5382/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2024-11-01T16:29:31.1912250Z [5383/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2024-11-01T16:29:31.2450450Z [5384/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGuardImpl.mm.o 2024-11-01T16:29:31.6615240Z [5385/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSHooks.mm.o 2024-11-01T16:29:31.7259390Z [5386/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSFallback.mm.o 2024-11-01T16:29:32.1863330Z [5387/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSStream.mm.o 2024-11-01T16:29:32.7798770Z [5388/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Equal.cpp.o 2024-11-01T16:29:34.1386590Z [5389/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSProfiler.mm.o 2024-11-01T16:29:35.3065460Z [5390/5610] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/TensorFactory.cpp.o 2024-11-01T16:29:35.8639820Z [5391/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Attention.mm.o 2024-11-01T16:29:36.0070660Z [5392/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/AdaptivePooling.mm.o 2024-11-01T16:29:36.4910700Z [5393/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryKernel.mm.o 2024-11-01T16:29:37.0063470Z [5394/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryOps.mm.o 2024-11-01T16:29:38.5616830Z [5395/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/OperationUtils.mm.o 2024-11-01T16:29:38.5725060Z [5396/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Activation.mm.o 2024-11-01T16:29:39.7219640Z [5397/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Blas.mm.o 2024-11-01T16:29:39.8001470Z [5398/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Bucketization.mm.o 2024-11-01T16:29:40.1869050Z [5399/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BitwiseOps.mm.o 2024-11-01T16:29:40.5153360Z [5400/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ConstantOps.mm.o 2024-11-01T16:29:41.7483470Z [5401/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Copy.mm.o 2024-11-01T16:29:42.1036070Z [5402/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Convolution.mm.o 2024-11-01T16:29:42.2167060Z [5403/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/CrossKernel.mm.o 2024-11-01T16:29:42.3396500Z [5404/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernel.mm.o 2024-11-01T16:29:43.4281540Z [5405/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Distributions.mm.o 2024-11-01T16:29:43.9945940Z [5406/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Eye.mm.o 2024-11-01T16:29:44.4809310Z [5407/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FastFourierTransform.mm.o 2024-11-01T16:29:44.6324140Z [5408/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm.o 2024-11-01T16:29:45.1215680Z [5409/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm.o 2024-11-01T16:29:45.5811480Z [5410/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm.o 2024-11-01T16:29:45.7951740Z [5411/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm.o 2024-11-01T16:29:47.0369990Z [5412/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm.o 2024-11-01T16:29:47.2425350Z [5413/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Gamma.mm.o 2024-11-01T16:29:48.1376610Z [5414/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedSgdKernel.mm.o 2024-11-01T16:29:48.9093320Z [5415/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/GridSampler.mm.o 2024-11-01T16:29:49.1938690Z [5416/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Im2Col.mm.o 2024-11-01T16:29:50.2053160Z [5417/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/HistogramKernel.mm.o 2024-11-01T16:29:50.4028530Z [5418/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Lerp.mm.o 2024-11-01T16:29:50.5107700Z [5419/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Inverse.mm.o 2024-11-01T16:29:51.2188530Z [5420/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Linear.mm.o 2024-11-01T16:29:51.3428550Z [5421/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Indexing.mm.o 2024-11-01T16:29:53.9403150Z [5422/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PixelShuffle.mm.o 2024-11-01T16:29:54.1269040Z [5423/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LinearAlgebra.mm.o 2024-11-01T16:29:54.1371510Z /Users/ec2-user/runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/LinearAlgebra.mm:602:19: warning: instance method '-encodeToCommandEncoder:commandBuffer:sourceArrays:destinationArray:' not found (return type defaults to 'id') [-Wobjc-method-access] 2024-11-01T16:29:54.1443750Z [matmul encodeToCommandEncoder:computeEncoder 2024-11-01T16:29:54.1446360Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:29:54.1451110Z /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-11-01T16:29:54.1452450Z @interface MPSNDArrayMatrixMultiplication : MPSNDArrayMultiaryKernel 2024-11-01T16:29:54.1455420Z ^ 2024-11-01T16:29:54.1459250Z 1 warning generated. 2024-11-01T16:29:54.2037840Z [5424/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pad.mm.o 2024-11-01T16:29:54.4743150Z [5425/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Normalization.mm.o 2024-11-01T16:29:54.7992430Z [5426/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LossOps.mm.o 2024-11-01T16:29:54.8464680Z [5427/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PointwiseOps.mm.o 2024-11-01T16:29:56.4781420Z [5428/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pooling.mm.o 2024-11-01T16:29:57.7060380Z [5429/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Quantized.mm.o 2024-11-01T16:29:58.0496930Z [5430/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RangeFactories.mm.o 2024-11-01T16:29:58.4210170Z [5431/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RenormKernel.mm.o 2024-11-01T16:29:59.1178900Z [5432/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Scalar.mm.o 2024-11-01T16:29:59.4763730Z [5433/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ReduceOps.mm.o 2024-11-01T16:30:00.0889450Z [5434/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RnnOps.mm.o 2024-11-01T16:30:00.3135160Z [5435/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ScatterGather.mm.o 2024-11-01T16:30:01.0874920Z [5436/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Repeat.mm.o 2024-11-01T16:30:02.1329350Z [5437/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Shape.mm.o 2024-11-01T16:30:02.8264800Z [5438/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Sort.mm.o 2024-11-01T16:30:02.8491070Z [5439/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SoftMax.mm.o 2024-11-01T16:30:03.5003650Z [5440/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SummaryOps.mm.o 2024-11-01T16:30:04.1258330Z [5441/5610] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2024-11-01T16:30:04.5749130Z [5442/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SpecialOps.mm.o 2024-11-01T16:30:04.6552530Z [5443/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TensorCompare.mm.o 2024-11-01T16:30:05.0183970Z [5444/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TriangularOps.mm.o 2024-11-01T16:30:05.9228790Z [5445/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryKernel.mm.o 2024-11-01T16:30:06.5088650Z [5446/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryOps.mm.o 2024-11-01T16:30:06.7525450Z [5447/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Unique.mm.o 2024-11-01T16:30:07.7097740Z [5448/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/WeightNorm.mm.o 2024-11-01T16:30:08.0556590Z [5449/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UpSample.mm.o 2024-11-01T16:30:09.2288120Z [5450/5610] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/View.mm.o 2024-11-01T16:30:10.2942020Z [5451/5610] Linking CXX shared library lib/libtorch_cpu.dylib 2024-11-01T16:30:10.3045290Z ld: warning: ignoring duplicate libraries: 'lib/libcpuinfo.a', 'lib/libnnpack.a', 'lib/libpthreadpool.a' 2024-11-01T16:30:10.5855280Z [5452/5610] Linking CXX shared library lib/libtorch.dylib 2024-11-01T16:30:15.1915910Z [5453/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2024-11-01T16:30:15.2484510Z [5454/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2024-11-01T16:30:15.4283530Z [5455/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2024-11-01T16:30:16.2122750Z [5456/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2024-11-01T16:30:17.0678460Z [5457/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2024-11-01T16:30:22.5229060Z [5458/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2024-11-01T16:30:22.6388980Z [5459/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2024-11-01T16:30:22.7581270Z [5460/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2024-11-01T16:30:23.3438690Z [5461/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2024-11-01T16:30:23.3553290Z [5462/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2024-11-01T16:30:23.8714450Z [5463/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2024-11-01T16:30:24.1663430Z [5464/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2024-11-01T16:30:26.5150420Z [5465/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2024-11-01T16:30:26.5939330Z [5466/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2024-11-01T16:30:26.8444610Z [5467/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2024-11-01T16:30:28.3252920Z [5468/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2024-11-01T16:30:28.6133910Z [5469/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2024-11-01T16:30:29.4160830Z [5470/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2024-11-01T16:30:29.8183490Z [5471/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2024-11-01T16:30:30.3357480Z [5472/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DeviceAccelerator.cpp.o 2024-11-01T16:30:30.7265340Z [5473/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2024-11-01T16:30:31.3277250Z [5474/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2024-11-01T16:30:32.8122330Z [5475/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2024-11-01T16:30:32.9964210Z [5476/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2024-11-01T16:30:34.2454300Z [5477/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2024-11-01T16:30:34.5075680Z [5478/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2024-11-01T16:30:35.1604720Z [5479/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2024-11-01T16:30:35.5984790Z [5480/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2024-11-01T16:30:38.0245340Z [5481/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2024-11-01T16:30:38.2748100Z [5482/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2024-11-01T16:30:39.4927960Z [5483/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2024-11-01T16:30:39.7054000Z [5484/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2024-11-01T16:30:42.7016180Z [5485/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2024-11-01T16:30:44.4271600Z [5486/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2024-11-01T16:30:45.2358290Z [5487/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2024-11-01T16:30:45.7951800Z [5488/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2024-11-01T16:30:47.5009950Z [5489/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2024-11-01T16:30:47.6167500Z [5490/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2024-11-01T16:30:48.0579000Z [5491/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2024-11-01T16:30:48.1108370Z [5492/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Event.cpp.o 2024-11-01T16:30:51.9166700Z [5493/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2024-11-01T16:30:52.0689620Z [5494/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2024-11-01T16:30:52.5883620Z [5495/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2024-11-01T16:30:54.6618690Z [5496/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2024-11-01T16:30:54.9858730Z [5497/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2024-11-01T16:30:55.6604560Z [5498/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2024-11-01T16:30:56.9270880Z [5499/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2024-11-01T16:30:59.3782770Z [5500/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2024-11-01T16:31:01.4461600Z [5501/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2024-11-01T16:31:01.5812760Z [5502/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2024-11-01T16:31:01.8330890Z [5503/5610] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2024-11-01T16:31:01.9246910Z [5504/5610] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2024-11-01T16:31:03.4456960Z [5505/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2024-11-01T16:31:03.5795280Z [5506/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2024-11-01T16:31:03.6263200Z [5507/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/framelocals_mapping.cpp.o 2024-11-01T16:31:03.8565690Z [5508/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2024-11-01T16:31:04.1474810Z [5509/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2024-11-01T16:31:05.3000880Z [5510/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2024-11-01T16:31:05.5011260Z [5511/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/fx/node.cpp.o 2024-11-01T16:31:05.5683640Z [5512/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2024-11-01T16:31:07.4689930Z [5513/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2024-11-01T16:31:07.5215750Z [5514/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2024-11-01T16:31:07.6391330Z [5515/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/utils.cpp.o 2024-11-01T16:31:09.3980440Z [5516/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2024-11-01T16:31:10.2252300Z [5517/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2024-11-01T16:31:12.4147660Z [5518/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_package/pybind.cpp.o 2024-11-01T16:31:13.5267360Z [5519/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mtia/Module.cpp.o 2024-11-01T16:31:13.8748330Z [5520/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2024-11-01T16:31:14.3231130Z [5521/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2024-11-01T16:31:15.3974030Z [5522/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_meta_info.cpp.o 2024-11-01T16:31:16.4567500Z [5523/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/resize_storage_bytes.cpp.o 2024-11-01T16:31:17.5341770Z [5524/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_holder.cpp.o 2024-11-01T16:31:17.6692790Z [5525/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2024-11-01T16:31:18.8742310Z [5526/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2024-11-01T16:31:21.7548840Z [5527/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2024-11-01T16:31:23.4066870Z [5528/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2024-11-01T16:31:23.9594120Z [5529/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2024-11-01T16:31:23.9900210Z [5530/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2024-11-01T16:31:24.1908610Z [5531/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2024-11-01T16:31:24.5895620Z [5532/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2024-11-01T16:31:25.1061680Z [5533/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2024-11-01T16:31:26.7462610Z [5534/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2024-11-01T16:31:28.1701180Z [5535/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2024-11-01T16:31:28.5912390Z [5536/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2024-11-01T16:31:28.6449660Z [5537/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2024-11-01T16:31:28.8832850Z [5538/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2024-11-01T16:31:28.9605490Z [5539/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2024-11-01T16:31:29.2124270Z [5540/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2024-11-01T16:31:30.9820430Z [5541/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2024-11-01T16:31:32.0319200Z [5542/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2024-11-01T16:31:32.0866940Z [5543/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2024-11-01T16:31:33.1594110Z [5544/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2024-11-01T16:31:34.0253410Z [5545/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2024-11-01T16:31:35.2976790Z [5546/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2024-11-01T16:31:36.1369700Z [5547/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2024-11-01T16:31:36.2576530Z [5548/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2024-11-01T16:31:36.7467950Z [5549/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2024-11-01T16:31:38.2076580Z [5550/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2024-11-01T16:31:42.0065130Z [5551/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2024-11-01T16:31:42.0858380Z [5552/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2024-11-01T16:31:42.5782010Z [5553/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2024-11-01T16:31:44.9862640Z [5554/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2024-11-01T16:31:45.1684320Z [5555/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2024-11-01T16:31:45.2903220Z [5556/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2024-11-01T16:31:46.0375990Z [5557/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2024-11-01T16:31:47.0759750Z [5558/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2024-11-01T16:31:47.9795060Z [5559/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2024-11-01T16:31:51.6901150Z [5560/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2024-11-01T16:31:54.3471830Z [5561/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2024-11-01T16:31:55.0288200Z [5562/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2024-11-01T16:31:56.9991820Z [5563/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2024-11-01T16:31:57.1287360Z [5564/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2024-11-01T16:31:57.4215460Z [5565/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2024-11-01T16:31:59.2073390Z [5566/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2024-11-01T16:32:02.1894340Z [5567/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2024-11-01T16:32:03.3394550Z [5568/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2024-11-01T16:32:04.0560050Z [5569/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2024-11-01T16:32:06.8010320Z [5570/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2024-11-01T16:32:09.1752040Z [5571/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2024-11-01T16:32:09.2111370Z [5572/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2024-11-01T16:32:10.2327850Z [5573/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2024-11-01T16:32:10.3641120Z [5574/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2024-11-01T16:32:11.2304110Z [5575/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2024-11-01T16:32:12.0389970Z [5576/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2024-11-01T16:32:12.7809750Z [5577/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2024-11-01T16:32:13.0872930Z [5578/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2024-11-01T16:32:14.2587180Z [5579/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2024-11-01T16:32:14.4473330Z [5580/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2024-11-01T16:32:15.7356280Z [5581/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2024-11-01T16:32:16.3098590Z [5582/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2024-11-01T16:32:17.2219390Z [5583/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2024-11-01T16:32:17.7042990Z [5584/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2024-11-01T16:32:18.3307690Z [5585/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2024-11-01T16:32:19.7923760Z [5586/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2024-11-01T16:32:20.4752490Z [5587/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2024-11-01T16:32:20.6816570Z [5588/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2024-11-01T16:32:22.2667200Z [5589/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2024-11-01T16:32:23.7314090Z [5590/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2024-11-01T16:32:24.7052010Z [5591/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2024-11-01T16:32:24.7544040Z [5592/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2024-11-01T16:32:24.9083460Z [5593/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2024-11-01T16:32:25.2552510Z [5594/5610] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2024-11-01T16:32:25.7905080Z [5595/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2024-11-01T16:32:25.8631490Z [5596/5610] Building C object functorch/CMakeFiles/functorch.dir/csrc/dim/dim_opcode.c.o 2024-11-01T16:32:26.0036000Z [5597/5610] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2024-11-01T16:32:26.0763520Z [5598/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2024-11-01T16:32:26.2252330Z [5599/5610] Linking CXX shared library lib/libshm.dylib 2024-11-01T16:32:26.3557670Z [5600/5610] Linking CXX executable bin/torch_shm_manager 2024-11-01T16:32:26.3874700Z [5601/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2024-11-01T16:32:27.0212910Z [5602/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2024-11-01T16:32:27.1413980Z [5603/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/instruction_counter/Module.cpp.o 2024-11-01T16:32:29.2084220Z [5604/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2024-11-01T16:32:30.1936220Z [5605/5610] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2024-11-01T16:32:32.4315860Z [5606/5610] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2024-11-01T16:32:32.9298110Z [5607/5610] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2024-11-01T16:32:33.1233080Z [5608/5610] Linking CXX shared library lib/libtorch_python.dylib 2024-11-01T16:32:33.2263340Z [5609/5610] Linking CXX shared module functorch/functorch.so 2024-11-01T16:32:33.2263730Z [5609/5610] Install the project... 2024-11-01T16:32:33.2524790Z -- Install configuration: "Release" 2024-11-01T16:32:38.9469540Z Building wheel torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:32:38.9469900Z -- Building version 2.6.0a0+gitd1aa4ef 2024-11-01T16:32:38.9472460Z 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_11632515612/bin/cmake -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/python3.9/site-packages -DPython_EXECUTABLE=/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/bin/python -DTORCH_BUILD_VERSION=2.6.0a0+gitd1aa4ef -DUSE_DISTRIBUTED=0 -DUSE_NUMPY=True -DUSE_OPENMP=1 -DUSE_PYTORCH_METAL=1 -DWERROR=1 /Users/ec2-user/runner/_work/pytorch/pytorch 2024-11-01T16:32:38.9474800Z cmake --build . --target install --config Release 2024-11-01T16:32:38.9475080Z running bdist_wheel 2024-11-01T16:32:40.3315610Z running build 2024-11-01T16:32:40.3315830Z running build_py 2024-11-01T16:32:40.3428420Z creating build/lib.macosx-11.1-arm64-cpython-39 2024-11-01T16:32:40.3428970Z creating build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3429830Z copying torch/_storage_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3437150Z copying torch/_meta_registrations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3479590Z copying torch/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3485490Z copying torch/library.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3509730Z copying torch/_jit_internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3545650Z copying torch/_thread_safe_fork.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3546450Z copying torch/_custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3557450Z copying torch/return_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3566860Z copying torch/_size_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3586210Z copying torch/_torch_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3589460Z copying torch/_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3617210Z copying torch/_utils_internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3618190Z copying torch/quasirandom.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3626780Z copying torch/torch_version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3634560Z copying torch/_VF.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3647210Z copying torch/_streambase.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3654400Z copying torch/_tensor_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3656150Z copying torch/_weights_only_unpickler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3685970Z copying torch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3729400Z copying torch/overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3755960Z copying torch/_namedtensor_internals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3763630Z copying torch/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3784530Z copying torch/_linalg_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3790500Z copying torch/__config__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3828780Z copying torch/_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3857400Z copying torch/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3866490Z copying torch/hub.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3892560Z copying torch/_tensor_str.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3926330Z copying torch/_sources.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3945570Z copying torch/_vmap_internals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3952550Z copying torch/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3976080Z copying torch/_lowrank.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.3996700Z copying torch/_appdirs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4006930Z copying torch/_environment.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4012510Z copying torch/storage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4032280Z copying torch/_compile.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4036970Z copying torch/_lobpcg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4048340Z copying torch/__future__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4055140Z copying torch/_guards.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4070570Z copying torch/_deploy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4078590Z copying torch/_python_dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4083930Z copying torch/_classes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4089440Z copying torch/serialization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4104890Z copying torch/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:40.4140390Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4140980Z copying torchgen/native_function_generation.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4142870Z copying torchgen/gen_vmap_plumbing.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4148840Z copying torchgen/gen.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4150940Z copying torchgen/gen_executorch.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4163260Z copying torchgen/local.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4185930Z copying torchgen/gen_functionalization_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4187020Z copying torchgen/code_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4194790Z copying torchgen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4196250Z copying torchgen/yaml_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4203450Z copying torchgen/gen_aoti_c_shim.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4204940Z copying torchgen/model.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4206910Z copying torchgen/gen_schema_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4212960Z copying torchgen/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4228790Z copying torchgen/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4230290Z copying torchgen/gen_backend_stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4231240Z copying torchgen/gen_lazy_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-11-01T16:32:40.4233730Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch 2024-11-01T16:32:40.4234240Z copying functorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch 2024-11-01T16:32:40.4246900Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4247580Z copying torch/_higher_order_ops/effects.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4256740Z copying torch/_higher_order_ops/invoke_subgraph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4272760Z copying torch/_higher_order_ops/while_loop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4301260Z copying torch/_higher_order_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4306630Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4312350Z copying torch/_higher_order_ops/torchbind.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4318990Z copying torch/_higher_order_ops/cond.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4329270Z copying torch/_higher_order_ops/map.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4335560Z copying torch/_higher_order_ops/hints_wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4359510Z copying torch/_higher_order_ops/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4368150Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4372970Z copying torch/_higher_order_ops/executorch_call_delegate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4377490Z copying torch/_higher_order_ops/scan.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4387740Z copying torch/_higher_order_ops/run_const_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4393940Z copying torch/_higher_order_ops/associative_scan.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4399640Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4409770Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4428660Z copying torch/_higher_order_ops/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4445890Z copying torch/_higher_order_ops/wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-11-01T16:32:40.4456520Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-11-01T16:32:40.4457090Z copying torch/_prims/debug_prims.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-11-01T16:32:40.4463680Z copying torch/_prims/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-11-01T16:32:40.4503390Z copying torch/_prims/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-11-01T16:32:40.4509980Z copying torch/_prims/rng_prims.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-11-01T16:32:40.4520960Z copying torch/_prims/executor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-11-01T16:32:40.4532750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-11-01T16:32:40.4533320Z copying torch/_logging/_internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-11-01T16:32:40.4547350Z copying torch/_logging/scribe.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-11-01T16:32:40.4552780Z copying torch/_logging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-11-01T16:32:40.4585320Z copying torch/_logging/_registrations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-11-01T16:32:40.4593520Z copying torch/_logging/structured.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-11-01T16:32:40.4602010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4602640Z copying torch/_functorch/partitioners.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4647360Z copying torch/_functorch/compile_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4658340Z copying torch/_functorch/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4664290Z copying torch/_functorch/autograd_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4694180Z copying torch/_functorch/python_key.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4703030Z copying torch/_functorch/pytree_hacks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4708560Z copying torch/_functorch/pyfunctorch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4714730Z copying torch/_functorch/deprecated.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4720270Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4729430Z copying torch/_functorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4735730Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4740730Z copying torch/_functorch/fx_minifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4750980Z copying torch/_functorch/apis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4759700Z copying torch/_functorch/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4775430Z copying torch/_functorch/aot_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4793430Z copying torch/_functorch/compilers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4799050Z copying torch/_functorch/eager_transforms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4839560Z copying torch/_functorch/vmap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4850520Z copying torch/_functorch/benchmark_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4862700Z copying torch/_functorch/make_functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4888800Z copying torch/_functorch/functional_call.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-11-01T16:32:40.4901590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4902170Z copying torch/_numpy/_reductions_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4908400Z copying torch/_numpy/_getlimits.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4931950Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4939730Z copying torch/_numpy/_casting_dicts.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4953320Z copying torch/_numpy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4964790Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4969650Z copying torch/_numpy/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4978440Z copying torch/_numpy/_dtypes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.4996970Z copying torch/_numpy/linalg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5003010Z copying torch/_numpy/_ndarray.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5014860Z copying torch/_numpy/_ufuncs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5021630Z copying torch/_numpy/_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5027100Z copying torch/_numpy/_normalizations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5033620Z copying torch/_numpy/_dtypes_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5039590Z copying torch/_numpy/fft.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5044590Z copying torch/_numpy/_funcs_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5060550Z copying torch/_numpy/_funcs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-11-01T16:32:40.5067970Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5068530Z copying torch/_export/error.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5074740Z copying torch/_export/tools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5083720Z copying torch/_export/converter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5105560Z copying torch/_export/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5112130Z copying torch/_export/pass_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5123090Z copying torch/_export/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5147370Z copying torch/_export/wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5154230Z copying torch/_export/non_strict_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5172230Z copying torch/_export/verifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-11-01T16:32:40.5196850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/monitor 2024-11-01T16:32:40.5197400Z copying torch/monitor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/monitor 2024-11-01T16:32:40.5205540Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch 2024-11-01T16:32:40.5206120Z copying torch/_dispatch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch 2024-11-01T16:32:40.5207010Z copying torch/_dispatch/python.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch 2024-11-01T16:32:40.5220000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5220780Z copying torch/_subclasses/functional_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5232550Z copying torch/_subclasses/meta_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5257610Z copying torch/_subclasses/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5264610Z copying torch/_subclasses/_fake_tensor_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5291450Z copying torch/_subclasses/fake_impls.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5318880Z copying torch/_subclasses/fake_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5344580Z copying torch/_subclasses/schema_check_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5350580Z copying torch/_subclasses/fake_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-11-01T16:32:40.5357180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/futures 2024-11-01T16:32:40.5357740Z copying torch/futures/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/futures 2024-11-01T16:32:40.5364420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/linalg 2024-11-01T16:32:40.5364970Z copying torch/linalg/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/linalg 2024-11-01T16:32:40.5403420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-11-01T16:32:40.5404010Z copying torch/_custom_op/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-11-01T16:32:40.5405050Z copying torch/_custom_op/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-11-01T16:32:40.5413200Z copying torch/_custom_op/autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-11-01T16:32:40.5420480Z copying torch/_custom_op/impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-11-01T16:32:40.5434940Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5435470Z copying torch/nn/common_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5441460Z copying torch/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5448060Z copying torch/nn/_reduction.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5453040Z copying torch/nn/cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5457660Z copying torch/nn/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5539450Z copying torch/nn/init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5567980Z copying torch/nn/grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5578430Z copying torch/nn/parameter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:40.5588080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-11-01T16:32:40.5588600Z copying torch/mps/event.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-11-01T16:32:40.5595500Z copying torch/mps/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-11-01T16:32:40.5605060Z copying torch/mps/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-11-01T16:32:40.5619830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5620360Z copying torch/onnx/_type_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5631780Z copying torch/onnx/_constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5637100Z copying torch/onnx/symbolic_opset15.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5642120Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5647040Z copying torch/onnx/symbolic_opset7.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5651070Z copying torch/onnx/symbolic_caffe2.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5657680Z copying torch/onnx/symbolic_opset11.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5694920Z copying torch/onnx/verification.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5717100Z copying torch/onnx/_flags.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5743140Z copying torch/onnx/symbolic_opset10.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5755570Z copying torch/onnx/symbolic_opset20.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5760960Z copying torch/onnx/symbolic_opset14.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5779900Z copying torch/onnx/_globals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5784580Z copying torch/onnx/symbolic_helper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5803690Z copying torch/onnx/symbolic_opset9.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5839540Z copying torch/onnx/_deprecation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5844480Z copying torch/onnx/_exporter_states.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5849560Z copying torch/onnx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5861210Z copying torch/onnx/symbolic_opset8.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5866620Z copying torch/onnx/symbolic_opset19.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5871680Z copying torch/onnx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5890400Z copying torch/onnx/_experimental.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5914630Z copying torch/onnx/symbolic_opset18.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5918480Z copying torch/onnx/errors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5925310Z copying torch/onnx/symbolic_opset13.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5941910Z copying torch/onnx/operators.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5946280Z copying torch/onnx/symbolic_opset17.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5951700Z copying torch/onnx/symbolic_opset16.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5956080Z copying torch/onnx/symbolic_opset12.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-11-01T16:32:40.5963240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor 2024-11-01T16:32:40.5963780Z copying torch/_vendor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor 2024-11-01T16:32:40.5965510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cpu 2024-11-01T16:32:40.5969860Z copying torch/cpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu 2024-11-01T16:32:40.5973700Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.5974350Z copying torch/distributed/_composable_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.5985390Z copying torch/distributed/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.5993780Z copying torch/distributed/rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6005690Z copying torch/distributed/run.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6023780Z copying torch/distributed/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6038340Z copying torch/distributed/distributed_c10d.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6076410Z copying torch/distributed/argparse_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6083530Z copying torch/distributed/_checkpointable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6091600Z copying torch/distributed/constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6100320Z copying torch/distributed/c10d_logger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6107740Z copying torch/distributed/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6114300Z copying torch/distributed/collective_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6132180Z copying torch/distributed/_functional_collectives.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6151050Z copying torch/distributed/launch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6176790Z copying torch/distributed/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6181940Z copying torch/distributed/remote_device.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6186470Z copying torch/distributed/device_mesh.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6200240Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-11-01T16:32:40.6208780Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6209370Z copying torch/autograd/anomaly_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6219810Z copying torch/autograd/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6233210Z copying torch/autograd/forward_ad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6238320Z copying torch/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6249160Z copying torch/autograd/variable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6270090Z copying torch/autograd/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6300060Z copying torch/autograd/grad_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6306820Z copying torch/autograd/profiler_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6317670Z copying torch/autograd/profiler_legacy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6325230Z copying torch/autograd/gradcheck.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6368590Z copying torch/autograd/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6382820Z copying torch/autograd/function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-11-01T16:32:40.6399370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6399870Z copying torch/fx/_pytree.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6405270Z copying torch/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6418600Z copying torch/fx/operator_schemas.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6472140Z copying torch/fx/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6479900Z copying torch/fx/proxy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6490110Z copying torch/fx/_lazy_graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6500860Z copying torch/fx/traceback.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6505660Z copying torch/fx/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6521420Z copying torch/fx/tensor_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6539690Z copying torch/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6545510Z copying torch/fx/immutable_collections.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6551350Z copying torch/fx/annotate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6557760Z copying torch/fx/subgraph_rewriter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6564710Z copying torch/fx/interpreter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6574590Z copying torch/fx/_symbolic_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6589950Z copying torch/fx/node.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6600280Z copying torch/fx/_compatibility.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6604550Z copying torch/fx/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-11-01T16:32:40.6610060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common 2024-11-01T16:32:40.6610700Z copying torch/_prims_common/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common 2024-11-01T16:32:40.6631040Z copying torch/_prims_common/wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common 2024-11-01T16:32:40.6644990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-11-01T16:32:40.6645650Z copying torch/multiprocessing/queue.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-11-01T16:32:40.6654990Z copying torch/multiprocessing/_atfork.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-11-01T16:32:40.6660070Z copying torch/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-11-01T16:32:40.6665520Z copying torch/multiprocessing/spawn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-11-01T16:32:40.6672660Z copying torch/multiprocessing/reductions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-11-01T16:32:40.6682060Z copying torch/multiprocessing/pool.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-11-01T16:32:40.6691760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6692290Z copying torch/cuda/gds.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6698260Z copying torch/cuda/streams.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6705010Z copying torch/cuda/error.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6705730Z copying torch/cuda/comm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6712470Z copying torch/cuda/memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6753630Z copying torch/cuda/jiterator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6757710Z copying torch/cuda/nccl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6763350Z copying torch/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6782660Z copying torch/cuda/_gpu_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6807190Z copying torch/cuda/_sanitizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6818500Z copying torch/cuda/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6823840Z copying torch/cuda/_memory_viz.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6835620Z copying torch/cuda/tunable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6841190Z copying torch/cuda/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6845920Z copying torch/cuda/nvtx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6853010Z copying torch/cuda/graphs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6863190Z copying torch/cuda/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6868740Z copying torch/cuda/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-11-01T16:32:40.6874130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends 2024-11-01T16:32:40.6874700Z copying torch/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends 2024-11-01T16:32:40.6883600Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-11-01T16:32:40.6884230Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-11-01T16:32:40.6890300Z copying torch/_decomp/decompositions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-11-01T16:32:40.6940940Z copying torch/_decomp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-11-01T16:32:40.6953980Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-11-01T16:32:40.6963050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-11-01T16:32:40.6963570Z copying torch/xpu/streams.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-11-01T16:32:40.6985010Z copying torch/xpu/memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-11-01T16:32:40.6989400Z copying torch/xpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-11-01T16:32:40.6999640Z copying torch/xpu/_gpu_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-11-01T16:32:40.7005590Z copying torch/xpu/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-11-01T16:32:40.7011080Z copying torch/xpu/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-11-01T16:32:40.7017020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-11-01T16:32:40.7017650Z copying torch/masked/_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-11-01T16:32:40.7033720Z copying torch/masked/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-11-01T16:32:40.7039360Z copying torch/masked/_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-11-01T16:32:40.7057190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7057750Z copying torch/optim/lr_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7104460Z copying torch/optim/rmsprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7115590Z copying torch/optim/_adafactor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7126060Z copying torch/optim/sparse_adam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7141460Z copying torch/optim/rprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7150980Z copying torch/optim/sgd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7160940Z copying torch/optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7168570Z copying torch/optim/adamax.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7179370Z copying torch/optim/adagrad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7188120Z copying torch/optim/adamw.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7198690Z copying torch/optim/swa_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7207520Z copying torch/optim/lbfgs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7216180Z copying torch/optim/radam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7226250Z copying torch/optim/adam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7235440Z copying torch/optim/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7247530Z copying torch/optim/nadam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7258590Z copying torch/optim/asgd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7271300Z copying torch/optim/_functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7276970Z copying torch/optim/adadelta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-11-01T16:32:40.7292850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7293470Z copying torch/_inductor/cudagraph_trees.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7321360Z copying torch/_inductor/select_algorithm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7345400Z copying torch/_inductor/ops_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7360400Z copying torch/_inductor/metrics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7368440Z copying torch/_inductor/codecache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7391000Z copying torch/_inductor/optimize_indexing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7415570Z copying torch/_inductor/hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7422370Z copying torch/_inductor/cpp_builder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7437960Z copying torch/_inductor/cpu_vec_isa.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7443920Z copying torch/_inductor/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7458700Z copying torch/_inductor/bisect_helper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7484200Z copying torch/_inductor/comms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7497690Z copying torch/_inductor/memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7507900Z copying torch/_inductor/mkldnn_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7520680Z copying torch/_inductor/async_compile.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7547620Z copying torch/_inductor/pattern_matcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7602610Z copying torch/_inductor/quantized_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7608550Z copying torch/_inductor/triton_bundler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7614610Z copying torch/_inductor/aoti_eager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7620250Z copying torch/_inductor/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7662920Z copying torch/_inductor/lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7708550Z copying torch/_inductor/jagged_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7714670Z copying torch/_inductor/test_operators.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7722990Z copying torch/_inductor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7730670Z copying torch/_inductor/compile_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7752110Z copying torch/_inductor/cudagraph_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7758810Z copying torch/_inductor/sizevars.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7770200Z copying torch/_inductor/ir.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7803780Z copying torch/_inductor/index_propagation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7809980Z copying torch/_inductor/constant_folding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7815180Z copying torch/_inductor/inductor_prims.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7820010Z copying torch/_inductor/virtualized.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7825040Z copying torch/_inductor/test_case.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7830290Z copying torch/_inductor/autotune_process.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7840270Z copying torch/_inductor/exc.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7844330Z copying torch/_inductor/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7865760Z copying torch/_inductor/debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7877680Z copying torch/_inductor/comm_lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7886560Z copying torch/_inductor/decomposition.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7914110Z copying torch/_inductor/fx_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7919060Z copying torch/_inductor/scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.7976880Z copying torch/_inductor/mkldnn_ir.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8030380Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8039760Z copying torch/_inductor/remote_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8046230Z copying torch/_inductor/comm_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8052440Z copying torch/_inductor/extern_node_serializer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8058960Z copying torch/_inductor/bounds.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8066800Z copying torch/_inductor/custom_graph_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8098970Z copying torch/_inductor/freezing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8120610Z copying torch/_inductor/dependencies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8143550Z copying torch/_inductor/loop_body.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8154560Z copying torch/_inductor/subgraph_lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-11-01T16:32:40.8166630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8167170Z copying torch/utils/_pytree.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8204980Z copying torch/utils/_foreach_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8213500Z copying torch/utils/hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8224850Z copying torch/utils/_traceback.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8232540Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8240090Z copying torch/utils/_mode_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8254410Z copying torch/utils/checkpoint.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8271800Z copying torch/utils/show_pickle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8277560Z copying torch/utils/deterministic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8299450Z copying torch/utils/file_baton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8303960Z copying torch/utils/_freeze.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8334700Z copying torch/utils/backend_registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8344530Z copying torch/utils/module_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8353860Z copying torch/utils/model_zoo.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8360020Z copying torch/utils/_zip.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8375230Z copying torch/utils/collect_env.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8388190Z copying torch/utils/throughput_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8394940Z copying torch/utils/dlpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8400230Z copying torch/utils/_cxx_pytree.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8417840Z copying torch/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8423650Z copying torch/utils/_import_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8429730Z copying torch/utils/bundled_inputs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8459560Z copying torch/utils/mkldnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8464430Z copying torch/utils/cpp_backtrace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8468930Z copying torch/utils/_contextlib.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8474270Z copying torch/utils/_python_dispatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8484990Z copying torch/utils/_exposed_in.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8489840Z copying torch/utils/_thunk.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8495040Z copying torch/utils/_config_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8503460Z copying torch/utils/_device.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8508470Z copying torch/utils/flop_counter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8529030Z copying torch/utils/_typing_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8533810Z copying torch/utils/_stats.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8538420Z copying torch/utils/cpp_extension.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8580130Z copying torch/utils/_backport_slots.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8584970Z copying torch/utils/_get_clean_triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8589700Z copying torch/utils/_triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8594760Z copying torch/utils/_content_store.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8600510Z copying torch/utils/_ordered_set.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8605900Z copying torch/utils/weak.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8616110Z copying torch/utils/mobile_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:40.8622080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/contrib 2024-11-01T16:32:40.8622770Z copying torch/contrib/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/contrib 2024-11-01T16:32:40.8623600Z copying torch/contrib/_tensorboard_vis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/contrib 2024-11-01T16:32:40.8631000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8631640Z copying torch/quantization/observer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8636630Z copying torch/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8641950Z copying torch/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8646330Z copying torch/quantization/quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8652490Z copying torch/quantization/_numeric_suite.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8657970Z copying torch/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8663560Z copying torch/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8668480Z copying torch/quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8673810Z copying torch/quantization/_quantized_conversions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8679510Z copying torch/quantization/stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8685500Z copying torch/quantization/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8690640Z copying torch/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8695510Z copying torch/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8701430Z copying torch/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8706430Z copying torch/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8711390Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-11-01T16:32:40.8716830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/special 2024-11-01T16:32:40.8717380Z copying torch/special/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/special 2024-11-01T16:32:40.8733680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-11-01T16:32:40.8734250Z copying torch/testing/_creation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-11-01T16:32:40.8739380Z copying torch/testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-11-01T16:32:40.8745090Z copying torch/testing/_comparison.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-11-01T16:32:40.8760870Z copying torch/testing/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-11-01T16:32:40.8768420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8768980Z copying torch/_library/triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8775080Z copying torch/_library/infer_schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8779530Z copying torch/_library/simple_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8784660Z copying torch/_library/custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8798890Z copying torch/_library/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8804210Z copying torch/_library/fake_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8809750Z copying torch/_library/autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8815550Z copying torch/_library/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8822090Z copying torch/_library/fake_class_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-11-01T16:32:40.8828760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator 2024-11-01T16:32:40.8829370Z copying torch/accelerator/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator 2024-11-01T16:32:40.8835150Z copying torch/accelerator/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator 2024-11-01T16:32:40.8841160Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-11-01T16:32:40.8841710Z copying torch/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-11-01T16:32:40.8852900Z copying torch/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-11-01T16:32:40.8863430Z copying torch/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-11-01T16:32:40.8875040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8875560Z copying torch/jit/_ir_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8881180Z copying torch/jit/_monkeytype_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8886040Z copying torch/jit/_decompositions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8891050Z copying torch/jit/_recursive.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8923120Z copying torch/jit/_logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8927830Z copying torch/jit/_serialization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8932990Z copying torch/jit/quantized.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8939550Z copying torch/jit/_script.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.8974090Z copying torch/jit/_shape_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9000210Z copying torch/jit/_decomposition_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9005850Z copying torch/jit/_freeze.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9012550Z copying torch/jit/_pickle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9017610Z copying torch/jit/_check.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9022880Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9028620Z copying torch/jit/frontend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9040360Z copying torch/jit/supported_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9045840Z copying torch/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9051020Z copying torch/jit/_fuser.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9057230Z copying torch/jit/_builtins.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9062790Z copying torch/jit/_dataclass_impls.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9067750Z copying torch/jit/_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9117050Z copying torch/jit/generate_bytecode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9151540Z copying torch/jit/_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9157310Z copying torch/jit/_async.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9161860Z copying torch/jit/annotations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9171440Z copying torch/jit/_await.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:40.9181430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9182000Z copying torch/_dynamo/cache_size.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9189170Z copying torch/_dynamo/callback.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9194380Z copying torch/_dynamo/comptime.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9201760Z copying torch/_dynamo/logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9211920Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9217910Z copying torch/_dynamo/hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9224370Z copying torch/_dynamo/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9233900Z copying torch/_dynamo/guards.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9257700Z copying torch/_dynamo/test_minifier_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9263090Z copying torch/_dynamo/create_parameter_op.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9267950Z copying torch/_dynamo/device_interface.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9272750Z copying torch/_dynamo/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9277830Z copying torch/_dynamo/mutation_guard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9282640Z copying torch/_dynamo/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9287520Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9312420Z copying torch/_dynamo/tensor_version_op.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9335710Z copying torch/_dynamo/external_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9352800Z copying torch/_dynamo/test_case.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9364750Z copying torch/_dynamo/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9370090Z copying torch/_dynamo/resume_execution.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9380090Z copying torch/_dynamo/output_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9402270Z copying torch/_dynamo/compiled_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9411610Z copying torch/_dynamo/exc.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9417030Z copying torch/_dynamo/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9448860Z copying torch/_dynamo/replay_record.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9455500Z copying torch/_dynamo/side_effects.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9469830Z copying torch/_dynamo/trace_rules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9506720Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9527850Z copying torch/_dynamo/convert_frame.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9546670Z copying torch/_dynamo/funcname_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9552000Z copying torch/_dynamo/testing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9558540Z copying torch/_dynamo/pgo.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9567090Z copying torch/_dynamo/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9575680Z copying torch/_dynamo/symbolic_convert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9619860Z copying torch/_dynamo/codegen.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9634190Z copying torch/_dynamo/source.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9655010Z copying torch/_dynamo/eval_frame.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9691940Z copying torch/_dynamo/code_context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9698010Z copying torch/_dynamo/current_scope_id.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9702610Z copying torch/_dynamo/debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9715430Z copying torch/_dynamo/decorators.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-11-01T16:32:40.9733390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9733970Z copying torch/_lazy/metrics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9738950Z copying torch/_lazy/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9743460Z copying torch/_lazy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9748150Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9752770Z copying torch/_lazy/debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9757430Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9763600Z copying torch/_lazy/ir_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9768680Z copying torch/_lazy/ts_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9773410Z copying torch/_lazy/computation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9778270Z copying torch/_lazy/closure.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9784280Z copying torch/_lazy/device_context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-11-01T16:32:40.9790890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao 2024-11-01T16:32:40.9791400Z copying torch/ao/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao 2024-11-01T16:32:40.9797490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/mtia 2024-11-01T16:32:40.9798010Z copying torch/mtia/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mtia 2024-11-01T16:32:40.9803340Z copying torch/mtia/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mtia 2024-11-01T16:32:40.9811360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-11-01T16:32:40.9811920Z copying torch/_refs/_conversions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-11-01T16:32:40.9817510Z copying torch/_refs/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-11-01T16:32:40.9879510Z copying torch/_refs/fft.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-11-01T16:32:40.9889830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fft 2024-11-01T16:32:40.9890350Z copying torch/fft/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fft 2024-11-01T16:32:40.9905740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9906350Z copying torch/profiler/_memory_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9916640Z copying torch/profiler/itt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9922100Z copying torch/profiler/_pattern_matcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9932380Z copying torch/profiler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9938220Z copying torch/profiler/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9949980Z copying torch/profiler/python_tracer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9955090Z copying torch/profiler/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-11-01T16:32:40.9961430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-11-01T16:32:40.9962030Z copying torch/sparse/_semi_structured_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-11-01T16:32:40.9967400Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-11-01T16:32:40.9972520Z copying torch/sparse/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-11-01T16:32:40.9984670Z copying torch/sparse/semi_structured.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-11-01T16:32:40.9993880Z copying torch/sparse/_triton_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-11-01T16:32:41.0031730Z copying torch/sparse/_triton_ops_meta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-11-01T16:32:41.0077300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_awaits 2024-11-01T16:32:41.0077850Z copying torch/_awaits/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_awaits 2024-11-01T16:32:41.0086110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0086670Z copying torch/export/_safeguard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0092360Z copying torch/export/exported_program.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0108170Z copying torch/export/unflatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0128630Z copying torch/export/custom_obj.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0133440Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0139730Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0145590Z copying torch/export/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0178670Z copying torch/export/_unlift.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0184530Z copying torch/export/_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0199280Z copying torch/export/graph_signature.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0208620Z copying torch/export/decomp_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0212590Z copying torch/export/_swap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0225850Z copying torch/export/_draft_export.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0231500Z copying torch/export/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0242140Z copying torch/export/_tree_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-11-01T16:32:41.0248330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nested 2024-11-01T16:32:41.0248870Z copying torch/nested/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested 2024-11-01T16:32:41.0260720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-11-01T16:32:41.0261390Z copying torch/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-11-01T16:32:41.0268720Z copying torch/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-11-01T16:32:41.0269670Z copying torch/_strobelight/compile_time_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-11-01T16:32:41.0275240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/compiler 2024-11-01T16:32:41.0275860Z copying torch/compiler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/compiler 2024-11-01T16:32:41.0283360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/signal 2024-11-01T16:32:41.0283900Z copying torch/signal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/signal 2024-11-01T16:32:41.0297520Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0298200Z copying torch/distributions/inverse_gamma.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0310650Z copying torch/distributions/laplace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0318900Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0323880Z copying torch/distributions/categorical.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0328210Z copying torch/distributions/transforms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0338090Z copying torch/distributions/dirichlet.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0366590Z copying torch/distributions/log_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0371170Z copying torch/distributions/transformed_distribution.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0377100Z copying torch/distributions/geometric.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0382430Z copying torch/distributions/weibull.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0388250Z copying torch/distributions/studentT.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0392960Z copying torch/distributions/multivariate_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0398810Z copying torch/distributions/normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0404210Z copying torch/distributions/poisson.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0411740Z copying torch/distributions/beta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0413420Z copying torch/distributions/kumaraswamy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0418090Z copying torch/distributions/half_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0423550Z copying torch/distributions/relaxed_categorical.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0428790Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0434770Z copying torch/distributions/half_cauchy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0439740Z copying torch/distributions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0444660Z copying torch/distributions/lkj_cholesky.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0449230Z copying torch/distributions/independent.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0454890Z copying torch/distributions/multinomial.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0459810Z copying torch/distributions/exponential.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0464880Z copying torch/distributions/pareto.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0470210Z copying torch/distributions/negative_binomial.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0474700Z copying torch/distributions/cauchy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0479480Z copying torch/distributions/von_mises.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0485140Z copying torch/distributions/distribution.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0490180Z copying torch/distributions/gumbel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0495450Z copying torch/distributions/constraint_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0500800Z copying torch/distributions/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0507120Z copying torch/distributions/kl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0518010Z copying torch/distributions/mixture_same_family.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0523120Z copying torch/distributions/continuous_bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0528570Z copying torch/distributions/fishersnedecor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0534200Z copying torch/distributions/constraints.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0546360Z copying torch/distributions/uniform.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0551160Z copying torch/distributions/bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0562720Z copying torch/distributions/exp_family.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0568890Z copying torch/distributions/logistic_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0575080Z copying torch/distributions/one_hot_categorical.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0581990Z copying torch/distributions/wishart.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0588480Z copying torch/distributions/gamma.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0597020Z copying torch/distributions/chi2.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0601790Z copying torch/distributions/binomial.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-11-01T16:32:41.0619980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0620580Z copying torch/package/package_exporter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0641210Z copying torch/package/file_structure_representation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0646730Z copying torch/package/_mock.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0652260Z copying torch/package/importer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0658760Z copying torch/package/_stdlib.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0666610Z copying torch/package/_mangling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0692560Z copying torch/package/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0699170Z copying torch/package/package_importer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0712490Z copying torch/package/_package_unpickler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0718610Z copying torch/package/glob_group.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0723830Z copying torch/package/find_file_dependencies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0728410Z copying torch/package/_package_pickler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0755660Z copying torch/package/_importlib.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0761160Z copying torch/package/_directory_reader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0766460Z copying torch/package/_digraph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-11-01T16:32:41.0772860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/func 2024-11-01T16:32:41.0773390Z copying torch/func/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/func 2024-11-01T16:32:41.0781580Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0782390Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0801330Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0824810Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0831040Z copying torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0839800Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0848950Z copying torch/_functorch/_aot_autograd/autograd_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0859600Z copying torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0871390Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0882040Z copying torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0894830Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0940900Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0951970Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0961670Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-11-01T16:32:41.0969070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing 2024-11-01T16:32:41.0969710Z copying torch/_numpy/testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing 2024-11-01T16:32:41.0976290Z copying torch/_numpy/testing/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing 2024-11-01T16:32:41.0997450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-11-01T16:32:41.0998140Z copying torch/_export/pass_infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-11-01T16:32:41.0999260Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-11-01T16:32:41.1004020Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-11-01T16:32:41.1012090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1012960Z copying torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1024210Z 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-11-01T16:32:41.1029400Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1034290Z copying torch/_export/passes/replace_with_hop_pass_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1039430Z copying torch/_export/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1045460Z copying torch/_export/passes/_node_metadata_hook.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1050470Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1055550Z copying torch/_export/passes/constant_folding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1062240Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1067560Z copying torch/_export/passes/replace_autocast_with_hop_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1072510Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1078170Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1083380Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-11-01T16:32:41.1088630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-11-01T16:32:41.1089240Z copying torch/_export/db/logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-11-01T16:32:41.1094790Z copying torch/_export/db/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-11-01T16:32:41.1100340Z copying torch/_export/db/gen_example.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-11-01T16:32:41.1104960Z copying torch/_export/db/case.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-11-01T16:32:41.1111460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1112130Z copying torch/_export/serde/serialize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1141410Z copying torch/_export/serde/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1142300Z copying torch/_export/serde/schema_check.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1150040Z copying torch/_export/serde/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1157280Z copying torch/_export/serde/union.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1163930Z copying torch/_export/serde/schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1175920Z copying torch/_export/serde/aoti_schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:41.1207890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1208630Z copying torch/_export/db/examples/list_unpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1219370Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1226270Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1231360Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1236190Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1242110Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1246280Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1251100Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1256450Z copying torch/_export/db/examples/autograd_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1261290Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1266140Z copying torch/_export/db/examples/cond_operands.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1271100Z copying torch/_export/db/examples/decorator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1276260Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1280380Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1285160Z copying torch/_export/db/examples/nested_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1290110Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1293650Z copying torch/_export/db/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1300050Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1305640Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1310340Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1314680Z copying torch/_export/db/examples/class_method.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1322130Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1327660Z copying torch/_export/db/examples/scalar_output.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1333260Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1340260Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1345520Z copying torch/_export/db/examples/unsupported_operator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1351520Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1357600Z copying torch/_export/db/examples/optional_input.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1385970Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1390490Z copying torch/_export/db/examples/static_if.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1396880Z copying torch/_export/db/examples/dictionary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1401940Z copying torch/_export/db/examples/list_contains.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1406690Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1413200Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1418360Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1422700Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1428010Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-11-01T16:32:41.1434750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-11-01T16:32:41.1435370Z copying torch/nn/attention/bias.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-11-01T16:32:41.1441820Z copying torch/nn/attention/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-11-01T16:32:41.1447760Z copying torch/nn/attention/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-11-01T16:32:41.1464980Z copying torch/nn/attention/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-11-01T16:32:41.1472470Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1473120Z copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1481030Z copying torch/nn/parallel/comm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1505140Z copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1514130Z copying torch/nn/parallel/replicate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1519950Z copying torch/nn/parallel/_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1525380Z copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1531550Z copying torch/nn/parallel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1538080Z copying torch/nn/parallel/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-11-01T16:32:41.1590950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat 2024-11-01T16:32:41.1591490Z copying torch/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat 2024-11-01T16:32:41.1600390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized 2024-11-01T16:32:41.1601010Z copying torch/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized 2024-11-01T16:32:41.1607770Z copying torch/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized 2024-11-01T16:32:41.1637640Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends 2024-11-01T16:32:41.1638240Z copying torch/nn/backends/thnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends 2024-11-01T16:32:41.1644780Z copying torch/nn/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends 2024-11-01T16:32:41.1648070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1648700Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1659510Z copying torch/nn/utils/spectral_norm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1665490Z copying torch/nn/utils/convert_parameters.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1672270Z copying torch/nn/utils/stateless.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1677850Z copying torch/nn/utils/parametrize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1689460Z copying torch/nn/utils/memory_format.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1694540Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1703830Z copying torch/nn/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1706070Z copying torch/nn/utils/weight_norm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1711710Z copying torch/nn/utils/fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1717360Z copying torch/nn/utils/prune.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1736550Z copying torch/nn/utils/parametrizations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1748820Z copying torch/nn/utils/init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1754620Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1760010Z copying torch/nn/utils/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1770700Z copying torch/nn/utils/clip_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-11-01T16:32:41.1776750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable 2024-11-01T16:32:41.1777410Z copying torch/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable 2024-11-01T16:32:41.1784730Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic 2024-11-01T16:32:41.1785360Z copying torch/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic 2024-11-01T16:32:41.1795400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1796020Z copying torch/nn/modules/upsampling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1803390Z copying torch/nn/modules/channelshuffle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1808950Z copying torch/nn/modules/instancenorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1819590Z copying torch/nn/modules/flatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1826490Z copying torch/nn/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1837320Z copying torch/nn/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1844340Z copying torch/nn/modules/_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1850160Z copying torch/nn/modules/pooling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1884730Z copying torch/nn/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1891440Z copying torch/nn/modules/distance.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1897300Z copying torch/nn/modules/container.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1916410Z copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1922130Z copying torch/nn/modules/adaptive.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1928710Z copying torch/nn/modules/loss.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1953920Z copying torch/nn/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1972050Z copying torch/nn/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1976550Z copying torch/nn/modules/transformer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.1991670Z copying torch/nn/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2003290Z copying torch/nn/modules/module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2068080Z copying torch/nn/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2074370Z copying torch/nn/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2104340Z copying torch/nn/modules/lazy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2115530Z copying torch/nn/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2121140Z copying torch/nn/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2141650Z copying torch/nn/modules/padding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2155260Z copying torch/nn/modules/fold.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-11-01T16:32:41.2163730Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental 2024-11-01T16:32:41.2164520Z copying torch/nn/attention/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental 2024-11-01T16:32:41.2185180Z copying torch/nn/attention/experimental/_paged_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental 2024-11-01T16:32:41.2206080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic 2024-11-01T16:32:41.2206740Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic 2024-11-01T16:32:41.2214860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-11-01T16:32:41.2215510Z copying torch/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-11-01T16:32:41.2223460Z copying torch/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-11-01T16:32:41.2231760Z copying torch/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-11-01T16:32:41.2237420Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-11-01T16:32:41.2243850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules 2024-11-01T16:32:41.2244710Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules 2024-11-01T16:32:41.2276260Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules 2024-11-01T16:32:41.2283330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference 2024-11-01T16:32:41.2284080Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference 2024-11-01T16:32:41.2289530Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic 2024-11-01T16:32:41.2290250Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic 2024-11-01T16:32:41.2316540Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2317290Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2323330Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2329100Z copying torch/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2338070Z copying torch/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2345510Z copying torch/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2354570Z copying torch/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2360410Z copying torch/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2365930Z copying torch/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2370890Z copying torch/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2375450Z copying torch/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2381180Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-11-01T16:32:41.2387980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-11-01T16:32:41.2388820Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-11-01T16:32:41.2394130Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-11-01T16:32:41.2399900Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-11-01T16:32:41.2406750Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-11-01T16:32:41.2412090Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-11-01T16:32:41.2418060Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-11-01T16:32:41.2426480Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-11-01T16:32:41.2427300Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-11-01T16:32:41.2433130Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-11-01T16:32:41.2440200Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-11-01T16:32:41.2447360Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-11-01T16:32:41.2454000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2454860Z 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-11-01T16:32:41.2461310Z 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-11-01T16:32:41.2467820Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2476690Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2495190Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2501260Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2507100Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2514460Z 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-11-01T16:32:41.2519570Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2526220Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-11-01T16:32:41.2534860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-11-01T16:32:41.2535620Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-11-01T16:32:41.2546910Z copying torch/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-11-01T16:32:41.2552710Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-11-01T16:32:41.2559020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat 2024-11-01T16:32:41.2559760Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat 2024-11-01T16:32:41.2589440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized 2024-11-01T16:32:41.2590200Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized 2024-11-01T16:32:41.2598140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules 2024-11-01T16:32:41.2598870Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules 2024-11-01T16:32:41.2608040Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules 2024-11-01T16:32:41.2614810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-11-01T16:32:41.2615590Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-11-01T16:32:41.2632190Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-11-01T16:32:41.2638280Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-11-01T16:32:41.2645590Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-11-01T16:32:41.2651950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic 2024-11-01T16:32:41.2652780Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic 2024-11-01T16:32:41.2659490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-11-01T16:32:41.2660340Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-11-01T16:32:41.2667610Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-11-01T16:32:41.2675030Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-11-01T16:32:41.2680220Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-11-01T16:32:41.2686010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/modules 2024-11-01T16:32:41.2686960Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/modules 2024-11-01T16:32:41.2692240Z 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-11-01T16:32:41.2699380Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2700060Z copying torch/onnx/_internal/registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2709040Z copying torch/onnx/_internal/io_adapter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2720360Z copying torch/onnx/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2721240Z copying torch/onnx/_internal/_lazy_import.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2727030Z copying torch/onnx/_internal/_exporter_legacy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2744320Z copying torch/onnx/_internal/onnxruntime.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2760880Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2769040Z copying torch/onnx/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-11-01T16:32:41.2778320Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2779020Z copying torch/onnx/_internal/fx/registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2785230Z copying torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2790930Z copying torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2802150Z copying torch/onnx/_internal/fx/decomposition_table.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2807690Z copying torch/onnx/_internal/fx/decomposition_skip.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2813470Z copying torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2818740Z copying torch/onnx/_internal/fx/diagnostics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2824820Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2832110Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2837640Z copying torch/onnx/_internal/fx/patcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2843550Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2849530Z copying torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2862630Z copying torch/onnx/_internal/fx/serialization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-11-01T16:32:41.2870000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-11-01T16:32:41.2870780Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-11-01T16:32:41.2882730Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-11-01T16:32:41.2888050Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-11-01T16:32:41.2895940Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2896710Z copying torch/onnx/_internal/exporter/_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2902320Z copying torch/onnx/_internal/exporter/_errors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2926690Z copying torch/onnx/_internal/exporter/_capture_strategies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2933470Z copying torch/onnx/_internal/exporter/_tensors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2939000Z copying torch/onnx/_internal/exporter/_dispatching.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2944790Z copying torch/onnx/_internal/exporter/_isolated.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2950190Z copying torch/onnx/_internal/exporter/_decomp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2955470Z copying torch/onnx/_internal/exporter/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2956360Z copying torch/onnx/_internal/exporter/_onnx_program.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2963250Z copying torch/onnx/_internal/exporter/_building.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2976840Z copying torch/onnx/_internal/exporter/_schemas.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.2989170Z copying torch/onnx/_internal/exporter/_core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3008610Z copying torch/onnx/_internal/exporter/_verification.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3014970Z copying torch/onnx/_internal/exporter/_reporting.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3021610Z copying torch/onnx/_internal/exporter/_registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3028520Z copying torch/onnx/_internal/exporter/_testing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3034940Z copying torch/onnx/_internal/exporter/_compat.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3040060Z copying torch/onnx/_internal/exporter/_ir_passes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3046040Z copying torch/onnx/_internal/exporter/_fx_passes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-11-01T16:32:41.3053100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis 2024-11-01T16:32:41.3058190Z copying torch/onnx/_internal/fx/analysis/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis 2024-11-01T16:32:41.3061750Z copying torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis 2024-11-01T16:32:41.3071150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3071930Z copying torch/onnx/_internal/fx/passes/readability.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3079550Z copying torch/onnx/_internal/fx/passes/modularization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3102040Z copying torch/onnx/_internal/fx/passes/virtualization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3130740Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3137150Z copying torch/onnx/_internal/fx/passes/functionalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3144300Z copying torch/onnx/_internal/fx/passes/decomp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3150430Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3196160Z copying torch/onnx/_internal/fx/passes/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-11-01T16:32:41.3203700Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:41.3204570Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:41.3211960Z copying torch/onnx/_internal/diagnostics/infra/decorator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:41.3218940Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:41.3224180Z copying torch/onnx/_internal/diagnostics/infra/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:41.3230820Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:41.3235460Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:41.3250430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3251340Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3261520Z 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-11-01T16:32:41.3272950Z 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-11-01T16:32:41.3279730Z 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-11-01T16:32:41.3284900Z 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-11-01T16:32:41.3292940Z 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-11-01T16:32:41.3302060Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3308530Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3313340Z 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-11-01T16:32:41.3318250Z 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-11-01T16:32:41.3322490Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3329440Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3334340Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3341160Z 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-11-01T16:32:41.3346320Z 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-11-01T16:32:41.3353030Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3358050Z 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-11-01T16:32:41.3362360Z 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-11-01T16:32:41.3367100Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3372540Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3378320Z 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-11-01T16:32:41.3383180Z 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-11-01T16:32:41.3389110Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3396060Z 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-11-01T16:32:41.3401050Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3406610Z 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-11-01T16:32:41.3412150Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3417770Z 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-11-01T16:32:41.3423960Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3429980Z 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-11-01T16:32:41.3435740Z 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-11-01T16:32:41.3440540Z 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-11-01T16:32:41.3445770Z 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-11-01T16:32:41.3450260Z 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-11-01T16:32:41.3455310Z 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-11-01T16:32:41.3460800Z 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-11-01T16:32:41.3466680Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3472430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3476950Z 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-11-01T16:32:41.3482640Z 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-11-01T16:32:41.3488500Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3492540Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3497520Z 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-11-01T16:32:41.3505190Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3510980Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3517370Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3523570Z 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-11-01T16:32:41.3531680Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3559700Z 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-11-01T16:32:41.3564750Z 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-11-01T16:32:41.3570130Z 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-11-01T16:32:41.3575640Z 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-11-01T16:32:41.3583430Z 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-11-01T16:32:41.3597260Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3599850Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:41.3606820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-11-01T16:32:41.3607500Z copying torch/_vendor/packaging/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-11-01T16:32:41.3637270Z copying torch/_vendor/packaging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-11-01T16:32:41.3644440Z copying torch/_vendor/packaging/_structures.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-11-01T16:32:41.3650500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-11-01T16:32:41.3652010Z copying torch/cpu/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-11-01T16:32:41.3663010Z copying torch/cpu/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-11-01T16:32:41.3669060Z copying torch/cpu/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-11-01T16:32:41.3675490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-11-01T16:32:41.3676190Z copying torch/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-11-01T16:32:41.3685290Z copying torch/distributed/_tensor/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-11-01T16:32:41.3692580Z copying torch/distributed/_tensor/placement_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-11-01T16:32:41.3703650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharding_spec 2024-11-01T16:32:41.3704430Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharding_spec 2024-11-01T16:32:41.3711270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher 2024-11-01T16:32:41.3712000Z copying torch/distributed/launcher/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher 2024-11-01T16:32:41.3718200Z copying torch/distributed/launcher/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher 2024-11-01T16:32:41.3729180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3729960Z copying torch/distributed/checkpoint/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3736260Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3769920Z copying torch/distributed/checkpoint/planner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3790540Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3804250Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3836870Z copying torch/distributed/checkpoint/metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3865680Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3871890Z copying torch/distributed/checkpoint/_version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3877410Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3883730Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3890010Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3896310Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3929330Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3938100Z copying torch/distributed/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3973550Z copying torch/distributed/checkpoint/logger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3986500Z copying torch/distributed/checkpoint/resharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3992980Z copying torch/distributed/checkpoint/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.3999160Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4005100Z copying torch/distributed/checkpoint/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4011670Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4023510Z copying torch/distributed/checkpoint/storage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4029790Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4036150Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4043250Z copying torch/distributed/checkpoint/staging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4050650Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4055830Z copying torch/distributed/checkpoint/stateful.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4072300Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4099120Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-11-01T16:32:41.4106320Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharded_tensor 2024-11-01T16:32:41.4107120Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharded_tensor 2024-11-01T16:32:41.4113430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn 2024-11-01T16:32:41.4114080Z copying torch/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn 2024-11-01T16:32:41.4118990Z copying torch/distributed/nn/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn 2024-11-01T16:32:41.4125900Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic 2024-11-01T16:32:41.4126650Z copying torch/distributed/elastic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic 2024-11-01T16:32:41.4133560Z copying torch/distributed/elastic/control_plane.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic 2024-11-01T16:32:41.4142700Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/autograd 2024-11-01T16:32:41.4143420Z copying torch/distributed/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/autograd 2024-11-01T16:32:41.4150790Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4151520Z copying torch/distributed/pipelining/_IR.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4163660Z copying torch/distributed/pipelining/_unflatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4170780Z copying torch/distributed/pipelining/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4176060Z copying torch/distributed/pipelining/microbatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4182200Z copying torch/distributed/pipelining/_backward.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4188490Z copying torch/distributed/pipelining/_debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4194450Z copying torch/distributed/pipelining/stage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4234100Z copying torch/distributed/pipelining/schedules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4261620Z copying torch/distributed/pipelining/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-11-01T16:32:41.4268070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms 2024-11-01T16:32:41.4268810Z copying torch/distributed/algorithms/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms 2024-11-01T16:32:41.4275080Z copying torch/distributed/algorithms/join.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms 2024-11-01T16:32:41.4283380Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4284110Z copying torch/distributed/optim/named_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4324400Z copying torch/distributed/optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4330770Z copying torch/distributed/optim/functional_sgd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4336730Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4342730Z copying torch/distributed/optim/functional_adamw.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4349770Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4356540Z copying torch/distributed/optim/functional_adam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4363860Z copying torch/distributed/optim/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4370860Z copying torch/distributed/optim/functional_rprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4376240Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4386530Z copying torch/distributed/optim/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4396490Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4406700Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4413020Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4435440Z copying torch/distributed/optim/functional_adamax.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:41.4443190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-11-01T16:32:41.4444020Z copying torch/distributed/_composable/replicate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-11-01T16:32:41.4454060Z copying torch/distributed/_composable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-11-01T16:32:41.4459990Z copying torch/distributed/_composable/fully_shard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-11-01T16:32:41.4472860Z copying torch/distributed/_composable/contract.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-11-01T16:32:41.4480840Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-11-01T16:32:41.4487910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4488670Z copying torch/distributed/_tools/mem_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4524810Z copying torch/distributed/_tools/ilp_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4532440Z copying torch/distributed/_tools/runtime_estimator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4544200Z copying torch/distributed/_tools/fsdp2_mem_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4555810Z copying torch/distributed/_tools/sac_estimator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4570160Z copying torch/distributed/_tools/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4576820Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4586790Z copying torch/distributed/_tools/sac_ilp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4598920Z copying torch/distributed/_tools/mod_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-11-01T16:32:41.4608890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4609620Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4616160Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4624100Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4630310Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4645950Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4690330Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4701720Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4737500Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4748300Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4760350Z copying torch/distributed/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4765660Z copying torch/distributed/fsdp/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4780090Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4786870Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4793340Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4823740Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4831570Z copying torch/distributed/fsdp/wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4842700Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4865930Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4872540Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4908770Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4914980Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-11-01T16:32:41.4946040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4946750Z copying torch/distributed/_shard/metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4954790Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4960850Z copying torch/distributed/_shard/sharder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4967410Z copying torch/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4973360Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4979380Z copying torch/distributed/_shard/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4986350Z copying torch/distributed/_shard/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-11-01T16:32:41.4994310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_symmetric_memory 2024-11-01T16:32:41.4995110Z copying torch/distributed/_symmetric_memory/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_symmetric_memory 2024-11-01T16:32:41.5010170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5010900Z copying torch/distributed/tensor/_shards_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5021570Z copying torch/distributed/tensor/_redistribute.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5028080Z copying torch/distributed/tensor/_sharding_prop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5042480Z copying torch/distributed/tensor/_collective_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5050270Z copying torch/distributed/tensor/_api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5069980Z copying torch/distributed/tensor/_dtensor_spec.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5076640Z copying torch/distributed/tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5082060Z copying torch/distributed/tensor/_dispatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5093120Z copying torch/distributed/tensor/_random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5100170Z copying torch/distributed/tensor/_op_schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5115060Z copying torch/distributed/tensor/placement_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5129630Z copying torch/distributed/tensor/_tp_conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5135620Z copying torch/distributed/tensor/device_mesh.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5141540Z copying torch/distributed/tensor/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-11-01T16:32:41.5148850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5149540Z copying torch/distributed/rpc/functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5157910Z copying torch/distributed/rpc/options.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5165320Z copying torch/distributed/rpc/internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5172630Z copying torch/distributed/rpc/constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5184410Z copying torch/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5192560Z copying torch/distributed/rpc/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5219730Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5227010Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5238010Z copying torch/distributed/rpc/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5246650Z copying torch/distributed/rpc/backend_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-11-01T16:32:41.5255960Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit 2024-11-01T16:32:41.5256700Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit 2024-11-01T16:32:41.5262810Z copying torch/distributed/nn/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit 2024-11-01T16:32:41.5264470Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api 2024-11-01T16:32:41.5265200Z copying torch/distributed/nn/api/remote_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api 2024-11-01T16:32:41.5275790Z copying torch/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api 2024-11-01T16:32:41.5277530Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates 2024-11-01T16:32:41.5278460Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates 2024-11-01T16:32:41.5279530Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates 2024-11-01T16:32:41.5285890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics 2024-11-01T16:32:41.5286700Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics 2024-11-01T16:32:41.5291860Z copying torch/distributed/elastic/metrics/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics 2024-11-01T16:32:41.5299170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5300030Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5306780Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5312360Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5318060Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5331250Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5340300Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5346120Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5351230Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5358730Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5394760Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5400820Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-11-01T16:32:41.5407790Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-11-01T16:32:41.5408710Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-11-01T16:32:41.5414270Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-11-01T16:32:41.5419290Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-11-01T16:32:41.5431430Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-11-01T16:32:41.5437060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-11-01T16:32:41.5437860Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-11-01T16:32:41.5443950Z copying torch/distributed/elastic/timer/debug_info_logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-11-01T16:32:41.5449470Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-11-01T16:32:41.5454140Z copying torch/distributed/elastic/timer/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-11-01T16:32:41.5459660Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-11-01T16:32:41.5465990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-11-01T16:32:41.5466770Z copying torch/distributed/elastic/utils/store.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-11-01T16:32:41.5472240Z copying torch/distributed/elastic/utils/logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-11-01T16:32:41.5477550Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-11-01T16:32:41.5482160Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-11-01T16:32:41.5507110Z copying torch/distributed/elastic/utils/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-11-01T16:32:41.5513300Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-11-01T16:32:41.5519690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent 2024-11-01T16:32:41.5520470Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent 2024-11-01T16:32:41.5522180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-11-01T16:32:41.5523000Z copying torch/distributed/elastic/events/handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-11-01T16:32:41.5528700Z copying torch/distributed/elastic/events/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-11-01T16:32:41.5534670Z copying torch/distributed/elastic/events/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-11-01T16:32:41.5544260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-11-01T16:32:41.5545440Z 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-11-01T16:32:41.5549940Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-11-01T16:32:41.5554960Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-11-01T16:32:41.5560790Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-11-01T16:32:41.5561810Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-11-01T16:32:41.5566660Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-11-01T16:32:41.5573070Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-11-01T16:32:41.5579990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-11-01T16:32:41.5580920Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-11-01T16:32:41.5606030Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-11-01T16:32:41.5612410Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-11-01T16:32:41.5620440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-11-01T16:32:41.5621370Z copying torch/distributed/elastic/agent/server/health_check_server.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-11-01T16:32:41.5627270Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-11-01T16:32:41.5632800Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-11-01T16:32:41.5663070Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-11-01T16:32:41.5673530Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks 2024-11-01T16:32:41.5674490Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks 2024-11-01T16:32:41.5679330Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks 2024-11-01T16:32:41.5684910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint 2024-11-01T16:32:41.5685840Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint 2024-11-01T16:32:41.5692460Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint 2024-11-01T16:32:41.5694380Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-11-01T16:32:41.5695330Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-11-01T16:32:41.5696480Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-11-01T16:32:41.5701920Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-11-01T16:32:41.5708220Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-11-01T16:32:41.5717470Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-11-01T16:32:41.5718480Z 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-11-01T16:32:41.5723940Z 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-11-01T16:32:41.5730150Z 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-11-01T16:32:41.5735430Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-11-01T16:32:41.5744100Z 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-11-01T16:32:41.5751280Z 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-11-01T16:32:41.5783350Z 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-11-01T16:32:41.5791460Z 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-11-01T16:32:41.5797580Z 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-11-01T16:32:41.5815150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap 2024-11-01T16:32:41.5816140Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap 2024-11-01T16:32:41.5822230Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap 2024-11-01T16:32:41.5829140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization 2024-11-01T16:32:41.5830100Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization 2024-11-01T16:32:41.5835690Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization 2024-11-01T16:32:41.5838110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5838930Z copying torch/distributed/_composable/fsdp/_fsdp_api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5847030Z copying torch/distributed/_composable/fsdp/_fsdp_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5853340Z copying torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5868860Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5877070Z copying torch/distributed/_composable/fsdp/_fsdp_param.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5919750Z copying torch/distributed/_composable/fsdp/_fsdp_init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5927730Z copying torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5938960Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5953970Z copying torch/distributed/_composable/fsdp/_fsdp_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-11-01T16:32:41.5967710Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/checkpoint 2024-11-01T16:32:41.5968530Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/checkpoint 2024-11-01T16:32:41.5975110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.5975990Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.5985300Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.5990020Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.6008660Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.6016650Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.6023970Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.6072340Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.6078250Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:41.6084750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan 2024-11-01T16:32:41.6085600Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan 2024-11-01T16:32:41.6092410Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan 2024-11-01T16:32:41.6100230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-11-01T16:32:41.6101080Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-11-01T16:32:41.6106500Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-11-01T16:32:41.6112850Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-11-01T16:32:41.6123540Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-11-01T16:32:41.6131910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim 2024-11-01T16:32:41.6132760Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim 2024-11-01T16:32:41.6137620Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim 2024-11-01T16:32:41.6149130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-11-01T16:32:41.6150060Z 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-11-01T16:32:41.6152290Z 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-11-01T16:32:41.6157790Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-11-01T16:32:41.6164220Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-11-01T16:32:41.6169890Z 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-11-01T16:32:41.6174700Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-11-01T16:32:41.6183060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-11-01T16:32:41.6184180Z 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-11-01T16:32:41.6197620Z 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-11-01T16:32:41.6225590Z 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-11-01T16:32:41.6226980Z 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-11-01T16:32:41.6240950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-11-01T16:32:41.6241820Z copying torch/distributed/tensor/experimental/_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-11-01T16:32:41.6262620Z copying torch/distributed/tensor/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-11-01T16:32:41.6267900Z copying torch/distributed/tensor/experimental/_tp_transform.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-11-01T16:32:41.6278920Z copying torch/distributed/tensor/experimental/_register_sharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-11-01T16:32:41.6286170Z copying torch/distributed/tensor/experimental/_func_map.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-11-01T16:32:41.6294840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6295640Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6322410Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6329590Z copying torch/distributed/tensor/parallel/style.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6340950Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6346220Z copying torch/distributed/tensor/parallel/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6349760Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6362090Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6367920Z copying torch/distributed/tensor/parallel/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6372250Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-11-01T16:32:41.6379350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6380140Z copying torch/distributed/tensor/_ops/_einsum_strategy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6386890Z copying torch/distributed/tensor/_ops/_embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6395900Z copying torch/distributed/tensor/_ops/_tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6407990Z copying torch/distributed/tensor/_ops/_experimental_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6413220Z copying torch/distributed/tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6418850Z copying torch/distributed/tensor/_ops/_conv_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6425400Z copying torch/distributed/tensor/_ops/_pointwise_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6435600Z copying torch/distributed/tensor/_ops/_matrix_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6465260Z copying torch/distributed/tensor/_ops/_math_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6487650Z copying torch/distributed/tensor/_ops/_common_rules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6495640Z copying torch/distributed/tensor/_ops/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6519120Z copying torch/distributed/tensor/_ops/_random_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6526350Z copying torch/distributed/tensor/_ops/_view_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-11-01T16:32:41.6538440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-11-01T16:32:41.6539290Z copying torch/distributed/tensor/debug/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-11-01T16:32:41.6544390Z copying torch/distributed/tensor/debug/_op_coverage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-11-01T16:32:41.6550320Z copying torch/distributed/tensor/debug/_visualize_sharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-11-01T16:32:41.6557490Z copying torch/distributed/tensor/debug/_comm_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-11-01T16:32:41.6569130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing 2024-11-01T16:32:41.6569890Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing 2024-11-01T16:32:41.6576330Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing 2024-11-01T16:32:41.6583730Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-11-01T16:32:41.6584430Z copying torch/autograd/_functions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-11-01T16:32:41.6591020Z copying torch/autograd/_functions/tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-11-01T16:32:41.6597420Z copying torch/autograd/_functions/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-11-01T16:32:41.6606390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6607070Z copying torch/fx/experimental/validator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6655850Z copying torch/fx/experimental/meta_tracer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6669430Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6679190Z copying torch/fx/experimental/recording.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6692390Z copying torch/fx/experimental/rewriter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6699490Z copying torch/fx/experimental/const_fold.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6708430Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6723720Z copying torch/fx/experimental/normalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6730110Z copying torch/fx/experimental/optimization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6739970Z copying torch/fx/experimental/refinement_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6744320Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6764040Z copying torch/fx/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6764950Z copying torch/fx/experimental/sym_node.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6786590Z copying torch/fx/experimental/unify_refinements.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6791340Z copying torch/fx/experimental/merge_matmul.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6796430Z copying torch/fx/experimental/debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6802840Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6808860Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6852030Z copying torch/fx/experimental/_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6868070Z copying torch/fx/experimental/_backward_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6874970Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-11-01T16:32:41.6901630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6902250Z copying torch/fx/passes/net_min_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6912530Z copying torch/fx/passes/param_fetch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6917810Z copying torch/fx/passes/tools_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6923580Z copying torch/fx/passes/split_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6929290Z copying torch/fx/passes/shape_prop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6936360Z copying torch/fx/passes/split_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6957980Z copying torch/fx/passes/runtime_assert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.6987830Z copying torch/fx/passes/reinplace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7001050Z copying torch/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7005580Z copying torch/fx/passes/pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7010540Z copying torch/fx/passes/_tensorify_python_scalars.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7016390Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7021180Z copying torch/fx/passes/operator_support.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7026080Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7032200Z copying torch/fx/passes/graph_manipulation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7037480Z copying torch/fx/passes/graph_drawer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7047170Z copying torch/fx/passes/splitter_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7057360Z copying torch/fx/passes/graph_transform_observer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-11-01T16:32:41.7065200Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7066060Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7071510Z copying torch/fx/experimental/unification/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7076970Z copying torch/fx/experimental/unification/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7081950Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7089630Z copying torch/fx/experimental/unification/variable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7095400Z copying torch/fx/experimental/unification/more.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7101120Z copying torch/fx/experimental/unification/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7106880Z copying torch/fx/experimental/unification/match.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-11-01T16:32:41.7114220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-11-01T16:32:41.7115160Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-11-01T16:32:41.7124440Z 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-11-01T16:32:41.7136620Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-11-01T16:32:41.7141470Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-11-01T16:32:41.7142590Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-11-01T16:32:41.7147040Z 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-11-01T16:32:41.7152000Z 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-11-01T16:32:41.7157160Z 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-11-01T16:32:41.7173010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:41.7174060Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:41.7180430Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:41.7185930Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:41.7191740Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:41.7196620Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:41.7202880Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:41.7209810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-11-01T16:32:41.7210510Z copying torch/fx/passes/infra/partitioner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-11-01T16:32:41.7215250Z copying torch/fx/passes/infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-11-01T16:32:41.7220820Z copying torch/fx/passes/infra/pass_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-11-01T16:32:41.7225210Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-11-01T16:32:41.7230760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends 2024-11-01T16:32:41.7231470Z copying torch/fx/passes/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends 2024-11-01T16:32:41.7232380Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends 2024-11-01T16:32:41.7238910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests 2024-11-01T16:32:41.7239570Z copying torch/fx/passes/tests/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests 2024-11-01T16:32:41.7240470Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests 2024-11-01T16:32:41.7248550Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-11-01T16:32:41.7249260Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-11-01T16:32:41.7255580Z 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-11-01T16:32:41.7259840Z copying torch/fx/passes/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-11-01T16:32:41.7266100Z copying torch/fx/passes/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-11-01T16:32:41.7270670Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-11-01T16:32:41.7283310Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-11-01T16:32:41.7311020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect 2024-11-01T16:32:41.7311710Z copying torch/fx/passes/dialect/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect 2024-11-01T16:32:41.7313410Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common 2024-11-01T16:32:41.7314190Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common 2024-11-01T16:32:41.7320230Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common 2024-11-01T16:32:41.7322040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-11-01T16:32:41.7322640Z copying torch/cuda/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-11-01T16:32:41.7327910Z copying torch/cuda/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-11-01T16:32:41.7332910Z copying torch/cuda/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-11-01T16:32:41.7341310Z copying torch/cuda/amp/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-11-01T16:32:41.7348060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/opt_einsum 2024-11-01T16:32:41.7348760Z copying torch/backends/opt_einsum/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/opt_einsum 2024-11-01T16:32:41.7354920Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mha 2024-11-01T16:32:41.7355590Z copying torch/backends/mha/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mha 2024-11-01T16:32:41.7365290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/nnpack 2024-11-01T16:32:41.7365950Z copying torch/backends/nnpack/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/nnpack 2024-11-01T16:32:41.7371390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mps 2024-11-01T16:32:41.7372010Z copying torch/backends/mps/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mps 2024-11-01T16:32:41.7379560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cpu 2024-11-01T16:32:41.7380170Z copying torch/backends/cpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cpu 2024-11-01T16:32:41.7387480Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml 2024-11-01T16:32:41.7388180Z copying torch/backends/_coreml/preprocess.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml 2024-11-01T16:32:41.7393750Z copying torch/backends/_coreml/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml 2024-11-01T16:32:41.7395280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cuda 2024-11-01T16:32:41.7395920Z copying torch/backends/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cuda 2024-11-01T16:32:41.7427560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/quantized 2024-11-01T16:32:41.7428250Z copying torch/backends/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/quantized 2024-11-01T16:32:41.7433350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkl 2024-11-01T16:32:41.7433980Z copying torch/backends/mkl/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkl 2024-11-01T16:32:41.7443930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xnnpack 2024-11-01T16:32:41.7444820Z copying torch/backends/xnnpack/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xnnpack 2024-11-01T16:32:41.7446880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cusparselt 2024-11-01T16:32:41.7447620Z copying torch/backends/cusparselt/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cusparselt 2024-11-01T16:32:41.7453680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkldnn 2024-11-01T16:32:41.7454360Z copying torch/backends/mkldnn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkldnn 2024-11-01T16:32:41.7461320Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon 2024-11-01T16:32:41.7461950Z copying torch/backends/xeon/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon 2024-11-01T16:32:41.7462810Z copying torch/backends/xeon/run_cpu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon 2024-11-01T16:32:41.7476970Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-11-01T16:32:41.7477620Z copying torch/backends/_nnapi/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-11-01T16:32:41.7478720Z copying torch/backends/_nnapi/serializer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-11-01T16:32:41.7499270Z copying torch/backends/_nnapi/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-11-01T16:32:41.7505310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/openmp 2024-11-01T16:32:41.7505970Z copying torch/backends/openmp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/openmp 2024-11-01T16:32:41.7512930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn 2024-11-01T16:32:41.7513590Z copying torch/backends/cudnn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn 2024-11-01T16:32:41.7519870Z copying torch/backends/cudnn/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn 2024-11-01T16:32:41.7526000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7526720Z copying torch/masked/maskedtensor/binary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7531810Z copying torch/masked/maskedtensor/creation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7540490Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7550750Z copying torch/masked/maskedtensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7558000Z copying torch/masked/maskedtensor/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7564700Z copying torch/masked/maskedtensor/unary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7573920Z copying torch/masked/maskedtensor/reductions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7583680Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-11-01T16:32:41.7589670Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor 2024-11-01T16:32:41.7590360Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor 2024-11-01T16:32:41.7596790Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7597490Z copying torch/_inductor/runtime/cache_dir_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7609990Z copying torch/_inductor/runtime/triton_heuristics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7632260Z copying torch/_inductor/runtime/runtime_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7640220Z copying torch/_inductor/runtime/halide_helpers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7644790Z copying torch/_inductor/runtime/coordinate_descent_tuner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7677170Z copying torch/_inductor/runtime/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7678090Z copying torch/_inductor/runtime/compile_tasks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7685530Z copying torch/_inductor/runtime/triton_helpers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7695220Z copying torch/_inductor/runtime/autotune_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7704860Z copying torch/_inductor/runtime/hints.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7710510Z copying torch/_inductor/runtime/benchmarking.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-11-01T16:32:41.7721530Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7722230Z copying torch/_inductor/codegen/cpp_wrapper_gpu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7734020Z copying torch/_inductor/codegen/wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7754820Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7760190Z copying torch/_inductor/codegen/triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7789340Z copying torch/_inductor/codegen/aoti_hipify_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7795790Z copying torch/_inductor/codegen/simd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7841630Z copying torch/_inductor/codegen/triton_combo_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7856170Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7869190Z copying torch/_inductor/codegen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7870110Z copying torch/_inductor/codegen/cpp_micro_gemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7890820Z copying torch/_inductor/codegen/cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7965640Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.7991220Z copying torch/_inductor/codegen/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8035370Z copying torch/_inductor/codegen/cpp_template_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8043630Z copying torch/_inductor/codegen/cpp_gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8062050Z copying torch/_inductor/codegen/cpu_device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8067650Z copying torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8081390Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8088770Z copying torch/_inductor/codegen/halide.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8106050Z copying torch/_inductor/codegen/cpp_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8111470Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8119380Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8126960Z copying torch/_inductor/codegen/cpp_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8137780Z copying torch/_inductor/codegen/debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8145250Z copying torch/_inductor/codegen/simd_kernel_features.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:41.8153000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-11-01T16:32:41.8153760Z copying torch/_inductor/compile_worker/watchdog.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-11-01T16:32:41.8160180Z copying torch/_inductor/compile_worker/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-11-01T16:32:41.8161240Z copying torch/_inductor/compile_worker/subproc_pool.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-11-01T16:32:41.8166710Z copying torch/_inductor/compile_worker/__main__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-11-01T16:32:41.8172830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-11-01T16:32:41.8173610Z copying torch/_inductor/autoheuristic/autoheuristic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-11-01T16:32:41.8181940Z copying torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-11-01T16:32:41.8188790Z copying torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-11-01T16:32:41.8194890Z copying torch/_inductor/autoheuristic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-11-01T16:32:41.8195850Z copying torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-11-01T16:32:41.8204100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8204800Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8219480Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8225200Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8236460Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8244350Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8253320Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8271760Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8328720Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8362540Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8368290Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8374330Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8375300Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8394740Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8404980Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8411660Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8426960Z copying torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8442770Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8492620Z copying torch/_inductor/fx_passes/b2b_gemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8515490Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8532710Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8549280Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8555350Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-11-01T16:32:41.8575610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8576310Z copying torch/_inductor/kernel/unpack_mixed_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8583430Z copying torch/_inductor/kernel/mm_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8596320Z copying torch/_inductor/kernel/flex_decoding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8607250Z copying torch/_inductor/kernel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8613650Z copying torch/_inductor/kernel/mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8643890Z copying torch/_inductor/kernel/bmm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8648530Z copying torch/_inductor/kernel/mm_scaled.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8653020Z copying torch/_inductor/kernel/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8663480Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8668600Z copying torch/_inductor/kernel/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-11-01T16:32:41.8686180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-11-01T16:32:41.8686950Z copying torch/_inductor/package/package.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-11-01T16:32:41.8692530Z copying torch/_inductor/package/build_package.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-11-01T16:32:41.8701910Z copying torch/_inductor/package/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-11-01T16:32:41.8707250Z copying torch/_inductor/package/pt2_archive_constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-11-01T16:32:41.8715010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8715780Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8721400Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8726830Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8732710Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8783480Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8784530Z copying torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8790130Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8797180Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8803780Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-11-01T16:32:41.8809660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu 2024-11-01T16:32:41.8810380Z copying torch/_inductor/codegen/xpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu 2024-11-01T16:32:41.8811310Z copying torch/_inductor/codegen/xpu/device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu 2024-11-01T16:32:41.8817780Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8818570Z copying torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8824060Z copying torch/_inductor/codegen/rocm/rocm_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8829720Z copying torch/_inductor/codegen/rocm/rocm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8835670Z copying torch/_inductor/codegen/rocm/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8836710Z copying torch/_inductor/codegen/rocm/compile_command.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8841880Z copying torch/_inductor/codegen/rocm/ck_conv_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8852310Z copying torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8859120Z copying torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8869370Z copying torch/_inductor/codegen/rocm/ck_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8876140Z copying torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-11-01T16:32:41.8885460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-11-01T16:32:41.8886530Z 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-11-01T16:32:41.8891580Z 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-11-01T16:32:41.8893650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:41.8894540Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:41.8900640Z copying torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:41.8906120Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:41.8921100Z copying torch/_inductor/autoheuristic/artifacts/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:41.8922160Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:41.8934910Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:41.8966040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-11-01T16:32:41.8967000Z 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-11-01T16:32:41.8975160Z 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-11-01T16:32:41.8983270Z 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-11-01T16:32:41.8997870Z 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-11-01T16:32:41.9005220Z 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-11-01T16:32:41.9015280Z 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-11-01T16:32:41.9021850Z 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-11-01T16:32:41.9027930Z 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-11-01T16:32:41.9040110Z 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-11-01T16:32:41.9053000Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-11-01T16:32:41.9054130Z 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-11-01T16:32:41.9060100Z 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-11-01T16:32:41.9065150Z 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-11-01T16:32:41.9071260Z 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-11-01T16:32:41.9079480Z 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-11-01T16:32:41.9107390Z 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-11-01T16:32:41.9116930Z 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-11-01T16:32:41.9123630Z 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-11-01T16:32:41.9130460Z 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-11-01T16:32:41.9137600Z 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-11-01T16:32:41.9143410Z 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-11-01T16:32:41.9167970Z 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-11-01T16:32:41.9173710Z 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-11-01T16:32:41.9180220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark 2024-11-01T16:32:41.9180890Z copying torch/utils/benchmark/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark 2024-11-01T16:32:41.9188810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9189450Z copying torch/utils/_sympy/functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9201830Z copying torch/utils/_sympy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9202690Z copying torch/utils/_sympy/symbol.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9214030Z copying torch/utils/_sympy/numbers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9216640Z copying torch/utils/_sympy/reference.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9223600Z copying torch/utils/_sympy/singleton_int.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9228280Z copying torch/utils/_sympy/value_ranges.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9241740Z copying torch/utils/_sympy/solve.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9249200Z copying torch/utils/_sympy/interp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-11-01T16:32:41.9254890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/backcompat 2024-11-01T16:32:41.9255570Z copying torch/utils/backcompat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/backcompat 2024-11-01T16:32:41.9263330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-11-01T16:32:41.9263950Z copying torch/utils/hipify/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-11-01T16:32:41.9269560Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-11-01T16:32:41.9349300Z copying torch/utils/hipify/constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-11-01T16:32:41.9355690Z copying torch/utils/hipify/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-11-01T16:32:41.9362540Z copying torch/utils/hipify/hipify_python.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-11-01T16:32:41.9380740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck 2024-11-01T16:32:41.9381470Z copying torch/utils/bottleneck/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck 2024-11-01T16:32:41.9382280Z copying torch/utils/bottleneck/__main__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck 2024-11-01T16:32:41.9390410Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz 2024-11-01T16:32:41.9390990Z copying torch/utils/viz/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz 2024-11-01T16:32:41.9392030Z copying torch/utils/viz/_cycles.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz 2024-11-01T16:32:41.9404910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit 2024-11-01T16:32:41.9405500Z copying torch/utils/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit 2024-11-01T16:32:41.9406290Z copying torch/utils/jit/log_extract.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit 2024-11-01T16:32:41.9414470Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9415180Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9424330Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9449840Z copying torch/utils/tensorboard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9456820Z copying torch/utils/tensorboard/_embedding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9462290Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9467830Z copying torch/utils/tensorboard/summary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9479030Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9484050Z copying torch/utils/tensorboard/writer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9494870Z copying torch/utils/tensorboard/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-11-01T16:32:41.9500960Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-11-01T16:32:41.9501630Z copying torch/utils/model_dump/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-11-01T16:32:41.9510580Z copying torch/utils/model_dump/__main__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-11-01T16:32:41.9517560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9518190Z copying torch/utils/data/graph_settings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9525270Z copying torch/utils/data/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9531220Z copying torch/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9554240Z copying torch/utils/data/dataset.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9567270Z copying torch/utils/data/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9578050Z copying torch/utils/data/backward_compatibility.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9583490Z copying torch/utils/data/dataloader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9600750Z copying torch/utils/data/sampler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-11-01T16:32:41.9608720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight 2024-11-01T16:32:41.9609460Z copying torch/utils/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight 2024-11-01T16:32:41.9615560Z copying torch/utils/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight 2024-11-01T16:32:41.9617610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:41.9618400Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:41.9624320Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:41.9632980Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:41.9639850Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:41.9640820Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:41.9646010Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:41.9652720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9653460Z copying torch/utils/benchmark/utils/timer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9665120Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9666150Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9672370Z copying torch/utils/benchmark/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9681000Z copying torch/utils/benchmark/utils/compile.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9687620Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9696210Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9703330Z copying torch/utils/benchmark/utils/compare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9710520Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:41.9717260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9718050Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9724370Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9725360Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9731560Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9738130Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9744490Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9751140Z copying torch/utils/benchmark/examples/compare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-11-01T16:32:41.9759450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-11-01T16:32:41.9760410Z 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-11-01T16:32:41.9773580Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-11-01T16:32:41.9775560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-11-01T16:32:41.9776240Z copying torch/utils/data/_utils/fetch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-11-01T16:32:41.9781540Z copying torch/utils/data/_utils/worker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-11-01T16:32:41.9807500Z copying torch/utils/data/_utils/collate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-11-01T16:32:41.9816060Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-11-01T16:32:41.9822110Z copying torch/utils/data/_utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-11-01T16:32:41.9827190Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-11-01T16:32:41.9834240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:41.9838870Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:41.9840120Z copying torch/utils/data/datapipes/_typing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:41.9846020Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:41.9850850Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:41.9865680Z copying torch/utils/data/datapipes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:41.9870910Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:41.9873360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-11-01T16:32:41.9874360Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-11-01T16:32:41.9880250Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-11-01T16:32:41.9886340Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-11-01T16:32:41.9913230Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-11-01T16:32:41.9919750Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-11-01T16:32:41.9928410Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9929230Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9930400Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9936750Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9937850Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9944310Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9951420Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9952590Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9954590Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9955640Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9985920Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9987000Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9988130Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-11-01T16:32:41.9990370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-11-01T16:32:41.9991180Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-11-01T16:32:41.9999330Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-11-01T16:32:42.0000340Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-11-01T16:32:42.0007660Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-11-01T16:32:42.0013760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-11-01T16:32:42.0014560Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-11-01T16:32:42.0015710Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-11-01T16:32:42.0016780Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-11-01T16:32:42.0027340Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-11-01T16:32:42.0028450Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-11-01T16:32:42.0032830Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-11-01T16:32:42.0035950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0036650Z copying torch/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0042730Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0048380Z copying torch/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0054290Z copying torch/quantization/fx/quantization_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0059410Z copying torch/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0064450Z copying torch/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0070370Z copying torch/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0077350Z copying torch/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0082740Z copying torch/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0089780Z copying torch/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0096540Z copying torch/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0101330Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-11-01T16:32:42.0116690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0117390Z copying torch/testing/_internal/common_dtype.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0125290Z copying torch/testing/_internal/common_pruning.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0132100Z copying torch/testing/_internal/hop_db.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0141130Z copying torch/testing/_internal/triton_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0147020Z copying torch/testing/_internal/static_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0152350Z copying torch/testing/_internal/common_nn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0205450Z copying torch/testing/_internal/custom_op_db.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0217010Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0228570Z copying torch/testing/_internal/common_fsdp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0265950Z copying torch/testing/_internal/two_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0274470Z copying torch/testing/_internal/torchbind_impls.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0280400Z copying torch/testing/_internal/common_optimizers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0303280Z copying torch/testing/_internal/common_device_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0348120Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0361410Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0390170Z copying torch/testing/_internal/inductor_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0398350Z copying torch/testing/_internal/common_distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0433290Z copying torch/testing/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0434250Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0504450Z copying torch/testing/_internal/custom_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0517500Z copying torch/testing/_internal/logging_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0530370Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0538660Z copying torch/testing/_internal/common_cuda.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0546400Z copying torch/testing/_internal/common_quantization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0591470Z copying torch/testing/_internal/common_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0628460Z copying torch/testing/_internal/common_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0639850Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0652460Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0657590Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0664900Z copying torch/testing/_internal/common_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0723530Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0729950Z copying torch/testing/_internal/common_quantized.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0740630Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0742540Z copying torch/testing/_internal/common_subclass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0758980Z copying torch/testing/_internal/composite_compliance.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0772770Z copying torch/testing/_internal/logging_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0778460Z copying torch/testing/_internal/dist_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0806670Z copying torch/testing/_internal/fake_config_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0814820Z copying torch/testing/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-11-01T16:32:42.0827740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated 2024-11-01T16:32:42.0828640Z copying torch/testing/_internal/generated/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated 2024-11-01T16:32:42.0829630Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated 2024-11-01T16:32:42.0911040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-11-01T16:32:42.0911800Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-11-01T16:32:42.0917160Z copying torch/testing/_internal/opinfo/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-11-01T16:32:42.0949950Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-11-01T16:32:42.0961710Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-11-01T16:32:42.0968510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-11-01T16:32:42.0969390Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-11-01T16:32:42.0970420Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-11-01T16:32:42.0975780Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-11-01T16:32:42.0982460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.0983360Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1021390Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1027080Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1028130Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1054080Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1060560Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1114540Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1133520Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1139590Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-11-01T16:32:42.1147100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-11-01T16:32:42.1147870Z copying torch/testing/_internal/optests/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-11-01T16:32:42.1154840Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-11-01T16:32:42.1160430Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-11-01T16:32:42.1166780Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-11-01T16:32:42.1172600Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-11-01T16:32:42.1183880Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-11-01T16:32:42.1189500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/codegen 2024-11-01T16:32:42.1190260Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/codegen 2024-11-01T16:32:42.1197580Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-11-01T16:32:42.1198320Z copying torch/testing/_internal/data/network1.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-11-01T16:32:42.1203700Z copying torch/testing/_internal/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-11-01T16:32:42.1208600Z copying torch/testing/_internal/data/network2.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-11-01T16:32:42.1215840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1216800Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1222730Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1228880Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1240390Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1263570Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1276560Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1296920Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1308790Z copying torch/testing/_internal/opinfo/definitions/nested.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:42.1320770Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor 2024-11-01T16:32:42.1321670Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor 2024-11-01T16:32:42.1322780Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor 2024-11-01T16:32:42.1345830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn 2024-11-01T16:32:42.1346680Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn 2024-11-01T16:32:42.1348490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard 2024-11-01T16:32:42.1349380Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard 2024-11-01T16:32:42.1367390Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard 2024-11-01T16:32:42.1373270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-11-01T16:32:42.1374260Z 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-11-01T16:32:42.1379210Z 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-11-01T16:32:42.1384630Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-11-01T16:32:42.1385680Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-11-01T16:32:42.1408180Z 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-11-01T16:32:42.1413350Z 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-11-01T16:32:42.1419510Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-11-01T16:32:42.1462710Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-11-01T16:32:42.1470340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/api 2024-11-01T16:32:42.1471230Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/api 2024-11-01T16:32:42.1472350Z 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-11-01T16:32:42.1506020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-11-01T16:32:42.1507050Z 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-11-01T16:32:42.1512560Z 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-11-01T16:32:42.1540600Z 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-11-01T16:32:42.1566710Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit 2024-11-01T16:32:42.1567610Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit 2024-11-01T16:32:42.1568760Z 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-11-01T16:32:42.1576140Z 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-11-01T16:32:42.1589900Z 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-11-01T16:32:42.1610500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples 2024-11-01T16:32:42.1611480Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples 2024-11-01T16:32:42.1612750Z 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-11-01T16:32:42.1619200Z 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-11-01T16:32:42.1625930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes 2024-11-01T16:32:42.1626600Z copying torch/jit/_passes/_property_propagation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes 2024-11-01T16:32:42.1635430Z copying torch/jit/_passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes 2024-11-01T16:32:42.1636980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/jit/mobile 2024-11-01T16:32:42.1637580Z copying torch/jit/mobile/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit/mobile 2024-11-01T16:32:42.1645850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1646530Z copying torch/_dynamo/backends/registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1653940Z copying torch/_dynamo/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1654730Z copying torch/_dynamo/backends/debugging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1674010Z copying torch/_dynamo/backends/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1686890Z copying torch/_dynamo/backends/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1693440Z copying torch/_dynamo/backends/inductor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1698630Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1704740Z copying torch/_dynamo/backends/tvm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1709930Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1715830Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1720500Z copying torch/_dynamo/backends/torchxla.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-11-01T16:32:42.1728300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1732710Z copying torch/_dynamo/variables/functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1744770Z copying torch/_dynamo/variables/iter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1754740Z copying torch/_dynamo/variables/misc.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1773730Z copying torch/_dynamo/variables/lists.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1785810Z copying torch/_dynamo/variables/script_object.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1791110Z copying torch/_dynamo/variables/torch_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1802540Z copying torch/_dynamo/variables/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1810400Z copying torch/_dynamo/variables/user_defined.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1826170Z copying torch/_dynamo/variables/nn_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1843050Z copying torch/_dynamo/variables/builder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1869700Z copying torch/_dynamo/variables/tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1885550Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1941460Z copying torch/_dynamo/variables/sdpa.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1949150Z copying torch/_dynamo/variables/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1955780Z copying torch/_dynamo/variables/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.1963440Z copying torch/_dynamo/variables/builtin.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.2008380Z copying torch/_dynamo/variables/constant.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.2024760Z copying torch/_dynamo/variables/lazy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.2031600Z copying torch/_dynamo/variables/torch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.2050800Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.2062220Z copying torch/_dynamo/variables/dicts.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.2073700Z copying torch/_dynamo/variables/base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-11-01T16:32:42.2082310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-11-01T16:32:42.2082960Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-11-01T16:32:42.2094960Z copying torch/_dynamo/repro/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-11-01T16:32:42.2095810Z copying torch/_dynamo/repro/after_aot.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-11-01T16:32:42.2109010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2109710Z copying torch/_dynamo/polyfills/functools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2115520Z copying torch/_dynamo/polyfills/builtins.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2120490Z copying torch/_dynamo/polyfills/os.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2126650Z copying torch/_dynamo/polyfills/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2157370Z copying torch/_dynamo/polyfills/loader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2163800Z copying torch/_dynamo/polyfills/sys.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2169780Z copying torch/_dynamo/polyfills/itertools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-11-01T16:32:42.2178830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn 2024-11-01T16:32:42.2179360Z copying torch/ao/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn 2024-11-01T16:32:42.2187640Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-11-01T16:32:42.2188200Z copying torch/ao/ns/_numeric_suite.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-11-01T16:32:42.2199080Z copying torch/ao/ns/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-11-01T16:32:42.2199850Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-11-01T16:32:42.2215890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2216570Z copying torch/ao/quantization/observer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2249250Z copying torch/ao/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2254420Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2261420Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2268360Z copying torch/ao/quantization/_correct_bias.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2275010Z copying torch/ao/quantization/quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2287800Z copying torch/ao/quantization/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2316920Z copying torch/ao/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2327590Z copying torch/ao/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2340530Z copying torch/ao/quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2347170Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2369880Z copying torch/ao/quantization/stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2391350Z copying torch/ao/quantization/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2404010Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2419680Z copying torch/ao/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2427070Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2436260Z copying torch/ao/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2460780Z copying torch/ao/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-11-01T16:32:42.2474010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning 2024-11-01T16:32:42.2474610Z copying torch/ao/pruning/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning 2024-11-01T16:32:42.2480450Z copying torch/ao/pruning/_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning 2024-11-01T16:32:42.2487370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat 2024-11-01T16:32:42.2488060Z copying torch/ao/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat 2024-11-01T16:32:42.2494340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized 2024-11-01T16:32:42.2495010Z copying torch/ao/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized 2024-11-01T16:32:42.2500880Z copying torch/ao/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized 2024-11-01T16:32:42.2539240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable 2024-11-01T16:32:42.2539940Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable 2024-11-01T16:32:42.2547430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic 2024-11-01T16:32:42.2548100Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic 2024-11-01T16:32:42.2573070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse 2024-11-01T16:32:42.2573700Z copying torch/ao/nn/sparse/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse 2024-11-01T16:32:42.2579900Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic 2024-11-01T16:32:42.2580590Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic 2024-11-01T16:32:42.2592450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-11-01T16:32:42.2593140Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-11-01T16:32:42.2598310Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-11-01T16:32:42.2604590Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-11-01T16:32:42.2612360Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-11-01T16:32:42.2619880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules 2024-11-01T16:32:42.2620670Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules 2024-11-01T16:32:42.2626700Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules 2024-11-01T16:32:42.2636860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic 2024-11-01T16:32:42.2637780Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic 2024-11-01T16:32:42.2640800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2641650Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2650100Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2656990Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2664480Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2674790Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2680980Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2686070Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2691710Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2728870Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2734270Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2739640Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-11-01T16:32:42.2747220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference 2024-11-01T16:32:42.2748010Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference 2024-11-01T16:32:42.2755190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-11-01T16:32:42.2756050Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-11-01T16:32:42.2779920Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-11-01T16:32:42.2785040Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-11-01T16:32:42.2797250Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-11-01T16:32:42.2814350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:42.2815350Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:42.2820020Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:42.2826650Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:42.2844670Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:42.2849990Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:42.2858920Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:42.2873530Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-11-01T16:32:42.2874310Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-11-01T16:32:42.2882780Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-11-01T16:32:42.2894000Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-11-01T16:32:42.2906100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat 2024-11-01T16:32:42.2906810Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat 2024-11-01T16:32:42.2912360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized 2024-11-01T16:32:42.2913140Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized 2024-11-01T16:32:42.2919280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules 2024-11-01T16:32:42.2920040Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules 2024-11-01T16:32:42.2926520Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules 2024-11-01T16:32:42.2933380Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules 2024-11-01T16:32:42.2934220Z 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-11-01T16:32:42.2946960Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules 2024-11-01T16:32:42.2953480Z 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-11-01T16:32:42.2958640Z 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-11-01T16:32:42.2965350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic 2024-11-01T16:32:42.2966220Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic 2024-11-01T16:32:42.2972060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-11-01T16:32:42.2972950Z 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-11-01T16:32:42.2978800Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-11-01T16:32:42.2985020Z 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-11-01T16:32:42.2992230Z 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-11-01T16:32:42.2996970Z 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-11-01T16:32:42.3003190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-11-01T16:32:42.3004170Z 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-11-01T16:32:42.3008930Z 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-11-01T16:32:42.3015310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-11-01T16:32:42.3016080Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-11-01T16:32:42.3021970Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-11-01T16:32:42.3026970Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-11-01T16:32:42.3034090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic 2024-11-01T16:32:42.3034960Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic 2024-11-01T16:32:42.3040550Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic 2024-11-01T16:32:42.3048510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3049120Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3074990Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3080360Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3112280Z copying torch/ao/ns/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3113060Z copying torch/ao/ns/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3125170Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3149560Z copying torch/ao/ns/fx/ns_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3154210Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3171830Z copying torch/ao/ns/fx/mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3184220Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-11-01T16:32:42.3192720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3193760Z 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-11-01T16:32:42.3205810Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3212880Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3217520Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3222420Z copying torch/ao/quantization/backend_config/native.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3227880Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3228930Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3239930Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3247050Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3251470Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3260700Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3275620Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3281370Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-11-01T16:32:42.3290050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3290830Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3312380Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3317220Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3327800Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3332770Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3337250Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3338320Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3349990Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3360320Z copying torch/ao/quantization/pt2e/_numeric_debugger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-11-01T16:32:42.3369170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3369890Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3379010Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3384260Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3395440Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3401660Z copying torch/ao/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3417890Z copying torch/ao/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3423060Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3428970Z copying torch/ao/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3440270Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3445310Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3468500Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3502030Z copying torch/ao/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3507300Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3513310Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3519730Z copying torch/ao/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3542180Z copying torch/ao/quantization/fx/tracer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3561750Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3577540Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3583870Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-11-01T16:32:42.3591690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3592530Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3597440Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3614600Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3622820Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3627620Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3632070Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3637820Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3641780Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-11-01T16:32:42.3675540Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation 2024-11-01T16:32:42.3676450Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation 2024-11-01T16:32:42.3681340Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation 2024-11-01T16:32:42.3692360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-11-01T16:32:42.3693220Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-11-01T16:32:42.3715620Z 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-11-01T16:32:42.3730920Z 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-11-01T16:32:42.3737300Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-11-01T16:32:42.3738370Z 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-11-01T16:32:42.3763690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-11-01T16:32:42.3764560Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-11-01T16:32:42.3770390Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-11-01T16:32:42.3771360Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-11-01T16:32:42.3777070Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-11-01T16:32:42.3783850Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-11-01T16:32:42.3792000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental 2024-11-01T16:32:42.3792760Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental 2024-11-01T16:32:42.3794610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-11-01T16:32:42.3795390Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-11-01T16:32:42.3816420Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-11-01T16:32:42.3820750Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-11-01T16:32:42.3821730Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-11-01T16:32:42.3832410Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier 2024-11-01T16:32:42.3833460Z 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-11-01T16:32:42.3836340Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier 2024-11-01T16:32:42.3841600Z 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-11-01T16:32:42.3848160Z 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-11-01T16:32:42.3855020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3855900Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3879840Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3886160Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3892380Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3898380Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3924570Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3929900Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3935690Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:42.3942480Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/activation_sparsifier 2024-11-01T16:32:42.3943540Z 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-11-01T16:32:42.3953530Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/activation_sparsifier 2024-11-01T16:32:42.3954830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_scheduler 2024-11-01T16:32:42.3955840Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_scheduler 2024-11-01T16:32:42.3961720Z 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-11-01T16:32:42.3967500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-11-01T16:32:42.3968550Z 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-11-01T16:32:42.3969740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-11-01T16:32:42.3970930Z 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-11-01T16:32:42.3986850Z 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-11-01T16:32:42.3988320Z 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-11-01T16:32:42.3994290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/linalg 2024-11-01T16:32:42.3994910Z copying torch/_refs/linalg/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/linalg 2024-11-01T16:32:42.4002930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn 2024-11-01T16:32:42.4003510Z copying torch/_refs/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn 2024-11-01T16:32:42.4018280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/special 2024-11-01T16:32:42.4018920Z copying torch/_refs/special/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/special 2024-11-01T16:32:42.4027650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn/functional 2024-11-01T16:32:42.4028350Z copying torch/_refs/nn/functional/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn/functional 2024-11-01T16:32:42.4075540Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/export/experimental 2024-11-01T16:32:42.4076240Z copying torch/export/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export/experimental 2024-11-01T16:32:42.4082300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/export/passes 2024-11-01T16:32:42.4082950Z copying torch/export/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export/passes 2024-11-01T16:32:42.4090490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-11-01T16:32:42.4091190Z copying torch/nested/_internal/nested_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-11-01T16:32:42.4119530Z copying torch/nested/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-11-01T16:32:42.4120420Z copying torch/nested/_internal/ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-11-01T16:32:42.4142960Z copying torch/nested/_internal/sdpa.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-11-01T16:32:42.4156990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows 2024-11-01T16:32:42.4157640Z copying torch/signal/windows/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows 2024-11-01T16:32:42.4168410Z copying torch/signal/windows/windows.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows 2024-11-01T16:32:42.4177880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-11-01T16:32:42.4178590Z copying torch/package/analyze/trace_dependencies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-11-01T16:32:42.4183570Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-11-01T16:32:42.4187700Z copying torch/package/analyze/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-11-01T16:32:42.4192840Z copying torch/package/analyze/is_from_package.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-11-01T16:32:42.4198920Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-11-01T16:32:42.4199620Z copying torchgen/selective_build/selector.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-11-01T16:32:42.4200800Z copying torchgen/selective_build/operator.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-11-01T16:32:42.4201740Z copying torchgen/selective_build/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-11-01T16:32:42.4203750Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-11-01T16:32:42.4204420Z copying torchgen/static_runtime/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-11-01T16:32:42.4211520Z copying torchgen/static_runtime/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-11-01T16:32:42.4212440Z copying torchgen/static_runtime/generator.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-11-01T16:32:42.4248060Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-11-01T16:32:42.4255680Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-11-01T16:32:42.4256390Z copying torchgen/operator_versions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-11-01T16:32:42.4257630Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-11-01T16:32:42.4279390Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-11-01T16:32:42.4286350Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-11-01T16:32:42.4286950Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-11-01T16:32:42.4292460Z copying torchgen/dest/ufunc.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-11-01T16:32:42.4293530Z copying torchgen/dest/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-11-01T16:32:42.4295090Z copying torchgen/dest/native_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-11-01T16:32:42.4300600Z copying torchgen/dest/lazy_ir.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-11-01T16:32:42.4301500Z copying torchgen/dest/register_dispatch_key.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-11-01T16:32:42.4305120Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4305690Z copying torchgen/api/dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4313750Z copying torchgen/api/translate.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4315040Z copying torchgen/api/ufunc.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4319940Z copying torchgen/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4320730Z copying torchgen/api/native.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4327010Z copying torchgen/api/cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4328530Z copying torchgen/api/unboxing.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4335040Z copying torchgen/api/functionalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4340150Z copying torchgen/api/autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4341950Z copying torchgen/api/structured.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4348450Z copying torchgen/api/python.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4349960Z copying torchgen/api/lazy.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4351060Z copying torchgen/api/meta.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-11-01T16:32:42.4353370Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-11-01T16:32:42.4354000Z copying torchgen/executorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-11-01T16:32:42.4355040Z copying torchgen/executorch/model.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-11-01T16:32:42.4360350Z copying torchgen/executorch/parse.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-11-01T16:32:42.4365960Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti 2024-11-01T16:32:42.4366510Z copying torchgen/aoti/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti 2024-11-01T16:32:42.4367390Z copying torchgen/aoti/fallback_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti 2024-11-01T16:32:42.4369740Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-11-01T16:32:42.4370360Z copying torchgen/api/types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-11-01T16:32:42.4371690Z copying torchgen/api/types/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-11-01T16:32:42.4377170Z copying torchgen/api/types/signatures.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-11-01T16:32:42.4382480Z copying torchgen/api/types/types_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-11-01T16:32:42.4385500Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-11-01T16:32:42.4386210Z copying torchgen/executorch/api/custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-11-01T16:32:42.4393010Z copying torchgen/executorch/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-11-01T16:32:42.4393940Z copying torchgen/executorch/api/unboxing.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-11-01T16:32:42.4398590Z copying torchgen/executorch/api/et_cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-11-01T16:32:42.4407610Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-11-01T16:32:42.4408470Z copying torchgen/executorch/api/types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-11-01T16:32:42.4414970Z copying torchgen/executorch/api/types/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-11-01T16:32:42.4420950Z copying torchgen/executorch/api/types/signatures.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-11-01T16:32:42.4429050Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-11-01T16:32:42.4429760Z copying functorch/experimental/control_flow.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-11-01T16:32:42.4435940Z copying functorch/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-11-01T16:32:42.4441430Z copying functorch/experimental/ops.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-11-01T16:32:42.4450800Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src 2024-11-01T16:32:42.4451370Z copying functorch/_src/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src 2024-11-01T16:32:42.4453980Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4454640Z copying functorch/dim/magic_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4479690Z copying functorch/dim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4485240Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4490080Z copying functorch/dim/op_properties.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4494220Z copying functorch/dim/batch_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4499560Z copying functorch/dim/wrap_type.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4504040Z copying functorch/dim/reference.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4512920Z copying functorch/dim/dim.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4517960Z copying functorch/dim/tree_map.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-11-01T16:32:42.4523180Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/compile 2024-11-01T16:32:42.4523790Z copying functorch/compile/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/compile 2024-11-01T16:32:42.4530030Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-11-01T16:32:42.4530640Z copying functorch/einops/_parsing.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-11-01T16:32:42.4536750Z copying functorch/einops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-11-01T16:32:42.4543030Z copying functorch/einops/rearrange.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-11-01T16:32:42.4549500Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/make_functional 2024-11-01T16:32:42.4550260Z copying functorch/_src/make_functional/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/make_functional 2024-11-01T16:32:42.4555810Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/eager_transforms 2024-11-01T16:32:42.4556590Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/eager_transforms 2024-11-01T16:32:42.4561910Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/aot_autograd 2024-11-01T16:32:42.4562630Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/aot_autograd 2024-11-01T16:32:42.4567990Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/vmap 2024-11-01T16:32:42.4568620Z copying functorch/_src/vmap/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/vmap 2024-11-01T16:32:42.6972850Z copying torch/return_types.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:42.6980780Z copying torch/_VF.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:42.7087640Z copying torch/py.typed -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:42.7089030Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-11-01T16:32:42.7089570Z copying torch/bin/protoc-3.13.0.0 -> build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-11-01T16:32:42.7255730Z copying torch/bin/torch_shm_manager -> build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-11-01T16:32:42.7272080Z copying torch/bin/protoc -> build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-11-01T16:32:42.7338950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7339470Z copying torch/_C/_profiler.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7345400Z copying torch/_C/_onnx.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7352890Z copying torch/_C/_distributed_c10d.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7373810Z copying torch/_C/_autograd.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7378460Z copying torch/_C/_monitor.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7384530Z copying torch/_C/_itt.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7389820Z copying torch/_C/_lazy.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7396640Z copying torch/_C/__init__.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7462590Z copying torch/_C/_nvtx.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7467780Z copying torch/_C/_cpu.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7473670Z copying torch/_C/_nn.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7479870Z copying torch/_C/_cusparselt.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7487950Z copying torch/_C/_instruction_counter.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7492650Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7499200Z copying torch/_C/_functorch.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7505510Z copying torch/_C/_VariableFunctions.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7643120Z copying torch/_C/_distributed_rpc.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7656760Z copying torch/_C/_verbose.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7670080Z copying torch/_C/_aoti.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7678180Z copying torch/_C/_functions.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7684610Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7690490Z copying torch/_C/_cudnn.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7695800Z copying torch/_C/_distributed_autograd.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-11-01T16:32:42.7701260Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:42.7707870Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:42.7712650Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:42.7725160Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:42.7737340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:42.7737870Z copying torch/lib/libshm.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:42.7749040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7749750Z copying torch/include/sleef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7751930Z copying torch/include/cpuinfo.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7753510Z copying torch/include/nnpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7755040Z copying torch/include/xnnpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7774800Z copying torch/include/libshm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7775850Z copying torch/include/fp16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7781640Z copying torch/include/qnnpack_func.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7782340Z copying torch/include/pthreadpool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7783000Z copying torch/include/clog.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7783620Z copying torch/include/psimd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7784300Z copying torch/include/experiments-config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7785050Z copying torch/include/fxdiv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:42.7785730Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7786370Z copying torch/include/ATen/Formatting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7787620Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7788880Z copying torch/include/ATen/CPUFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7790620Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7791560Z copying torch/include/ATen/CollapseDims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7793390Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7794410Z copying torch/include/ATen/MetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7795460Z copying torch/include/ATen/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7797140Z copying torch/include/ATen/TensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7798090Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7799410Z copying torch/include/ATen/TensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7800520Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7801940Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7803090Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7804930Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7806190Z copying torch/include/ATen/Version.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7806990Z copying torch/include/ATen/DLConvertor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7808170Z copying torch/include/ATen/Device.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7809910Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7811120Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7812190Z copying torch/include/ATen/jiterator_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7813280Z copying torch/include/ATen/Operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7815080Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7816770Z copying torch/include/ATen/ceil_div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7817630Z copying torch/include/ATen/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7818910Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7820780Z copying torch/include/ATen/dlpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7821730Z copying torch/include/ATen/Config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7823500Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7824440Z copying torch/include/ATen/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7825550Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7827390Z copying torch/include/ATen/TracerMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7828290Z copying torch/include/ATen/BlasBackend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7829430Z copying torch/include/ATen/Backend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7831190Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7836650Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7838070Z copying torch/include/ATen/PTThreadPool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7838990Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7840690Z copying torch/include/ATen/MapAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7841650Z copying torch/include/ATen/record_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7843060Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7844290Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7855910Z copying torch/include/ATen/Context.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7857300Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7858630Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7859830Z copying torch/include/ATen/div_rtn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7861520Z copying torch/include/ATen/ExpandUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7862470Z copying torch/include/ATen/MPSFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7863660Z copying torch/include/ATen/TypeDefault.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7864890Z copying torch/include/ATen/MPSFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7866610Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7875710Z copying torch/include/ATen/MethodOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7876740Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7878390Z copying torch/include/ATen/NamedTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7879350Z copying torch/include/ATen/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7880900Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7881930Z copying torch/include/ATen/LinalgBackend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7883290Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7884570Z copying torch/include/ATen/ArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7885690Z copying torch/include/ATen/SequenceNumber.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7886950Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7888430Z copying torch/include/ATen/ExpandBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7889450Z copying torch/include/ATen/Parallel-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7891070Z copying torch/include/ATen/MatrixRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7891960Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7893800Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7894850Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7896130Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7897350Z copying torch/include/ATen/NumericUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7898670Z copying torch/include/ATen/ATen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7900140Z copying torch/include/ATen/TensorNames.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7901510Z copying torch/include/ATen/TensorMeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7902540Z copying torch/include/ATen/TensorIndexing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7904250Z copying torch/include/ATen/Layout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7905220Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7906930Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7907960Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7913500Z copying torch/include/ATen/StorageUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7914330Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7915130Z copying torch/include/ATen/code_template.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7916020Z copying torch/include/ATen/TensorOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7916830Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7917600Z copying torch/include/ATen/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7918380Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7919160Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7920060Z copying torch/include/ATen/Storage.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7921710Z copying torch/include/ATen/DeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7922610Z copying torch/include/ATen/ParallelNative.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7923840Z copying torch/include/ATen/OpMathType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7925310Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7926500Z copying torch/include/ATen/PadNd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7927640Z copying torch/include/ATen/Dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7929430Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7930460Z copying torch/include/ATen/ParallelFuture.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7932320Z copying torch/include/ATen/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7933270Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7934530Z copying torch/include/ATen/jit_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7936230Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7937310Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7938340Z copying torch/include/ATen/ScalarOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7939690Z copying torch/include/ATen/NativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7941670Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7942540Z copying torch/include/ATen/TensorGeometry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7943820Z copying torch/include/ATen/TensorIterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7946380Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7947650Z copying torch/include/ATen/Dimname.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7949760Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7950860Z copying torch/include/ATen/autocast_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7952600Z copying torch/include/ATen/Parallel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7953860Z copying torch/include/ATen/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7955300Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7957240Z copying torch/include/ATen/InferSize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7958220Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7959230Z copying torch/include/ATen/SmallVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7960950Z copying torch/include/ATen/Tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7961950Z copying torch/include/ATen/Generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7963240Z copying torch/include/ATen/AccumulateType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7964650Z copying torch/include/ATen/TensorAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7965770Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-11-01T16:32:42.7967810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-11-01T16:32:42.7968580Z copying torch/include/ATen/cpu/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-11-01T16:32:42.7969730Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-11-01T16:32:42.7971010Z copying torch/include/ATen/cpu/vml.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-11-01T16:32:42.7972440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.7973090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-11-01T16:32:42.7974070Z 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-11-01T16:32:42.7975340Z copying torch/include/ATen/cpu/vec/vec128/vec128.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-11-01T16:32:42.7976530Z 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-11-01T16:32:42.7978500Z 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-11-01T16:32:42.7979720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-11-01T16:32:42.7980640Z 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-11-01T16:32:42.7982780Z 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-11-01T16:32:42.7983980Z 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-11-01T16:32:42.7985110Z 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-11-01T16:32:42.7987270Z 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-11-01T16:32:42.7988490Z 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-11-01T16:32:42.7989570Z 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-11-01T16:32:42.7991510Z 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-11-01T16:32:42.7992700Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-11-01T16:32:42.7993940Z 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-11-01T16:32:42.7995070Z 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-11-01T16:32:42.7997090Z 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-11-01T16:32:42.7998260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-11-01T16:32:42.7999170Z 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-11-01T16:32:42.8000420Z 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-11-01T16:32:42.8001840Z 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-11-01T16:32:42.8003240Z 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-11-01T16:32:42.8004590Z 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-11-01T16:32:42.8006030Z 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-11-01T16:32:42.8007480Z 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-11-01T16:32:42.8008840Z 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-11-01T16:32:42.8010300Z 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-11-01T16:32:42.8011840Z 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-11-01T16:32:42.8013090Z 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-11-01T16:32:42.8014950Z 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-11-01T16:32:42.8016200Z 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-11-01T16:32:42.8017290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/zarch 2024-11-01T16:32:42.8018410Z 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-11-01T16:32:42.8020230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-11-01T16:32:42.8021070Z 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-11-01T16:32:42.8026280Z 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-11-01T16:32:42.8027360Z 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-11-01T16:32:42.8028420Z 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-11-01T16:32:42.8029450Z 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-11-01T16:32:42.8030630Z 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-11-01T16:32:42.8031700Z 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-11-01T16:32:42.8032720Z 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-11-01T16:32:42.8033750Z 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-11-01T16:32:42.8034760Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-11-01T16:32:42.8035730Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8036970Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8038360Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8039770Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8040980Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8042770Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8043960Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8045250Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8046520Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8047780Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-11-01T16:32:42.8049910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-11-01T16:32:42.8050680Z 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-11-01T16:32:42.8052040Z 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-11-01T16:32:42.8053790Z 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-11-01T16:32:42.8055720Z 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-11-01T16:32:42.8056840Z 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-11-01T16:32:42.8058320Z 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-11-01T16:32:42.8060230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8060920Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8062130Z copying torch/include/ATen/core/Formatting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8063870Z copying torch/include/ATen/core/TensorBody.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8068660Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8069820Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8071090Z copying torch/include/ATen/core/typeid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8072400Z copying torch/include/ATen/core/rref_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8074150Z copying torch/include/ATen/core/Range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8075120Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8076270Z copying torch/include/ATen/core/operator_name.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8077690Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8078880Z copying torch/include/ATen/core/symbol.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8080590Z copying torch/include/ATen/core/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8081850Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8082910Z copying torch/include/ATen/core/blob.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8084190Z copying torch/include/ATen/core/function_schema.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8085750Z copying torch/include/ATen/core/type_factory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8087060Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8088490Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8089850Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8091800Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8092760Z copying torch/include/ATen/core/class_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8094990Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8096960Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8098000Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8099530Z copying torch/include/ATen/core/qualified_name.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8100620Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8102190Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8103190Z copying torch/include/ATen/core/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8104610Z copying torch/include/ATen/core/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8106560Z copying torch/include/ATen/core/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8107580Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8108730Z copying torch/include/ATen/core/interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8110230Z copying torch/include/ATen/core/List.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8111510Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8112600Z copying torch/include/ATen/core/Dict.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8114300Z copying torch/include/ATen/core/type_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8115330Z copying torch/include/ATen/core/grad_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8116730Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8117910Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8119050Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8120220Z copying torch/include/ATen/core/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8121780Z copying torch/include/ATen/core/Array.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8122900Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8124060Z copying torch/include/ATen/core/stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8125960Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8126830Z copying torch/include/ATen/core/custom_class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8128060Z copying torch/include/ATen/core/IListRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8129340Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8130670Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8131820Z copying torch/include/ATen/core/TensorBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8133640Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8134640Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8135910Z copying torch/include/ATen/core/enum_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8137160Z copying torch/include/ATen/core/alias_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8138430Z copying torch/include/ATen/core/List_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8139820Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8144110Z copying torch/include/ATen/core/enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8144920Z copying torch/include/ATen/core/jit_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8145740Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8146540Z copying torch/include/ATen/core/ivalue.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8147360Z copying torch/include/ATen/core/Dimname.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8148280Z copying torch/include/ATen/core/Vitals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8149730Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8152580Z copying torch/include/ATen/core/builtin_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8153600Z copying torch/include/ATen/core/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8154960Z copying torch/include/ATen/core/Reduction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8156790Z copying torch/include/ATen/core/Tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8157990Z copying torch/include/ATen/core/function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8159710Z copying torch/include/ATen/core/Generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8160610Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8162410Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8163430Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8165340Z copying torch/include/ATen/core/Variadic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-11-01T16:32:42.8167000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8167700Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8168690Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8170070Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8171470Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8172690Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8174050Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8175290Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8177090Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8178240Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8179650Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8180940Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8182740Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8183980Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8185260Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8186550Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8188200Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8189350Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8190610Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8192000Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8193130Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8194410Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8195670Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8196920Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8198530Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8199500Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8200910Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8202080Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8203330Z copying torch/include/ATen/cuda/cub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8205030Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8206000Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8207560Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8208890Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8209890Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8211190Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8212430Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8213700Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8214970Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-11-01T16:32:42.8216750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8217560Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8218650Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8219840Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8221070Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8222380Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8224720Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8225970Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8227250Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8228670Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8230280Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-11-01T16:32:42.8231690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8232510Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8234090Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8235210Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8236270Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8237760Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8239120Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8240380Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-11-01T16:32:42.8241840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-11-01T16:32:42.8242550Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-11-01T16:32:42.8243730Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-11-01T16:32:42.8245410Z copying torch/include/ATen/cudnn/Types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-11-01T16:32:42.8246370Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-11-01T16:32:42.8247610Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-11-01T16:32:42.8248920Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-11-01T16:32:42.8250490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8251270Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8256180Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8257210Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8258160Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8259110Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8260070Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8261030Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8262000Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8263050Z copying torch/include/ATen/functorch/Macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8264030Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8265040Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8266050Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8267020Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-11-01T16:32:42.8267750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8268470Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8269660Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8271560Z 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-11-01T16:32:42.8272540Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8273700Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8274880Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8276100Z copying torch/include/ATen/ops/index_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8277370Z copying torch/include/ATen/ops/new_ones.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8278710Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8279930Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8282280Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8283400Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8284840Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8286660Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8287670Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8288850Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8290490Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8291630Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8293060Z copying torch/include/ATen/ops/cummin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8294260Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8295490Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8297260Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8298370Z 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-11-01T16:32:42.8299670Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8300960Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8302210Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8303630Z 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-11-01T16:32:42.8304710Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8306310Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8307530Z copying torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8308800Z 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-11-01T16:32:42.8310010Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8311420Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8312760Z 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-11-01T16:32:42.8314150Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8315420Z copying torch/include/ATen/ops/result_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8316740Z 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-11-01T16:32:42.8318010Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8319340Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8320630Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8321970Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8323300Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8324700Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8325960Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8327280Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8328490Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8329710Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8331170Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8332300Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8333570Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8335460Z 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-11-01T16:32:42.8336480Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8337620Z copying torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8339040Z copying torch/include/ATen/ops/signbit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8340260Z copying torch/include/ATen/ops/_propagate_xla_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8341630Z 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-11-01T16:32:42.8343100Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8344280Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8345600Z 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-11-01T16:32:42.8346800Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8348050Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8349650Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8351010Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8352290Z 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-11-01T16:32:42.8353490Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8354760Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8356170Z 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-11-01T16:32:42.8357370Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8358690Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8359900Z copying torch/include/ATen/ops/_int_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8364930Z copying torch/include/ATen/ops/i0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8365790Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8366710Z 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-11-01T16:32:42.8367720Z copying torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8368640Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8369690Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8370600Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8371490Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8372510Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8373530Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8374460Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8375620Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8376980Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8378220Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8379810Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8380860Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8382220Z 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-11-01T16:32:42.8383430Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8384810Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8386120Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8387340Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8388530Z copying torch/include/ATen/ops/dist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8389970Z 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-11-01T16:32:42.8391470Z 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-11-01T16:32:42.8392760Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8394020Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8395350Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8397150Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8398200Z copying torch/include/ATen/ops/sub_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8399330Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8400540Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8402060Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8403110Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8404440Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8405690Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8407040Z 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-11-01T16:32:42.8408260Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8410300Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8411520Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8413570Z 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-11-01T16:32:42.8414580Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8415640Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8417310Z copying torch/include/ATen/ops/nextafter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8418540Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8419640Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8420890Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8422150Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8423510Z copying torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8424770Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8426490Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8427800Z copying torch/include/ATen/ops/_wrapped_linear_prepack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8429570Z copying torch/include/ATen/ops/softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8430510Z copying torch/include/ATen/ops/arctan2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8431950Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8433340Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8434780Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8436140Z 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-11-01T16:32:42.8437530Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8438860Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8440170Z 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-11-01T16:32:42.8442130Z 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-11-01T16:32:42.8443170Z copying torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8444500Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8445880Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8447160Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8448430Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8449750Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8451120Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8452710Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8453740Z copying torch/include/ATen/ops/addmv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8455580Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8456530Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8457720Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8459140Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8460270Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8462250Z copying torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8463240Z copying torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8464330Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8465600Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8467370Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8468410Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8469990Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8471440Z copying torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8476230Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8477180Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8478070Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8478930Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8479890Z 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-11-01T16:32:42.8480820Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8481950Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8482970Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8484830Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8486030Z 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-11-01T16:32:42.8487100Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8488460Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8489720Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8491000Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8492290Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8493740Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8495160Z 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-11-01T16:32:42.8496380Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8498330Z 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-11-01T16:32:42.8499360Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8500620Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8502090Z 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-11-01T16:32:42.8503160Z copying torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8504300Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8505600Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8506840Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8508130Z copying torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8509440Z copying torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8510740Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8512270Z copying torch/include/ATen/ops/size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8513330Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8514760Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8515950Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8517280Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8518530Z copying torch/include/ATen/ops/special_i1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8520130Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8521140Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8522580Z 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-11-01T16:32:42.8523710Z copying torch/include/ATen/ops/log_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8525050Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8526290Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8527640Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8529390Z copying torch/include/ATen/ops/atan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8530630Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8532500Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8533640Z copying torch/include/ATen/ops/where_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8534980Z 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-11-01T16:32:42.8536390Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8537790Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8539040Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8540410Z 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-11-01T16:32:42.8541670Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8543050Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8544370Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8545690Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8546890Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8548490Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8549790Z 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-11-01T16:32:42.8550950Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8552350Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8553730Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8555060Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8556400Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8557620Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8558890Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8560180Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8561430Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8563200Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8564250Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8565400Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8566760Z 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-11-01T16:32:42.8568020Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8569410Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8570670Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8571840Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8573510Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8574470Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8575740Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8577100Z 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-11-01T16:32:42.8578230Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8579600Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8580850Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8582130Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8583350Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8587600Z 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-11-01T16:32:42.8588780Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8589760Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8590650Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8591560Z copying torch/include/ATen/ops/argmin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8592510Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8593470Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8594770Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8596140Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8597370Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8598960Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8600240Z copying torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8601850Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8602850Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8604130Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8605250Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8606710Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8607980Z 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-11-01T16:32:42.8609370Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8610970Z copying torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8612230Z 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-11-01T16:32:42.8613600Z copying torch/include/ATen/ops/and_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8615290Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8616800Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8617380Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8619070Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8620200Z 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-11-01T16:32:42.8621540Z copying torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8622930Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8624340Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8625730Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8626630Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8628140Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8629770Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8631450Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8632760Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8634660Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8636190Z 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-11-01T16:32:42.8637110Z 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-11-01T16:32:42.8639060Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8639880Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8641530Z copying torch/include/ATen/ops/_fused_sgd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8642970Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8644370Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8645230Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8646890Z copying torch/include/ATen/ops/dequantize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8648260Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8649640Z copying torch/include/ATen/ops/align_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8651070Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8652510Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8653430Z 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-11-01T16:32:42.8654920Z copying torch/include/ATen/ops/acosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8656370Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8657630Z copying torch/include/ATen/ops/_assert_scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8659060Z copying torch/include/ATen/ops/index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8660160Z copying torch/include/ATen/ops/min_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8661500Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8662960Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8664160Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8665560Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8666740Z 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-11-01T16:32:42.8668160Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8669600Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8670790Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8671720Z copying torch/include/ATen/ops/repeat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8673250Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8674910Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8676480Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8677340Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8678740Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8680160Z copying torch/include/ATen/ops/matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8681530Z copying torch/include/ATen/ops/floor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8682850Z 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-11-01T16:32:42.8684120Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8685590Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8686600Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8687980Z copying torch/include/ATen/ops/_test_check_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8689270Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8690560Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8692050Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8692910Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8694380Z copying torch/include/ATen/ops/selu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8695710Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8697480Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8698300Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8699830Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8701240Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8702580Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8703880Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8705220Z copying torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8706150Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8707670Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8708930Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8710100Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8711420Z copying torch/include/ATen/ops/ge_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8712830Z 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-11-01T16:32:42.8714340Z 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-11-01T16:32:42.8715320Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8716800Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8718110Z 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-11-01T16:32:42.8719430Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8720860Z 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-11-01T16:32:42.8721880Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8723330Z 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-11-01T16:32:42.8724570Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8725950Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8727100Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8728450Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8730050Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8731330Z 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-11-01T16:32:42.8732410Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8733730Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8735080Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8736330Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8737560Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8738790Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8740200Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8741330Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8742580Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8743910Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8745240Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8746560Z 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-11-01T16:32:42.8747750Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8749310Z 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-11-01T16:32:42.8750470Z 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-11-01T16:32:42.8752060Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8752840Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8754240Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8755630Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8756900Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8758190Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8759440Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8760730Z 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-11-01T16:32:42.8762070Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8763320Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8764710Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8765930Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8767210Z copying torch/include/ATen/ops/exponential_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8768480Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8769860Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8771070Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8772390Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8776970Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8777540Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8778070Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8778520Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8779040Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8780340Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8781620Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8782950Z 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-11-01T16:32:42.8784370Z 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-11-01T16:32:42.8785720Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8786860Z copying torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8788420Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8789580Z copying torch/include/ATen/ops/_weight_int8pack_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8790930Z 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-11-01T16:32:42.8792190Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8793360Z copying torch/include/ATen/ops/permute.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8794800Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8796090Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8797480Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8798830Z copying torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8800080Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8801310Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8802620Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8803890Z copying torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8805140Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8806490Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8807850Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8808900Z copying torch/include/ATen/ops/roll.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8810310Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8811620Z copying torch/include/ATen/ops/orgqr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8812830Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8814240Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8815600Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8817000Z 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-11-01T16:32:42.8818150Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8819620Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8820890Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8821920Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8823200Z copying torch/include/ATen/ops/take.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8824530Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8825830Z copying torch/include/ATen/ops/isin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8827090Z copying torch/include/ATen/ops/record_stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8828400Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8829660Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8831270Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8832550Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8833890Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8835160Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8836350Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8837680Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8838850Z copying torch/include/ATen/ops/expand_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8840550Z copying torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8841870Z copying torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8843320Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8844680Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8845920Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8847350Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8848640Z copying torch/include/ATen/ops/multinomial.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8849990Z copying torch/include/ATen/ops/alias_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8851120Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8852590Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8853720Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8855130Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8856320Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8857630Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8858990Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8860240Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8861550Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8862880Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8864090Z copying torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8865500Z 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-11-01T16:32:42.8866650Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8868190Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8869340Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8870690Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8871970Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8874060Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8875030Z copying torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8875890Z copying torch/include/ATen/ops/digamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8877050Z copying torch/include/ATen/ops/mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8879940Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8882070Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8882960Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8883840Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8884710Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8885810Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8887060Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8888430Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8890240Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8891260Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8892610Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8893960Z 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-11-01T16:32:42.8895200Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8900200Z 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-11-01T16:32:42.8901390Z copying torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8902330Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8903150Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8903990Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8904890Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8905930Z 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-11-01T16:32:42.8906820Z copying torch/include/ATen/ops/all_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8907670Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8908570Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8909550Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8910590Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8911890Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8913470Z copying torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8914660Z 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-11-01T16:32:42.8915880Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8917180Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8918440Z copying torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8919800Z 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-11-01T16:32:42.8921130Z 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-11-01T16:32:42.8922390Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8924520Z 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-11-01T16:32:42.8925580Z copying torch/include/ATen/ops/eye_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8926460Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8927760Z copying torch/include/ATen/ops/_fused_adamw.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8929150Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8930360Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8932390Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8933440Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8934530Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8936380Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8937770Z 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-11-01T16:32:42.8939410Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8940610Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8941870Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8943170Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8944390Z copying torch/include/ATen/ops/lt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8946090Z copying torch/include/ATen/ops/_chunk_cat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8947120Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8948420Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8949640Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8951410Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8952410Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8953580Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8954840Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8956280Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8957430Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8958740Z copying torch/include/ATen/ops/_fused_adagrad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8960110Z copying torch/include/ATen/ops/all_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8961450Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8962700Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8963960Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8965710Z copying torch/include/ATen/ops/sqrt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8966790Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8967780Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8969390Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8970600Z 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-11-01T16:32:42.8971750Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8972860Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8974430Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8975580Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8976950Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8978140Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8979340Z copying torch/include/ATen/ops/positive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8981270Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8983140Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8984290Z 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-11-01T16:32:42.8985470Z 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-11-01T16:32:42.8986630Z copying torch/include/ATen/ops/new_empty.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8988530Z 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-11-01T16:32:42.8989500Z copying torch/include/ATen/ops/any_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8990630Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8992060Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8993300Z copying torch/include/ATen/ops/_propagate_xla_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8995100Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8996220Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8997550Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.8999290Z copying torch/include/ATen/ops/_conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9000450Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9001610Z copying torch/include/ATen/ops/flatten.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9002980Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9004720Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9005690Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9006840Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9011130Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9012300Z 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-11-01T16:32:42.9013480Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9014380Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9015240Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9016170Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9017120Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9017990Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9018900Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9019990Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9021300Z copying torch/include/ATen/ops/flip_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9023030Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9024100Z 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-11-01T16:32:42.9025320Z copying torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9026600Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9028040Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9029100Z copying torch/include/ATen/ops/where_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9030790Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9031970Z copying torch/include/ATen/ops/igamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9033540Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9034630Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9035920Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9037390Z copying torch/include/ATen/ops/kl_div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9038540Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9039740Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9041490Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9042460Z copying torch/include/ATen/ops/values_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9043610Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9045190Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9046410Z 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-11-01T16:32:42.9047550Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9048840Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9050040Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9051390Z copying torch/include/ATen/ops/any_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9052640Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9053900Z copying torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9055450Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9056690Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9057880Z copying torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9059140Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9060660Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9061810Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9063210Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9064380Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9065790Z 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-11-01T16:32:42.9067820Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9068890Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9070010Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9071380Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9072700Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9074130Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9075330Z copying torch/include/ATen/ops/atan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9076630Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9077930Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9079210Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9080640Z copying torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9082100Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9083150Z copying torch/include/ATen/ops/binomial.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9084440Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9085740Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9087020Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9088350Z copying torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9089610Z copying torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9090990Z copying torch/include/ATen/ops/index_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9092360Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9093600Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9095250Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9096280Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9097850Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9098990Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9100320Z copying torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9101790Z 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-11-01T16:32:42.9103060Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9104310Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9105640Z 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-11-01T16:32:42.9106930Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9108810Z 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-11-01T16:32:42.9109740Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9110990Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9112270Z 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-11-01T16:32:42.9113570Z copying torch/include/ATen/ops/remainder_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9114850Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9116180Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9121530Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9122450Z copying torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9123430Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9124360Z copying torch/include/ATen/ops/zero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9125230Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9126050Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9126940Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9127850Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9128820Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9129820Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9130730Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9131800Z 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-11-01T16:32:42.9132870Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9134130Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9135730Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9136920Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9138150Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9139670Z 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-11-01T16:32:42.9140950Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9142040Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9143480Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9144590Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9145830Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9147140Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9148600Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9149750Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9151090Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9152340Z copying torch/include/ATen/ops/lt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9153790Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9155080Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9156250Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9158020Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9159490Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9161360Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9162430Z 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-11-01T16:32:42.9163950Z 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-11-01T16:32:42.9165200Z copying torch/include/ATen/ops/unbind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9166560Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9167770Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9169190Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9170630Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9171810Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9173200Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9174700Z 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-11-01T16:32:42.9176100Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9177310Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9178670Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9179880Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9181580Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9182510Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9183660Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9184990Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9186340Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9187620Z 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-11-01T16:32:42.9188750Z copying torch/include/ATen/ops/topk.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9190580Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9191880Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9193170Z 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-11-01T16:32:42.9194410Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9195490Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9197010Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9198350Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9199480Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9200820Z copying torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9202310Z 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-11-01T16:32:42.9203650Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9204880Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9206050Z copying torch/include/ATen/ops/empty_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9207430Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9208680Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9209890Z copying torch/include/ATen/ops/stft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9211760Z copying torch/include/ATen/ops/_sparse_mask_projection.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9212770Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9213870Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9215120Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9216940Z 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-11-01T16:32:42.9217970Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9219120Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9220480Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9221660Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9222820Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9224700Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9225780Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9230250Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9231140Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9232040Z copying torch/include/ATen/ops/random_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9232920Z copying torch/include/ATen/ops/repeat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9233820Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9234730Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9235720Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9236690Z copying torch/include/ATen/ops/output_nr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9237500Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9238350Z copying torch/include/ATen/ops/not_equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9240030Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9241000Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9242180Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9243540Z copying torch/include/ATen/ops/sym_storage_offset_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9244840Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9246600Z copying torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9247550Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9248730Z copying torch/include/ATen/ops/rand_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9250170Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9251290Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9253240Z copying torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9254370Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9255590Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9256920Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9258080Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9259590Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9260830Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9262150Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9263270Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9265010Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9266060Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9267280Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9268750Z 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-11-01T16:32:42.9270100Z 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-11-01T16:32:42.9271400Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9272690Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9274080Z 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-11-01T16:32:42.9275200Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9276710Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9277860Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9279330Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9280480Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9282370Z 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-11-01T16:32:42.9283440Z 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-11-01T16:32:42.9284450Z copying torch/include/ATen/ops/diff_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9285670Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9287600Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9288720Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9289960Z copying torch/include/ATen/ops/eye_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9291490Z 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-11-01T16:32:42.9292860Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9294730Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9295890Z 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-11-01T16:32:42.9297360Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9298700Z copying torch/include/ATen/ops/sym_storage_offset.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9300560Z copying torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9301690Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9303610Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9304750Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9306690Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9307750Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9308940Z 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-11-01T16:32:42.9310370Z 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-11-01T16:32:42.9311450Z copying torch/include/ATen/ops/and.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9313220Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9314240Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9315500Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9316920Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9318130Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9319860Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9320980Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9322250Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9323450Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9325190Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9326420Z 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-11-01T16:32:42.9327570Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9328880Z 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-11-01T16:32:42.9330310Z 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-11-01T16:32:42.9331490Z copying torch/include/ATen/ops/clamp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9332830Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9334060Z copying torch/include/ATen/ops/hann_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9335800Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9337000Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9338080Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9342270Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9343140Z copying torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9344190Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9345160Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9346000Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9346870Z copying torch/include/ATen/ops/_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9347780Z copying torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9348880Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9349980Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9351170Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9352550Z 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-11-01T16:32:42.9353910Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9355120Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9356590Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9357740Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9358980Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9360290Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9361520Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9362880Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9364060Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9365520Z 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-11-01T16:32:42.9366770Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9367980Z copying torch/include/ATen/ops/range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9369760Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9370770Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9371920Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9373140Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9374720Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9375660Z copying torch/include/ATen/ops/sinc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9377320Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9378270Z copying torch/include/ATen/ops/square_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9379550Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9380850Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9382200Z 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-11-01T16:32:42.9383460Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9384780Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9386100Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9387310Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9388560Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9389970Z 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-11-01T16:32:42.9391120Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9392790Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9393720Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9395070Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9396240Z copying torch/include/ATen/ops/range_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9397560Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9398920Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9400390Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9401480Z copying torch/include/ATen/ops/cov.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9403280Z 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-11-01T16:32:42.9404280Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9406100Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9407250Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9408260Z copying torch/include/ATen/ops/min.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9409530Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9410770Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9412590Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9413540Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9414740Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9416000Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9417150Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9418580Z copying torch/include/ATen/ops/_prelu_kernel_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9419820Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9421080Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9422400Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9423830Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9424960Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9426250Z copying torch/include/ATen/ops/_test_parallel_materialize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9427520Z 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-11-01T16:32:42.9429010Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9430400Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9431490Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9432740Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9434060Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9435360Z 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-11-01T16:32:42.9436800Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9437910Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9439810Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9440820Z 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-11-01T16:32:42.9441940Z copying torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9443200Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9444600Z 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-11-01T16:32:42.9445900Z copying torch/include/ATen/ops/fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9450670Z 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-11-01T16:32:42.9451820Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9452970Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9453960Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9454870Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9455790Z copying torch/include/ATen/ops/lcm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9456610Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9457590Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9458610Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9459830Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9461130Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9462470Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9463720Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9465070Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9466310Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9467630Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9468910Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9470100Z copying torch/include/ATen/ops/put_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9471560Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9472840Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9474230Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9475730Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9476930Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9478700Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9479650Z copying torch/include/ATen/ops/_int_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9480820Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9482390Z 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-11-01T16:32:42.9483590Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9484980Z copying torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9486250Z copying torch/include/ATen/ops/div_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9488140Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9489210Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9490420Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9491620Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9492870Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9494320Z 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-11-01T16:32:42.9495400Z copying torch/include/ATen/ops/empty_permuted_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9496880Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9498160Z 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-11-01T16:32:42.9499350Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9501060Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9502100Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9503260Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9504600Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9505940Z 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-11-01T16:32:42.9507080Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9508520Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9509720Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9510980Z copying torch/include/ATen/ops/_nnz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9512670Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9513760Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9515000Z 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-11-01T16:32:42.9516540Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9517920Z 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-11-01T16:32:42.9518820Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9520300Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9521790Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9523200Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9524050Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9525520Z copying torch/include/ATen/ops/_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9526850Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9528300Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9529870Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9531320Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9532230Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9533970Z 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-11-01T16:32:42.9534790Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9536460Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9537680Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9539160Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9540110Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9541910Z 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-11-01T16:32:42.9543430Z 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-11-01T16:32:42.9544370Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9545820Z copying torch/include/ATen/ops/topk_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9547910Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9548780Z copying torch/include/ATen/ops/sym_numel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9550600Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9551920Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9553560Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9555030Z copying torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9556530Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9557840Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9559120Z copying torch/include/ATen/ops/sym_numel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9560370Z 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-11-01T16:32:42.9561750Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9563160Z copying torch/include/ATen/ops/_to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9564730Z 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-11-01T16:32:42.9565650Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9567160Z copying torch/include/ATen/ops/pow_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9568640Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9569660Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9571190Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9572510Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9573990Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9574810Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9576270Z copying torch/include/ATen/ops/asin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9577650Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9579050Z copying torch/include/ATen/ops/_spsolve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9580000Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9581490Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9582950Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9583820Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9585280Z copying torch/include/ATen/ops/maximum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9586610Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9587910Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9589290Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9590660Z 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-11-01T16:32:42.9592250Z copying torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9593580Z copying torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9595160Z 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-11-01T16:32:42.9596050Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9597570Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9602590Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9603190Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9603670Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9604190Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9604680Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9605250Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9606820Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9608360Z 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-11-01T16:32:42.9609170Z copying torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9610710Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9612100Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9613430Z copying torch/include/ATen/ops/_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9614730Z copying torch/include/ATen/ops/addr_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9616110Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9617440Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9618740Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9620040Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9621630Z 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-11-01T16:32:42.9622940Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9624430Z copying torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9625220Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9626820Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9628330Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9629970Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9631440Z copying torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9632900Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9634310Z copying torch/include/ATen/ops/_unsafe_index_put.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9635630Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9637030Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9637910Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9639580Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9641090Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9641980Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9643600Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9644910Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9646300Z 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-11-01T16:32:42.9647230Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9648680Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9650110Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9651400Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9652720Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9653970Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9655250Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9656900Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9657520Z copying torch/include/ATen/ops/std_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9659160Z 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-11-01T16:32:42.9660460Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9662130Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9663470Z 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-11-01T16:32:42.9665000Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9665960Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9667530Z copying torch/include/ATen/ops/hspmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9669090Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9669900Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9671640Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9673130Z 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-11-01T16:32:42.9674580Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9675460Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9677220Z 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-11-01T16:32:42.9678500Z copying torch/include/ATen/ops/less_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9679910Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9681010Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9682640Z 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-11-01T16:32:42.9684020Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9685100Z 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-11-01T16:32:42.9686510Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9688010Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9689190Z 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-11-01T16:32:42.9690620Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9692030Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9693270Z copying torch/include/ATen/ops/cat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9694760Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9695650Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9697280Z 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-11-01T16:32:42.9698170Z copying torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9699730Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9700920Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9702370Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9703760Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9705240Z 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-11-01T16:32:42.9706660Z copying torch/include/ATen/ops/amax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9708250Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9709630Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9711520Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9712530Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9714390Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9715930Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9717580Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9718920Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9720260Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9721620Z copying torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9723340Z 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-11-01T16:32:42.9724640Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9726110Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9727740Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9729250Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9730800Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9732200Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9733670Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9735090Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9736540Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9737520Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9738870Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9740330Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9741450Z copying torch/include/ATen/ops/isin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9742760Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9744020Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9745330Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9746640Z copying torch/include/ATen/ops/_foreach_max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9747890Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9749360Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9750460Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9751890Z copying torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9753280Z copying torch/include/ATen/ops/all_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9754880Z copying torch/include/ATen/ops/rms_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9756000Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9757550Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9758970Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9760380Z copying torch/include/ATen/ops/svd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9761530Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9762840Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9764180Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9765550Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9766940Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9768020Z copying torch/include/ATen/ops/log2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9769250Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9770780Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9772120Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9773270Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9774640Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9775970Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9777270Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9778520Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9779860Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9781220Z copying torch/include/ATen/ops/_nested_get_lengths_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9782570Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9783790Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9785110Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9786510Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9787750Z copying torch/include/ATen/ops/randint_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9789210Z copying torch/include/ATen/ops/slogdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9790450Z 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-11-01T16:32:42.9791690Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9793020Z copying torch/include/ATen/ops/_functional_assert_scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9794380Z copying torch/include/ATen/ops/_lazy_clone.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9795730Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9797260Z 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-11-01T16:32:42.9798520Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9799700Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9801110Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9802380Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9803620Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9804960Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9806200Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9807450Z copying torch/include/ATen/ops/cross.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9808840Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9810060Z copying torch/include/ATen/ops/gelu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9811470Z 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-11-01T16:32:42.9812840Z 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-11-01T16:32:42.9814210Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9818580Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9819380Z copying torch/include/ATen/ops/log1p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9819750Z copying torch/include/ATen/ops/less.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9820140Z copying torch/include/ATen/ops/tensordot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9820730Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9821840Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9823270Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9824570Z copying torch/include/ATen/ops/log2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9825760Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9827020Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9828270Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9829720Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9831120Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9832330Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9833520Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9835180Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9836560Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9837790Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9839220Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9840390Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9841690Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9842870Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9844260Z copying torch/include/ATen/ops/or_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9845780Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9846800Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9848080Z copying torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9849620Z copying torch/include/ATen/ops/median_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9851280Z copying torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9852780Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9854160Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9855860Z copying torch/include/ATen/ops/_chunk_cat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9857310Z copying torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9858750Z copying torch/include/ATen/ops/im2col.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9860090Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9861590Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9863040Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9863950Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9865920Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9867220Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9868340Z 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-11-01T16:32:42.9869850Z copying torch/include/ATen/ops/sign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9871270Z copying torch/include/ATen/ops/empty_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9872580Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9873970Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9875480Z copying torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9876210Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9877840Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9879270Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9880220Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9881810Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9883290Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9884100Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9885600Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9887100Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9888050Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9889550Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9890790Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9892130Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9893490Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9894690Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9896000Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9897310Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9898780Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9900270Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9901550Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9902940Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9904140Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9905320Z copying torch/include/ATen/ops/divide.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9906680Z copying torch/include/ATen/ops/_unsafe_masked_index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9908120Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9909230Z copying torch/include/ATen/ops/is_neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9910490Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9911870Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9913130Z copying torch/include/ATen/ops/_fused_adamw_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9914510Z copying torch/include/ATen/ops/slice_inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9915800Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9917130Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9918540Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9919800Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9921100Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9922300Z copying torch/include/ATen/ops/resize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9923860Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9924970Z copying torch/include/ATen/ops/gt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9926300Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9927690Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9929130Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9930160Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9931540Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9932860Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9934220Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9935690Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9936850Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9938280Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9939690Z copying torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9941000Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9942470Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9943910Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9945160Z copying torch/include/ATen/ops/expand_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9946650Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9947940Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9949530Z copying torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9951180Z 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-11-01T16:32:42.9952680Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9953410Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9954960Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9956710Z copying torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9957590Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9959700Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9961410Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9962770Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9963810Z copying torch/include/ATen/ops/lshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9965300Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9967110Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9967940Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9969530Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9971140Z 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-11-01T16:32:42.9972140Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9973770Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9974690Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9976450Z copying torch/include/ATen/ops/sub_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9977210Z copying torch/include/ATen/ops/glu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9978800Z copying torch/include/ATen/ops/fmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9980150Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9981210Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9982770Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9984290Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9985160Z 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-11-01T16:32:42.9986630Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9988240Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9989100Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9990650Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9992110Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9993390Z copying torch/include/ATen/ops/logspace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9995010Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9995650Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9997670Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:42.9999140Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0000140Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0001800Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0003020Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0004320Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0005260Z copying torch/include/ATen/ops/_foreach_max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0006890Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0007980Z copying torch/include/ATen/ops/where_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0009600Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0010920Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0012230Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0013330Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0014800Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0016040Z copying torch/include/ATen/ops/set_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0017400Z copying torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0018880Z copying torch/include/ATen/ops/asinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0020580Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0021930Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0022990Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0024410Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0025770Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0027320Z 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-11-01T16:32:43.0028120Z copying torch/include/ATen/ops/alias.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0029680Z copying torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0034550Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0035090Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0035630Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0036040Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0036700Z copying torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0038060Z copying torch/include/ATen/ops/poisson.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0039010Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0040630Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0042040Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0043270Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0044550Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0045870Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0047250Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0048610Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0049910Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0051130Z copying torch/include/ATen/ops/heaviside.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0052480Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0053800Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0055050Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0056410Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0057630Z copying torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0059130Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0060520Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0061780Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0063030Z copying torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0064390Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0065540Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0067070Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0068250Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0069700Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0071080Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0072740Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0073820Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0075690Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0076500Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0078080Z copying torch/include/ATen/ops/index_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0079080Z copying torch/include/ATen/ops/equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0080830Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0082170Z copying torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0083150Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0084700Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0086070Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0087440Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0088980Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0090310Z copying torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0091770Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0093080Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0094510Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0095380Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0097240Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0098660Z copying torch/include/ATen/ops/sum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0099970Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0101240Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0102700Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0104180Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0104940Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0106720Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0107910Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0109530Z 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-11-01T16:32:43.0110510Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0112060Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0113460Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0114860Z copying torch/include/ATen/ops/tile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0115840Z 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-11-01T16:32:43.0117360Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0118710Z copying torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0119990Z copying torch/include/ATen/ops/nanmean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0121150Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0122710Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0124110Z 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-11-01T16:32:43.0125260Z 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-11-01T16:32:43.0126640Z copying torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0128000Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0129300Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0130490Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0131820Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0133020Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0134450Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0136030Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0137530Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0139110Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0140590Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0142270Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0143490Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0145440Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0147050Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0148710Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0150000Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0151670Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0152990Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0154400Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0155940Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0157400Z copying torch/include/ATen/ops/eq_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0158770Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0160290Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0161830Z copying torch/include/ATen/ops/hypot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0163360Z 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-11-01T16:32:43.0164710Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0165950Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0167530Z 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-11-01T16:32:43.0168510Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0170250Z 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-11-01T16:32:43.0171150Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0172680Z copying torch/include/ATen/ops/isclose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0173960Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0175130Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0176500Z copying torch/include/ATen/ops/_linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0177950Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0179200Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0180550Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0181880Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0183240Z copying torch/include/ATen/ops/sin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0184510Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0185830Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0187390Z 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-11-01T16:32:43.0188400Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0189750Z copying torch/include/ATen/ops/clamp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0191290Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0192540Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0193820Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0195150Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0196440Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0197710Z 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-11-01T16:32:43.0199150Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0200580Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0201830Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0203130Z copying torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0204580Z 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-11-01T16:32:43.0206080Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0207070Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0208750Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0209900Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0211210Z copying torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0212740Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0213890Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0215250Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0216540Z copying torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0217840Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0219160Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0220570Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0221730Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0223140Z 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-11-01T16:32:43.0224430Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0225600Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0226950Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0228200Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0229540Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0230700Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0232220Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0233380Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0234750Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0236010Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0237320Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0238650Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0240130Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0241670Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0242510Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0244300Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0245160Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0246860Z 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-11-01T16:32:43.0251870Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0252410Z copying torch/include/ATen/ops/type_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0252830Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0253370Z copying torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0253880Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0254390Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0255920Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0257050Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0258790Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0259620Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0261210Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0262770Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0264060Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0265610Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0266470Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0268030Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0269460Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0270520Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0272050Z 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-11-01T16:32:43.0273530Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0274990Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0276420Z copying torch/include/ATen/ops/lift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0277260Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0278910Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0280310Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0281770Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0282560Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0284060Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0285570Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0287180Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0288190Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0289970Z copying torch/include/ATen/ops/stride.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0291530Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0292950Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0293860Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0295280Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0297300Z copying torch/include/ATen/ops/relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0298750Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0300360Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0301110Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0302670Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0304010Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0305580Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0306460Z copying torch/include/ATen/ops/clone_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0308070Z 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-11-01T16:32:43.0309580Z copying torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0311050Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0312290Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0313260Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0314840Z copying torch/include/ATen/ops/_nested_view_from_jagged.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0316250Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0317610Z 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-11-01T16:32:43.0319100Z 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-11-01T16:32:43.0319890Z copying torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0321550Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0322770Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0324090Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0325330Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0326690Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0327920Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0329250Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0330590Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0331970Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0333290Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0334530Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0335870Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0337240Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0338580Z copying torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0339880Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0341340Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0342710Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0344010Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0345360Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0346620Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0348080Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0349210Z copying torch/include/ATen/ops/acos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0350620Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0351950Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0353360Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0354810Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0356150Z 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-11-01T16:32:43.0356930Z copying torch/include/ATen/ops/chunk.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0358600Z copying torch/include/ATen/ops/_functional_assert_async.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0360010Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0360850Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0362410Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0363930Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0365260Z copying torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0366590Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0368140Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0368970Z copying torch/include/ATen/ops/renorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0370400Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0371720Z copying torch/include/ATen/ops/absolute.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0373100Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0374420Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0375730Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0376930Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0378390Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0379640Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0381350Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0382230Z 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-11-01T16:32:43.0383780Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0385170Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0386150Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0387690Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0389100Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0390520Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0391310Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0392850Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0394190Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0395470Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0396780Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0397970Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0399520Z 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-11-01T16:32:43.0400940Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0402230Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0403070Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0404600Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0405990Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0407380Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0408770Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0409660Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0411270Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0412560Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0413880Z copying torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0415310Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0416360Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0417800Z copying torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0419030Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0420560Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0421470Z 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-11-01T16:32:43.0423170Z 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-11-01T16:32:43.0424430Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0425790Z copying torch/include/ATen/ops/add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0426780Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0428550Z copying torch/include/ATen/ops/gelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0429310Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0430870Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0432460Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0433290Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0434770Z copying torch/include/ATen/ops/selu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0436140Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0437510Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0438800Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0440020Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0441320Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0442730Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0443660Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0445350Z copying torch/include/ATen/ops/set_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0446480Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0447850Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0449300Z 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-11-01T16:32:43.0451050Z 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-11-01T16:32:43.0451780Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0453430Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0454760Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0456160Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0457720Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0458620Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0460250Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0464180Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0464840Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0465310Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0465820Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0466550Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0468010Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0469390Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0470870Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0472280Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0473710Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0474950Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0475780Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0477770Z 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-11-01T16:32:43.0479250Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0480300Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0481850Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0483180Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0484540Z copying torch/include/ATen/ops/_to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0485540Z copying torch/include/ATen/ops/zeros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0487400Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0488230Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0490010Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0491410Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0492230Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0493780Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0495170Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0496430Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0497900Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0499370Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0500170Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0501820Z copying torch/include/ATen/ops/arctanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0502990Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0504280Z copying torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0505910Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0507100Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0508460Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0509830Z copying torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0511040Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0512360Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0513860Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0515110Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0516360Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0517560Z copying torch/include/ATen/ops/_spsolve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0518920Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0520090Z copying torch/include/ATen/ops/log10_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0521440Z copying torch/include/ATen/ops/flip.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0522970Z 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-11-01T16:32:43.0524050Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0525450Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0526900Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0528160Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0529510Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0530790Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0532040Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0533540Z 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-11-01T16:32:43.0534730Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0536000Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0537490Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0538810Z 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-11-01T16:32:43.0539980Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0541340Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0542540Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0543880Z 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-11-01T16:32:43.0545250Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0546490Z copying torch/include/ATen/ops/neg_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0547770Z copying torch/include/ATen/ops/pinverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0549370Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0550560Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0551810Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0552960Z copying torch/include/ATen/ops/conv1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0554480Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0555730Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0557030Z copying torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0558350Z copying torch/include/ATen/ops/arccosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0559890Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0561500Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0562930Z copying torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0564480Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0565820Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0567390Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0569010Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0570220Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0571800Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0573240Z copying torch/include/ATen/ops/prod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0585890Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0587310Z copying torch/include/ATen/ops/index_select.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0588760Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0590200Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0591460Z copying torch/include/ATen/ops/mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0592810Z copying torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0594250Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0595790Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0596630Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0598360Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0599740Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0601210Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0602240Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0603720Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0605340Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0606220Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0607680Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0609220Z 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-11-01T16:32:43.0610510Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0612020Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0612710Z copying torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0614280Z copying torch/include/ATen/ops/data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0615650Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0617090Z copying torch/include/ATen/ops/randn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0618430Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0619980Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0620930Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0622690Z copying torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0623540Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0625270Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0626650Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0627630Z copying torch/include/ATen/ops/_test_functorch_fallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0629140Z 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-11-01T16:32:43.0630510Z 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-11-01T16:32:43.0631910Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0632760Z copying torch/include/ATen/ops/_fused_adagrad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0634590Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0635410Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0636980Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0638450Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0639240Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0640850Z 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-11-01T16:32:43.0641970Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0643480Z 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-11-01T16:32:43.0644660Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0646110Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0647420Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0648770Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0649950Z copying torch/include/ATen/ops/max_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0651390Z 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-11-01T16:32:43.0652730Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0653840Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0655240Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0656700Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0657900Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0659370Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0660360Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0661820Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0663460Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0664730Z 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-11-01T16:32:43.0665790Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0667450Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0668720Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0670130Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0670970Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0672470Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0674050Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0675060Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0676680Z 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-11-01T16:32:43.0677980Z copying torch/include/ATen/ops/convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0679110Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0680320Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0681630Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0683070Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0684330Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0686080Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0690390Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0691130Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0691610Z copying torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0692020Z copying torch/include/ATen/ops/addmv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0692500Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0693890Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0694990Z copying torch/include/ATen/ops/clone.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0696420Z 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-11-01T16:32:43.0697710Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0699110Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0700400Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0701610Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0703050Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0704220Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0705610Z copying torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0706860Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0708200Z 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-11-01T16:32:43.0709370Z copying torch/include/ATen/ops/values_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0710770Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0712170Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0713260Z copying torch/include/ATen/ops/swapdims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0714790Z 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-11-01T16:32:43.0716130Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0717380Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0718690Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0720180Z 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-11-01T16:32:43.0721550Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0722740Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0724010Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0725440Z 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-11-01T16:32:43.0726540Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0728090Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0729250Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0730480Z copying torch/include/ATen/ops/sinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0731890Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0733320Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0734670Z 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-11-01T16:32:43.0735860Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0737300Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0738600Z copying torch/include/ATen/ops/all.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0739840Z copying torch/include/ATen/ops/_foobar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0741170Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0742650Z 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-11-01T16:32:43.0743930Z copying torch/include/ATen/ops/log_normal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0745300Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0746580Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0748050Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0749380Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0750650Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0751930Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0753260Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0754740Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0756220Z 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-11-01T16:32:43.0757300Z copying torch/include/ATen/ops/size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0758950Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0760220Z copying torch/include/ATen/ops/special_erf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0761290Z copying torch/include/ATen/ops/amax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0762560Z copying torch/include/ATen/ops/_foreach_lerp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0764050Z 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-11-01T16:32:43.0765360Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0766620Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0768070Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0769490Z 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-11-01T16:32:43.0770890Z copying torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0772190Z copying torch/include/ATen/ops/movedim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0773610Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0774830Z copying torch/include/ATen/ops/arccos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0776430Z 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-11-01T16:32:43.0777620Z copying torch/include/ATen/ops/linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0778950Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0780240Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0781700Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0782810Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0784260Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0785760Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0786860Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0788340Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0789780Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0791430Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0792980Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0793890Z copying torch/include/ATen/ops/_prelu_kernel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0795370Z copying torch/include/ATen/ops/gather.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0797080Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0798640Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0799960Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0801240Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0802870Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0805210Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0806690Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0808210Z 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-11-01T16:32:43.0809630Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0810920Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0812530Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0813810Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0815170Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0816760Z 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-11-01T16:32:43.0818020Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0819580Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0820610Z 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-11-01T16:32:43.0821920Z 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-11-01T16:32:43.0823340Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0824940Z 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-11-01T16:32:43.0825800Z 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-11-01T16:32:43.0827550Z copying torch/include/ATen/ops/data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0829090Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0830290Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0831660Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0833110Z 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-11-01T16:32:43.0834340Z copying torch/include/ATen/ops/gather_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0835550Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0836930Z 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-11-01T16:32:43.0838290Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0839540Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0840850Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0842210Z 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-11-01T16:32:43.0843480Z 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-11-01T16:32:43.0844800Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0846120Z 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-11-01T16:32:43.0847430Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0848760Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0850030Z copying torch/include/ATen/ops/div_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0851340Z 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-11-01T16:32:43.0852530Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0853910Z 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-11-01T16:32:43.0855240Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0856420Z copying torch/include/ATen/ops/triu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0857830Z copying torch/include/ATen/ops/rename_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0859190Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0860540Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0862000Z 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-11-01T16:32:43.0863160Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0864610Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0865710Z copying torch/include/ATen/ops/tan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0867120Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0868420Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0869530Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0871110Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0872440Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0873640Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0875000Z copying torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0875960Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0877560Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0878830Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0880280Z 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-11-01T16:32:43.0881520Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0882680Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0884100Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0885410Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0886720Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0887970Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0889230Z copying torch/include/ATen/ops/gru.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0890700Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0892030Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0893420Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0894660Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0896110Z copying torch/include/ATen/ops/isneginf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0897540Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0898510Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0900170Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0901570Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0906250Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0906840Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0907310Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0907740Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0908230Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0909110Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0910610Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0911670Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0913340Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0914290Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0916000Z 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-11-01T16:32:43.0916890Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0918580Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0919960Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0920760Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0922420Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0923840Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0924630Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0926780Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0928060Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0929320Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0930480Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0931870Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0933310Z 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-11-01T16:32:43.0934400Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0935810Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0937090Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0938360Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0939660Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0941060Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0942560Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0943890Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0945170Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0946040Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0947800Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0948760Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0950220Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0951600Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0953040Z 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-11-01T16:32:43.0954020Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0955480Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0956900Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0958440Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0959900Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0960650Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0962470Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0963900Z 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-11-01T16:32:43.0964870Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0966320Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0967630Z copying torch/include/ATen/ops/i0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0969030Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0970010Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0971550Z copying torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0972950Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0974320Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0975670Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0977010Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0977890Z copying torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0979510Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0980790Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0982120Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0983500Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0984800Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0986110Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0987430Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0988990Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0990370Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0991820Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0993310Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0994650Z copying torch/include/ATen/ops/cov_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0996230Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0997770Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.0999310Z 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-11-01T16:32:43.1000640Z copying torch/include/ATen/ops/var.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1002220Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1003680Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1005070Z copying torch/include/ATen/ops/index_put.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1006610Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1008130Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1009660Z copying torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1011030Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1012320Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1013510Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1014990Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1016440Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1017340Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1019040Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1019980Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1021770Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1023030Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1024320Z copying torch/include/ATen/ops/remainder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1025200Z copying torch/include/ATen/ops/batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1026790Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1028420Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1030010Z 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-11-01T16:32:43.1031020Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1032520Z copying torch/include/ATen/ops/_foreach_lerp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1033950Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1035330Z 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-11-01T16:32:43.1036490Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1037850Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1039360Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1040810Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1041760Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1043240Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1044580Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1046030Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1046990Z copying torch/include/ATen/ops/_stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1048470Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1049710Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1051140Z 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-11-01T16:32:43.1052750Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1054040Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1055130Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1056660Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1057930Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1059390Z 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-11-01T16:32:43.1060530Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1061750Z copying torch/include/ATen/ops/gradient.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1063090Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1064670Z 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-11-01T16:32:43.1065970Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1067460Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1068640Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1069980Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1071260Z copying torch/include/ATen/ops/values_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1072510Z copying torch/include/ATen/ops/_prelu_kernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1074090Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1075170Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1076780Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1078310Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1079090Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1080660Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1081920Z copying torch/include/ATen/ops/ne_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1083000Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1084440Z copying torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1085940Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1086870Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1088300Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1090110Z 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-11-01T16:32:43.1091640Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1092370Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1093820Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1095420Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1096860Z 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-11-01T16:32:43.1097630Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1099410Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1100440Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1101770Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1103110Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1104460Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1105680Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1107220Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1108450Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1109660Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1111150Z copying torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1112730Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1113580Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1115020Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1116480Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1121070Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1121680Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1122090Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1122500Z copying torch/include/ATen/ops/_fused_adagrad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1122890Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1124620Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1125380Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1127060Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1128610Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1129960Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1131440Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1132330Z copying torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1134260Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1135080Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1137180Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1138620Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1140000Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1141350Z 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-11-01T16:32:43.1142810Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1144180Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1145720Z copying torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1147160Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1148250Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1149770Z copying torch/include/ATen/ops/fmod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1151240Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1151940Z copying torch/include/ATen/ops/inverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1153570Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1155070Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1156420Z copying torch/include/ATen/ops/rshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1158030Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1159440Z copying torch/include/ATen/ops/item.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1160410Z 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-11-01T16:32:43.1162030Z 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-11-01T16:32:43.1163440Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1164730Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1165540Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1167180Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1168550Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1169950Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1170900Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1172400Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1173400Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1174970Z 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-11-01T16:32:43.1176320Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1177400Z copying torch/include/ATen/ops/sgn_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1179000Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1180310Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1181880Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1183170Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1184250Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1185760Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1187140Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1188070Z 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-11-01T16:32:43.1189710Z 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-11-01T16:32:43.1191030Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1192410Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1193850Z copying torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1194720Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1196450Z copying torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1197440Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1198910Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1200270Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1201640Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1202960Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1204150Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1205640Z copying torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1207110Z copying torch/include/ATen/ops/silu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1208120Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1209560Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1210960Z 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-11-01T16:32:43.1212370Z 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-11-01T16:32:43.1214000Z 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-11-01T16:32:43.1214810Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1216490Z copying torch/include/ATen/ops/less_equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1217430Z copying torch/include/ATen/ops/rrelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1219300Z 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-11-01T16:32:43.1220070Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1221760Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1223150Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1224520Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1225850Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1227300Z 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-11-01T16:32:43.1228160Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1229710Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1231010Z copying torch/include/ATen/ops/log_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1232100Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1233870Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1234760Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1236560Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1237830Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1239200Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1240410Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1241640Z copying torch/include/ATen/ops/nansum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1243030Z copying torch/include/ATen/ops/threshold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1244450Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1245340Z copying torch/include/ATen/ops/det_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1246820Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1247910Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1249640Z copying torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1250530Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1252340Z 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-11-01T16:32:43.1253160Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1254650Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1255920Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1257250Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1258590Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1259770Z copying torch/include/ATen/ops/_cslt_compress_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1261210Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1262530Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1264060Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1265450Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1266360Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1267770Z 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-11-01T16:32:43.1268950Z copying torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1270360Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1271650Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1272890Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1274310Z 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-11-01T16:32:43.1275670Z 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-11-01T16:32:43.1276520Z copying torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1278160Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1279520Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1280970Z 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-11-01T16:32:43.1282330Z copying torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1283620Z copying torch/include/ATen/ops/sym_stride_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1284860Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1286160Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1287610Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1288530Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1290130Z copying torch/include/ATen/ops/equal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1291620Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1293000Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1294530Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1295950Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1297390Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1298330Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1299970Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1301460Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1302640Z copying torch/include/ATen/ops/einsum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1304140Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1305020Z copying torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1306720Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1307570Z copying torch/include/ATen/ops/is_conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1309040Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1310450Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1311740Z copying torch/include/ATen/ops/multiply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1313230Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1314150Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1315530Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1317470Z 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-11-01T16:32:43.1318330Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1319740Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1320940Z copying torch/include/ATen/ops/prelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1322490Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1323700Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1324950Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1326360Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1327570Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1328860Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1330390Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1334630Z copying torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1335210Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1335620Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1336180Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1336700Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1338350Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1339780Z 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-11-01T16:32:43.1340660Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1342300Z 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-11-01T16:32:43.1343510Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1344690Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1346100Z 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-11-01T16:32:43.1347420Z 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-11-01T16:32:43.1348790Z 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-11-01T16:32:43.1350050Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1351430Z 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-11-01T16:32:43.1352760Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1354060Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1355430Z copying torch/include/ATen/ops/tril_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1356380Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1357870Z copying torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1359230Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1360550Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1361530Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1363040Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1364480Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1365300Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1367000Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1367910Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1369520Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1370800Z copying torch/include/ATen/ops/round_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1372350Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1373610Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1375140Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1375940Z copying torch/include/ATen/ops/ones_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1377710Z copying torch/include/ATen/ops/_foreach_clamp_max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1378790Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1380330Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1381740Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1383250Z 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-11-01T16:32:43.1384180Z 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-11-01T16:32:43.1385790Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1387110Z copying torch/include/ATen/ops/lerp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1388390Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1389860Z copying torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1390600Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1392140Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1393500Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1395010Z copying torch/include/ATen/ops/round.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1396440Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1397210Z copying torch/include/ATen/ops/roll_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1398780Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1400190Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1401690Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1402490Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1403900Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1405400Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1406470Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1407980Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1409160Z copying torch/include/ATen/ops/pow_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1410450Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1411990Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1413480Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1415000Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1416410Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1417930Z copying torch/include/ATen/ops/select_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1419290Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1420840Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1422480Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1423870Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1425290Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1427040Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1428440Z copying torch/include/ATen/ops/nonzero_static.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1429870Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1431190Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1432600Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1433910Z copying torch/include/ATen/ops/im2col_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1435400Z copying torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1436580Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1437800Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1439290Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1440570Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1442070Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1443650Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1445020Z copying torch/include/ATen/ops/_print.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1446430Z 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-11-01T16:32:43.1447700Z copying torch/include/ATen/ops/set_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1449040Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1450560Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1451510Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1452950Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1454270Z copying torch/include/ATen/ops/polygamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1455800Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1457280Z 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-11-01T16:32:43.1458230Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1459920Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1461220Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1462720Z 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-11-01T16:32:43.1464060Z 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-11-01T16:32:43.1465150Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1466730Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1467670Z copying torch/include/ATen/ops/quantile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1469460Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1470330Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1471870Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1473220Z copying torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1474480Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1475910Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1477160Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1478700Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1479500Z copying torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1481260Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1482260Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1483820Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1484800Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1486470Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1487390Z copying torch/include/ATen/ops/_foreach_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1488880Z copying torch/include/ATen/ops/mT_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1490280Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1491660Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1492920Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1494430Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1495920Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1497260Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1498660Z copying torch/include/ATen/ops/arange_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1500100Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1501310Z copying torch/include/ATen/ops/ne.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1502650Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1504020Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1505530Z 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-11-01T16:32:43.1506450Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1507920Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1509250Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1510580Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1511880Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1513150Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1514420Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1515880Z 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-11-01T16:32:43.1517160Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1518420Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1519720Z copying torch/include/ATen/ops/_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1521000Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1522310Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1523770Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1525120Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1526630Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1527640Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1529200Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1530510Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1531820Z copying torch/include/ATen/ops/div_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1533420Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1534360Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1535700Z copying torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1537240Z 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-11-01T16:32:43.1538280Z copying torch/include/ATen/ops/mul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1540060Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1540860Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1542860Z copying torch/include/ATen/ops/divide_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1544330Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1545130Z copying torch/include/ATen/ops/sub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1549960Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1550650Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1551090Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1551510Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1551950Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1553350Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1554370Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1555990Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1557340Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1558230Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1559750Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1561270Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1562520Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1564080Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1565490Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1566450Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1568110Z copying torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1569170Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1570470Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1571990Z 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-11-01T16:32:43.1573450Z copying torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1574650Z copying torch/include/ATen/ops/log2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1576260Z 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-11-01T16:32:43.1577540Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1578680Z 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-11-01T16:32:43.1580020Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1581310Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1582740Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1584000Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1585560Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1586890Z copying torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1588350Z 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-11-01T16:32:43.1589800Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1590800Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1592410Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1593330Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1594730Z copying torch/include/ATen/ops/copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1596310Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1597710Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1598600Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1600460Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1601510Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1602850Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1604390Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1605770Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1607260Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1608620Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1609880Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1611420Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1612340Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1613830Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1615130Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1616440Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1617920Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1618980Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1620440Z copying torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1621570Z copying torch/include/ATen/ops/_nested_get_values_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1623040Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1624410Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1625860Z 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-11-01T16:32:43.1626730Z copying torch/include/ATen/ops/sort_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1628230Z copying torch/include/ATen/ops/_lazy_clone_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1629650Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1630660Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1632100Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1633540Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1634530Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1636170Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1637420Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1638380Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1639810Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1641220Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1642560Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1644070Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1645350Z 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-11-01T16:32:43.1647000Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1648130Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1649680Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1650960Z copying torch/include/ATen/ops/tril_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1652290Z copying torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1653630Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1654580Z 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-11-01T16:32:43.1656240Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1658050Z copying torch/include/ATen/ops/arcsin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1659450Z copying torch/include/ATen/ops/qr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1660780Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1662210Z copying torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1663510Z copying torch/include/ATen/ops/frac_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1665000Z 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-11-01T16:32:43.1666110Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1667580Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1668720Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1670240Z copying torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1671580Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1672960Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1674230Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1675560Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1676890Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1678360Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1679360Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1680990Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1681910Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1683580Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1685350Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1686120Z 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-11-01T16:32:43.1687540Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1689130Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1690010Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1691890Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1692790Z 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-11-01T16:32:43.1694370Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1695690Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1697030Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1698330Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1699700Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1700530Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1702270Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1703330Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1704770Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1706140Z copying torch/include/ATen/ops/slice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1707440Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1708800Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1710050Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1710990Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1712520Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1713850Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1715260Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1716160Z copying torch/include/ATen/ops/sign_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1717810Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1718820Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1720500Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1721360Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1722930Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1724730Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1726000Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1727410Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1728290Z copying torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1729810Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1731160Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1732730Z copying torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1733630Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1735340Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1736810Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1738350Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1740160Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1741600Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1743070Z 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-11-01T16:32:43.1744510Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1745960Z copying torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1747260Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1748630Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1751160Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1753090Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1754690Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1756120Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1757460Z copying torch/include/ATen/ops/_safe_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1758850Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1760280Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1761580Z copying torch/include/ATen/ops/logdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1762930Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1767520Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1768290Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1768820Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1769270Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1769720Z copying torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1771060Z copying torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1772430Z copying torch/include/ATen/ops/trunc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1773490Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1775080Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1776310Z copying torch/include/ATen/ops/mv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1777560Z copying torch/include/ATen/ops/logit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1778690Z copying torch/include/ATen/ops/min_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1780300Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1781590Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1782550Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1784220Z 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-11-01T16:32:43.1785240Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1786800Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1788150Z copying torch/include/ATen/ops/normal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1789860Z copying torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1790900Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1792450Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1793810Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1795160Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1796070Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1797630Z copying torch/include/ATen/ops/nonzero_static_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1798950Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1800340Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1801680Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1802850Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1804140Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1805480Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1806990Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1808270Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1809540Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1810660Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1812110Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1813460Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1814830Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1816110Z copying torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1817340Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1818700Z copying torch/include/ATen/ops/expm1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1819880Z copying torch/include/ATen/ops/dist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1821370Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1822610Z copying torch/include/ATen/ops/maximum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1823780Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1825340Z copying torch/include/ATen/ops/ones.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1826880Z 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-11-01T16:32:43.1827750Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1829300Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1830490Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1831990Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1833560Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1834470Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1836010Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1837420Z copying torch/include/ATen/ops/pad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1838880Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1840540Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1841950Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1843510Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1844880Z copying torch/include/ATen/ops/std_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1846450Z copying torch/include/ATen/ops/round_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1848040Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1849520Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1850820Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1852490Z copying torch/include/ATen/ops/block_diag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1853770Z copying torch/include/ATen/ops/_nested_get_offsets.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1855660Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1856840Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1858450Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1859700Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1861030Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1862380Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1863750Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1865080Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1866340Z copying torch/include/ATen/ops/geqrf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1867540Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1868910Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1870370Z 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-11-01T16:32:43.1871710Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1872730Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1874360Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1875810Z copying torch/include/ATen/ops/sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1877140Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1878000Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1879620Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1881060Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1881920Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1883670Z 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-11-01T16:32:43.1885200Z 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-11-01T16:32:43.1885970Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1887550Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1889020Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1890410Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1891590Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1892800Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1894360Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1895250Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1896980Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1897790Z copying torch/include/ATen/ops/add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1899530Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1900970Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1901890Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1903530Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1904440Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1906000Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1907390Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1908700Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1910250Z 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-11-01T16:32:43.1911030Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1912720Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1913790Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1915360Z 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-11-01T16:32:43.1916850Z 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-11-01T16:32:43.1917790Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1919420Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1920350Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1922050Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1923230Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1924620Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1926040Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1927410Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1928380Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1930000Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1931530Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1932320Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1933840Z copying torch/include/ATen/ops/_cslt_compress.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1935030Z 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-11-01T16:32:43.1936550Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1937900Z 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-11-01T16:32:43.1939330Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1940040Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1941620Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1942910Z copying torch/include/ATen/ops/hypot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1944240Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1945520Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1946900Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1948470Z 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-11-01T16:32:43.1949310Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1950860Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1952400Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1953360Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1954610Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1956210Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1957630Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1959010Z 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-11-01T16:32:43.1959980Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1961460Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1963030Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1964420Z copying torch/include/ATen/ops/sort_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1965980Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1966920Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1968510Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1969940Z 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-11-01T16:32:43.1971190Z 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-11-01T16:32:43.1972540Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1973830Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1975060Z copying torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1976430Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1977790Z copying torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1982440Z 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-11-01T16:32:43.1983200Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1983660Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1984050Z copying torch/include/ATen/ops/logical_or.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1984590Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1986090Z copying torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1986840Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1988310Z copying torch/include/ATen/ops/empty_permuted_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1989720Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1991560Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1993100Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1994590Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1995390Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1996840Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1998210Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.1999620Z copying torch/include/ATen/ops/asinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2000950Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2002450Z copying torch/include/ATen/ops/resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2003740Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2005010Z copying torch/include/ATen/ops/ravel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2006650Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2008120Z copying torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2009620Z 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-11-01T16:32:43.2010410Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2011980Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2013410Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2014660Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2015760Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2017250Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2018510Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2019810Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2021130Z 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-11-01T16:32:43.2022300Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2023750Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2025050Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2026450Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2027890Z 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-11-01T16:32:43.2029000Z copying torch/include/ATen/ops/std_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2030300Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2031800Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2033100Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2034330Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2035700Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2036860Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2038160Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2039570Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2041110Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2041890Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2043720Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2044510Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2046090Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2047420Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2049000Z 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-11-01T16:32:43.2049780Z copying torch/include/ATen/ops/_foreach_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2051440Z copying torch/include/ATen/ops/_version_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2052880Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2053820Z copying torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2055410Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2056790Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2057700Z copying torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2059270Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2060780Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2061840Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2063370Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2064690Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2066220Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2067740Z 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-11-01T16:32:43.2069430Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2070390Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2071940Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2072890Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2074740Z 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-11-01T16:32:43.2075650Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2077200Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2078490Z copying torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2079940Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2081570Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2082330Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2084120Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2084940Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2086670Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2087780Z 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-11-01T16:32:43.2089250Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2090590Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2091940Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2093400Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2094110Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2095660Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2096950Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2098430Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2099820Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2100550Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2102120Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2103600Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2104870Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2107450Z 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-11-01T16:32:43.2108890Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2110350Z 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-11-01T16:32:43.2111640Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2112940Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2115640Z copying torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2117180Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2118450Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2119640Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2120960Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2122130Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2123720Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2125090Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2126460Z copying torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2127860Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2129320Z copying torch/include/ATen/ops/_batch_norm_with_update.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2130720Z copying torch/include/ATen/ops/_foreach_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2132140Z 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-11-01T16:32:43.2133430Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2134760Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2136110Z copying torch/include/ATen/ops/pdist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2137430Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2138770Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2140950Z copying torch/include/ATen/ops/is_signed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2142770Z 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-11-01T16:32:43.2143610Z copying torch/include/ATen/ops/ne_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2145270Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2146690Z copying torch/include/ATen/ops/logit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2147820Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2149710Z 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-11-01T16:32:43.2151160Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2152580Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2153990Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2155390Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2156610Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2158030Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2159290Z copying torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2160670Z copying torch/include/ATen/ops/rand_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2162230Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2163090Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2164740Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2166030Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2167500Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2168890Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2170250Z copying torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2171700Z copying torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2172750Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2174200Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2175470Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2176900Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2178240Z copying torch/include/ATen/ops/_test_check_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2179550Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2180800Z 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-11-01T16:32:43.2182070Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2183480Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2185840Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2187330Z 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-11-01T16:32:43.2188620Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2190270Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2191490Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2192790Z copying torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2194090Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2195410Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2200190Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2200770Z copying torch/include/ATen/ops/mish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2201320Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2201870Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2202240Z copying torch/include/ATen/ops/addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2202960Z 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-11-01T16:32:43.2204520Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2205930Z copying torch/include/ATen/ops/atan2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2207330Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2208120Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2209650Z copying torch/include/ATen/ops/tan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2211100Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2212510Z 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-11-01T16:32:43.2213900Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2215250Z copying torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2216510Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2218080Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2219630Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2220530Z 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-11-01T16:32:43.2222070Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2223180Z copying torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2224880Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2226360Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2227700Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2229050Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2230400Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2231770Z copying torch/include/ATen/ops/cosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2233230Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2234530Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2235880Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2237220Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2238570Z copying torch/include/ATen/ops/_cslt_sparse_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2240110Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2241360Z copying torch/include/ATen/ops/index_add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2242750Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2244420Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2246050Z copying torch/include/ATen/ops/nonzero_static_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2247540Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2249050Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2250630Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2251940Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2253340Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2254720Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2255840Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2257550Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2258820Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2260270Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2261920Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2263310Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2264750Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2266350Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2267840Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2269400Z copying torch/include/ATen/ops/select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2270970Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2272440Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2274120Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2275660Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2277350Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2278800Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2280480Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2282000Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2283540Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2285050Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2286460Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2287650Z 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-11-01T16:32:43.2289050Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2290330Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2291670Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2293210Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2294610Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2296050Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2297900Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2299510Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2300790Z copying torch/include/ATen/ops/dot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2302470Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2304110Z copying torch/include/ATen/ops/stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2305380Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2306710Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2308040Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2309670Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2311130Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2312630Z 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-11-01T16:32:43.2313820Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2315400Z copying torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2316340Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2317900Z 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-11-01T16:32:43.2319480Z copying torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2321020Z copying torch/include/ATen/ops/view_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2322170Z copying torch/include/ATen/ops/_foreach_sign_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2323860Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2325400Z copying torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2326810Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2328100Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2329600Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2330470Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2332090Z copying torch/include/ATen/ops/concatenate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2333320Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2334520Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2336170Z copying torch/include/ATen/ops/_linalg_eigvals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2339400Z copying torch/include/ATen/ops/qscheme.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2340830Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2341780Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2343550Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2345100Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2346540Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2347950Z copying torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2349400Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2350720Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2352210Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2353340Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2354900Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2356220Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2357590Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2358870Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2360480Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2361920Z copying torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2363320Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2364660Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2365920Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2367360Z 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-11-01T16:32:43.2368730Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2370160Z copying torch/include/ATen/ops/argmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2371490Z 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-11-01T16:32:43.2372990Z 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-11-01T16:32:43.2373920Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2375390Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2377060Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2378590Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2380010Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2381370Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2382380Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2383720Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2385150Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2386690Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2387920Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2389450Z copying torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2390830Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2392230Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2393890Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2395180Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2396480Z copying torch/include/ATen/ops/from_file.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2397790Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2399190Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2400610Z 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-11-01T16:32:43.2402000Z copying torch/include/ATen/ops/celu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2403360Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2404830Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2406100Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2407500Z copying torch/include/ATen/ops/lstm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2408460Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2410020Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2411410Z copying torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2412470Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2414180Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2415050Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2416670Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2418080Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2419420Z copying torch/include/ATen/ops/row_stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2420350Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2425120Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2425730Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2426110Z copying torch/include/ATen/ops/real.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2426590Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2427040Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2428060Z copying torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2429650Z copying torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2430730Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2432020Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2433380Z 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-11-01T16:32:43.2434670Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2435980Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2437420Z 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-11-01T16:32:43.2438730Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2439730Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2441270Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2442640Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2443980Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2445110Z copying torch/include/ATen/ops/ceil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2446510Z 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-11-01T16:32:43.2447760Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2449070Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2450550Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2451820Z copying torch/include/ATen/ops/min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2453540Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2454600Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2456050Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2457350Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2458860Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2459790Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2461780Z 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-11-01T16:32:43.2462570Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2464280Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2465520Z copying torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2466540Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2468150Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2469690Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2471100Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2472070Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2473630Z 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-11-01T16:32:43.2474890Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2481820Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2483350Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2484860Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2486110Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2487460Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2488800Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2490370Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2491740Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2492640Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2494490Z 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-11-01T16:32:43.2495550Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2497070Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2498220Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2499630Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2501020Z copying torch/include/ATen/ops/_nested_get_lengths.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2502350Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2503710Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2504860Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2506460Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2507840Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2508740Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2510370Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2511470Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2512970Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2514490Z 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-11-01T16:32:43.2515360Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2516760Z copying torch/include/ATen/ops/t_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2518240Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2519920Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2520490Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2522410Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2523740Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2525140Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2525960Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2527630Z 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-11-01T16:32:43.2529040Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2529880Z copying torch/include/ATen/ops/fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2531590Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2532700Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2534230Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2535330Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2536730Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2538130Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2539120Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2540780Z 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-11-01T16:32:43.2541900Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2543360Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2544760Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2546040Z 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-11-01T16:32:43.2547220Z copying torch/include/ATen/ops/_nested_from_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2548700Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2550060Z 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-11-01T16:32:43.2551360Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2552760Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2553880Z copying torch/include/ATen/ops/abs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2555090Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2556590Z copying torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2557690Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2559020Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2560450Z copying torch/include/ATen/ops/kron_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2561680Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2563030Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2564290Z copying torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2565670Z copying torch/include/ATen/ops/bucketize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2567170Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2568580Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2569870Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2571420Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2572830Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2574130Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2575320Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2576860Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2578130Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2579470Z copying torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2580800Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2582540Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2583270Z 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-11-01T16:32:43.2584940Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2586450Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2587690Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2589110Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2590500Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2591380Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2592930Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2594370Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2595610Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2597000Z copying torch/include/ATen/ops/softplus.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2598290Z copying torch/include/ATen/ops/_foreach_pow_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2600100Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2600760Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2601920Z copying torch/include/ATen/ops/_is_any_true.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2603370Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2604430Z 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-11-01T16:32:43.2605870Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2607220Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2608540Z copying torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2609990Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2610820Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2612370Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2613910Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2614720Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2616430Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2618050Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2619410Z copying torch/include/ATen/ops/_safe_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2620940Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2622410Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2623900Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2624860Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2626260Z copying torch/include/ATen/ops/set_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2627750Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2629200Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2630030Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2631560Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2633140Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2634510Z copying torch/include/ATen/ops/float_power.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2635270Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2636770Z 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-11-01T16:32:43.2638310Z copying torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2639640Z copying torch/include/ATen/ops/rot90.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2643790Z copying torch/include/ATen/ops/t.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2644430Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2644840Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2645270Z copying torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2646030Z copying torch/include/ATen/ops/greater.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2647710Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2649310Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2650550Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2651640Z copying torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2653070Z copying torch/include/ATen/ops/_foreach_sign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2654520Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2655410Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2656920Z copying torch/include/ATen/ops/from_blob.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2658450Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2659690Z 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-11-01T16:32:43.2660890Z copying torch/include/ATen/ops/exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2662240Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2663660Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2664940Z copying torch/include/ATen/ops/linspace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2666310Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2667840Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2668980Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2670460Z copying torch/include/ATen/ops/put_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2671490Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2672980Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2674320Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2675300Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2676660Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2678210Z copying torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2679210Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2680930Z 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-11-01T16:32:43.2682290Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2683190Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2684760Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2686270Z copying torch/include/ATen/ops/put.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2687100Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2688630Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2689920Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2691290Z copying torch/include/ATen/ops/eq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2692630Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2693960Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2695310Z 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-11-01T16:32:43.2696820Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2697610Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2699440Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2700760Z copying torch/include/ATen/ops/equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2702080Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2703790Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2705170Z 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-11-01T16:32:43.2706830Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2708400Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2709500Z 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-11-01T16:32:43.2711170Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2712480Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2713910Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2715350Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2716600Z 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-11-01T16:32:43.2718090Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2718950Z copying torch/include/ATen/ops/log1p_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2720640Z 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-11-01T16:32:43.2722020Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2723440Z copying torch/include/ATen/ops/sym_numel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2724730Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2726220Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2727390Z copying torch/include/ATen/ops/masked_select.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2729020Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2730270Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2731440Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2733010Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2734090Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2735650Z 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-11-01T16:32:43.2736490Z copying torch/include/ATen/ops/view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2738040Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2739230Z copying torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2740810Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2742330Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2743570Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2744990Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2745820Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2747270Z copying torch/include/ATen/ops/linspace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2748750Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2750120Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2751100Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2752690Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2754130Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2754910Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2756340Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2757880Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2759220Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2760810Z 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-11-01T16:32:43.2762060Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2763380Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2764850Z copying torch/include/ATen/ops/mean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2765790Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2767230Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2768460Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2769940Z copying torch/include/ATen/ops/round_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2771220Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2772580Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2773450Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2775210Z 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-11-01T16:32:43.2776190Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2777670Z copying torch/include/ATen/ops/select_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2778950Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2780280Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2781410Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2782990Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2784250Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2785590Z copying torch/include/ATen/ops/diag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2786810Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2788430Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2789360Z 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-11-01T16:32:43.2790870Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2792110Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2793600Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2795120Z 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-11-01T16:32:43.2795840Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2797680Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2798480Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2800150Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2801380Z copying torch/include/ATen/ops/detach.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2802770Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2804080Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2805520Z 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-11-01T16:32:43.2806800Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2808120Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2809480Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2810250Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2811820Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2813090Z copying torch/include/ATen/ops/expand.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2814430Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2815260Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2816950Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2818190Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2819410Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2820930Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2822260Z copying torch/include/ATen/ops/ger_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2823740Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2825050Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2826500Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2827910Z 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-11-01T16:32:43.2828940Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2830660Z copying torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2831620Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2833120Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2834230Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2835680Z 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-11-01T16:32:43.2836550Z copying torch/include/ATen/ops/slice_inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2838190Z 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-11-01T16:32:43.2839830Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2840430Z copying torch/include/ATen/ops/threshold.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2842190Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2843100Z 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-11-01T16:32:43.2844620Z 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-11-01T16:32:43.2845990Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2847090Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2848570Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2850050Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2850890Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2852660Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2856980Z copying torch/include/ATen/ops/_foreach_pow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2857450Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2857950Z copying torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2858490Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2859400Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2860310Z 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-11-01T16:32:43.2861780Z copying torch/include/ATen/ops/median_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2863030Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2864480Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2865780Z copying torch/include/ATen/ops/ceil_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2867050Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2867890Z copying torch/include/ATen/ops/full_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2869580Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2870480Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2871870Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2873240Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2874490Z copying torch/include/ATen/ops/fmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2875740Z copying torch/include/ATen/ops/refine_names.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2877000Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2878380Z 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-11-01T16:32:43.2879630Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2880950Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2882210Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2883500Z 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-11-01T16:32:43.2885010Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2886350Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2887720Z 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-11-01T16:32:43.2888960Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2890230Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2891700Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2893080Z copying torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2894210Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2895800Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2896890Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2898310Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2899820Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2900710Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2902220Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2903870Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2904980Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2906530Z copying torch/include/ATen/ops/slice_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2907790Z copying torch/include/ATen/ops/add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2909110Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2910070Z 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-11-01T16:32:43.2911650Z 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-11-01T16:32:43.2912960Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2914570Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2916050Z 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-11-01T16:32:43.2916890Z copying torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2918640Z 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-11-01T16:32:43.2920040Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2920780Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2922310Z copying torch/include/ATen/ops/istft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2923710Z copying torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2925120Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2926460Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2927790Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2929090Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2930420Z copying torch/include/ATen/ops/acos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2931730Z copying torch/include/ATen/ops/log10_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2933070Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2934410Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2935310Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2936940Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2938240Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2939720Z copying torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2940520Z copying torch/include/ATen/ops/prod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2942190Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2943570Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2944440Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2946070Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2947300Z 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-11-01T16:32:43.2948540Z copying torch/include/ATen/ops/unfold.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2950070Z 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-11-01T16:32:43.2951500Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2952880Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2953740Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2955300Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2956410Z copying torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2957970Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2959350Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2960650Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2962130Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2963000Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2964570Z copying torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2965990Z 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-11-01T16:32:43.2967410Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2968920Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2969650Z 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-11-01T16:32:43.2971360Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2972210Z copying torch/include/ATen/ops/diagflat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2973980Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2974750Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2976300Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2977680Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2979080Z 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-11-01T16:32:43.2980370Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2981580Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2982990Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2984140Z 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-11-01T16:32:43.2985490Z copying torch/include/ATen/ops/arange_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2986800Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2988100Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2989380Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2990760Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2991600Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2993080Z copying torch/include/ATen/ops/_weight_int4pack_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2994370Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2995760Z 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-11-01T16:32:43.2997080Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.2998180Z 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-11-01T16:32:43.2999610Z copying torch/include/ATen/ops/std_mean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3001010Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3001880Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3003300Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3004850Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3005750Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3007430Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3008730Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3010000Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3011350Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3012170Z copying torch/include/ATen/ops/empty.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3014020Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3014810Z copying torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3016360Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3017910Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3018630Z copying torch/include/ATen/ops/ger.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3020200Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3021650Z 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-11-01T16:32:43.3022710Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3024470Z 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-11-01T16:32:43.3025290Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3026800Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3028120Z copying torch/include/ATen/ops/imag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3029470Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3030390Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3031980Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3033240Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3034810Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3035650Z copying torch/include/ATen/ops/copysign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3037300Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3038600Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3039580Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3040700Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3042570Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3043320Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3045180Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3046520Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3047530Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3049180Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3050500Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3051480Z 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-11-01T16:32:43.3052880Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3054300Z copying torch/include/ATen/ops/_make_dep_token_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3055890Z 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-11-01T16:32:43.3056660Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3058070Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3059350Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3060580Z copying torch/include/ATen/ops/le_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3064990Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3065590Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3066030Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3066440Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3067200Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3068140Z 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-11-01T16:32:43.3069650Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3071020Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3072300Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3073710Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3074580Z copying torch/include/ATen/ops/cosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3076130Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3077470Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3078350Z copying torch/include/ATen/ops/concat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3080000Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3081360Z 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-11-01T16:32:43.3082640Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3084080Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3084840Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3086490Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3087730Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3089040Z copying torch/include/ATen/ops/nonzero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3090350Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3091740Z copying torch/include/ATen/ops/negative_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3093120Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3093970Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3095710Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3096530Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3098320Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3099230Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3100740Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3101960Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3103300Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3104620Z 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-11-01T16:32:43.3106390Z 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-11-01T16:32:43.3107050Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3108470Z copying torch/include/ATen/ops/as_strided.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3110080Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3111760Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3113040Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3114520Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3115900Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3117300Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3118700Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3120140Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3121470Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3122810Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3124090Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3125400Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3126710Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3128110Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3129450Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3130710Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3131860Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3133280Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3134390Z copying torch/include/ATen/ops/isnan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3135950Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3137370Z 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-11-01T16:32:43.3138620Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3140320Z 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-11-01T16:32:43.3141540Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3142800Z copying torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3144050Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3145300Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3146670Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3147920Z copying torch/include/ATen/ops/_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3149230Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3150510Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3151750Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3153040Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3154310Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3155560Z copying torch/include/ATen/ops/tanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3156840Z copying torch/include/ATen/ops/cumprod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3158120Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3159430Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3160700Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3161950Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3163480Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3164600Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3165930Z copying torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3167390Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3168750Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3170150Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3171200Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3172510Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3174190Z 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-11-01T16:32:43.3175410Z 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-11-01T16:32:43.3176780Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3178120Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3179510Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3180640Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3182180Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3183380Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3184660Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3185840Z copying torch/include/ATen/ops/lerp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3187310Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3188440Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3189710Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3190980Z copying torch/include/ATen/ops/topk_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3192290Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3193650Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3194960Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3196140Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3197640Z 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-11-01T16:32:43.3198880Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3200100Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3201340Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3202770Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3204050Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3205340Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3206560Z copying torch/include/ATen/ops/vdot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3207590Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3209020Z copying torch/include/ATen/ops/any_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3210490Z 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-11-01T16:32:43.3211760Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3213210Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3214040Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3215330Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3216940Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3217880Z 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-11-01T16:32:43.3219350Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3220580Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3222190Z 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-11-01T16:32:43.3223480Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3224520Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3225990Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3227460Z 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-11-01T16:32:43.3228310Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3229860Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3231420Z 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-11-01T16:32:43.3232460Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3233950Z copying torch/include/ATen/ops/renorm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3235040Z 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-11-01T16:32:43.3236340Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3237770Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3239140Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3240600Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3241580Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3242950Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3244360Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3245380Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3246740Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3248250Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3249250Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3250860Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3251810Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3253160Z copying torch/include/ATen/ops/relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3254480Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3255780Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3257190Z copying torch/include/ATen/ops/item_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3258510Z copying torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3259870Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3261040Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3262540Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3263980Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3265640Z 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-11-01T16:32:43.3267090Z 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-11-01T16:32:43.3268000Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3269600Z 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-11-01T16:32:43.3270870Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3275090Z copying torch/include/ATen/ops/rshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3275720Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3276180Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3276690Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3277130Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3278720Z 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-11-01T16:32:43.3279780Z copying torch/include/ATen/ops/mish.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3281080Z copying torch/include/ATen/ops/subtract.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3282370Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3283760Z copying torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3284970Z copying torch/include/ATen/ops/amin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3286290Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3287610Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3288930Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3290250Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3291610Z copying torch/include/ATen/ops/indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3293090Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3293990Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3295610Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3297090Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3297910Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3299470Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3300800Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3301760Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3303260Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3304610Z copying torch/include/ATen/ops/le_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3306110Z copying torch/include/ATen/ops/mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3306830Z copying torch/include/ATen/ops/is_inference.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3308320Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3309610Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3311070Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3312410Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3313290Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3314760Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3316250Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3317720Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3318720Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3320040Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3321660Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3323090Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3324440Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3326010Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3327040Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3328680Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3329510Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3331070Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3333880Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3334250Z copying torch/include/ATen/ops/align_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3334930Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3336020Z copying torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3337770Z 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-11-01T16:32:43.3338640Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3340350Z copying torch/include/ATen/ops/narrow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3341690Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3343000Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3344330Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3345680Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3347100Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3348250Z copying torch/include/ATen/ops/var_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3349520Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3350880Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3352320Z 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-11-01T16:32:43.3353570Z copying torch/include/ATen/ops/dot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3354900Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3356340Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3357120Z copying torch/include/ATen/ops/resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3358730Z 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-11-01T16:32:43.3359950Z copying torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3361120Z copying torch/include/ATen/ops/erfc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3362620Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3363920Z 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-11-01T16:32:43.3365440Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3366450Z copying torch/include/ATen/ops/digamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3367490Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3369030Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3370320Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3371690Z copying torch/include/ATen/ops/col_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3373030Z copying torch/include/ATen/ops/tile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3374360Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3375160Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3376800Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3377830Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3379320Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3380460Z copying torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3381840Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3383300Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3384130Z copying torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3385630Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3386890Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3388270Z copying torch/include/ATen/ops/sym_storage_offset_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3389920Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3390510Z copying torch/include/ATen/ops/quantized_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3392210Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3393030Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3394520Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3395880Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3397260Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3398400Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3399440Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3401010Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3402330Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3403910Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3404740Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3406360Z 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-11-01T16:32:43.3407290Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3408890Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3410230Z copying torch/include/ATen/ops/le.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3411340Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3412660Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3414310Z copying torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3414990Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3416710Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3417670Z 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-11-01T16:32:43.3419100Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3420610Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3422050Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3423410Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3424720Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3426140Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3427590Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3428430Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3429650Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3431280Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3432660Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3433910Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3435210Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3436040Z copying torch/include/ATen/ops/split_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3437510Z copying torch/include/ATen/ops/empty_permuted.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3438890Z copying torch/include/ATen/ops/smm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3440250Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3441770Z copying torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3442540Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3444050Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3445270Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3447460Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3447950Z 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-11-01T16:32:43.3449230Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3450610Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3452050Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3453390Z copying torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3454740Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3456280Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3457710Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3459120Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3459950Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3461680Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3462660Z copying torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3464040Z copying torch/include/ATen/ops/frac.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3465470Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3466630Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3468100Z copying torch/include/ATen/ops/amin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3469240Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3470820Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3471720Z 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-11-01T16:32:43.3473020Z copying torch/include/ATen/ops/indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3474560Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3475520Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3480410Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3481430Z copying torch/include/ATen/ops/histc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3481980Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3482520Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3482920Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3483390Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3484550Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3486090Z 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-11-01T16:32:43.3487500Z 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-11-01T16:32:43.3488390Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3489950Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3491460Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3492240Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3493790Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3495270Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3496630Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3497540Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3499260Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3500060Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3501640Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3502860Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3504100Z copying torch/include/ATen/ops/eye.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3505450Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3506850Z copying torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3508080Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3509540Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3510640Z copying torch/include/ATen/ops/silu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3512160Z 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-11-01T16:32:43.3513430Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3514910Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3516830Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3518110Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3519550Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3521160Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3522330Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3523860Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3525250Z 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-11-01T16:32:43.3526800Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3528420Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3529530Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3530770Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3532100Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3533410Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3534630Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3535850Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3537230Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3538490Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3539890Z 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-11-01T16:32:43.3541120Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3542390Z copying torch/include/ATen/ops/frac_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3543630Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3545120Z 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-11-01T16:32:43.3546240Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3547710Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3548940Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3550140Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3551550Z copying torch/include/ATen/ops/sgn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3552970Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3554140Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3555360Z copying torch/include/ATen/ops/glu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3556800Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3557840Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3559560Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3560720Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3562050Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3563550Z 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-11-01T16:32:43.3564550Z copying torch/include/ATen/ops/sum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3565940Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3567470Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3569010Z 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-11-01T16:32:43.3570350Z copying torch/include/ATen/ops/inner_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3571790Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3573120Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3574830Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3576790Z copying torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3578060Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3579330Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3580790Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3582050Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3583340Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3584620Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3585940Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3587270Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3588530Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3590050Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3591090Z copying torch/include/ATen/ops/floor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3592730Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3593990Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3595260Z copying torch/include/ATen/ops/values.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3596590Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3597850Z 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-11-01T16:32:43.3599380Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3600330Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3601940Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3603080Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3604440Z copying torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3605720Z copying torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3606870Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3608270Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3609610Z 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-11-01T16:32:43.3610610Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3612120Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3613440Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3614590Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3615800Z copying torch/include/ATen/ops/to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3617260Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3618370Z copying torch/include/ATen/ops/angle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3619760Z copying torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3620980Z copying torch/include/ATen/ops/allclose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3622350Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3623900Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3625240Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3626960Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3627690Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3629380Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3630750Z 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-11-01T16:32:43.3632510Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3633800Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3635160Z 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-11-01T16:32:43.3636480Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3637810Z 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-11-01T16:32:43.3638700Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3640410Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3641610Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3642850Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3644170Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3645510Z 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-11-01T16:32:43.3646820Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3648090Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3649320Z copying torch/include/ATen/ops/to_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3650570Z copying torch/include/ATen/ops/fmin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3651950Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3653240Z copying torch/include/ATen/ops/scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3654430Z copying torch/include/ATen/ops/scaled_dot_product_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3655750Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3657120Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3658420Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3659700Z copying torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3661080Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3662670Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3663710Z copying torch/include/ATen/ops/mul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3665130Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3666390Z copying torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3667750Z 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-11-01T16:32:43.3669120Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3670500Z copying torch/include/ATen/ops/_nested_from_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3671830Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3672830Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3674360Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3675590Z copying torch/include/ATen/ops/gcd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3677680Z copying torch/include/ATen/ops/_dimV.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3679150Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3680720Z 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-11-01T16:32:43.3682400Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3684060Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3685510Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3687010Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3687770Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3689450Z copying torch/include/ATen/ops/asin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3690530Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3695860Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3696310Z copying torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3696840Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3697290Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3697790Z 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-11-01T16:32:43.3698400Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3700060Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3701040Z copying torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3702550Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3703790Z copying torch/include/ATen/ops/qr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3705170Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3706440Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3707740Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3709250Z 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-11-01T16:32:43.3710110Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3711670Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3713040Z copying torch/include/ATen/ops/_wrapped_linear_prepack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3714370Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3715780Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3717170Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3718720Z 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-11-01T16:32:43.3719900Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3721180Z copying torch/include/ATen/ops/ldexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3722780Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3723680Z 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-11-01T16:32:43.3725130Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3726160Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3727720Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3729390Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3730920Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3732070Z 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-11-01T16:32:43.3733570Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3734400Z copying torch/include/ATen/ops/randperm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3736170Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3737660Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3738390Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3740130Z copying torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3741350Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3742840Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3743870Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3745350Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3746700Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3747680Z 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-11-01T16:32:43.3749150Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3750400Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3751590Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3752930Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3754270Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3755480Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3756720Z copying torch/include/ATen/ops/random_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3758140Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3759350Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3760630Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3761820Z copying torch/include/ATen/ops/special_entr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3763140Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3764370Z copying torch/include/ATen/ops/erf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3765650Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3767070Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3768400Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3769760Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3771010Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3772390Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3773670Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3774960Z 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-11-01T16:32:43.3776370Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3777790Z 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-11-01T16:32:43.3779070Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3780420Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3781420Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3782980Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3784380Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3785260Z 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-11-01T16:32:43.3786720Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3788060Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3789510Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3790610Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3792120Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3793220Z copying torch/include/ATen/ops/gt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3794600Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3795880Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3797320Z 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-11-01T16:32:43.3798560Z copying torch/include/ATen/ops/relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3799810Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3801460Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3802430Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3803950Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3805200Z copying torch/include/ATen/ops/logical_and.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3807010Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3808240Z copying torch/include/ATen/ops/diff.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3809680Z copying torch/include/ATen/ops/round_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3811230Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3812390Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3813660Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3815210Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3816590Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3818030Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3819340Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3820690Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3822250Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3823530Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3824940Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3825900Z 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-11-01T16:32:43.3827470Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3828850Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3830470Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3831820Z 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-11-01T16:32:43.3833270Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3834230Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3835720Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3837030Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3838310Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3839660Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3841060Z 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-11-01T16:32:43.3842430Z copying torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3843210Z copying torch/include/ATen/ops/_to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3844720Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3846050Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3847310Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3848740Z copying torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3850070Z copying torch/include/ATen/ops/_is_all_true_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3851190Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3852570Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3853860Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3855330Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3856420Z copying torch/include/ATen/ops/msort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3857900Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3859090Z copying torch/include/ATen/ops/hstack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3860460Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3861790Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3863040Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3864300Z copying torch/include/ATen/ops/var_mean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3865700Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3866770Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3868310Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3869140Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3870650Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3872240Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3873750Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3874590Z copying torch/include/ATen/ops/_fused_adamw_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3876280Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3877860Z copying torch/include/ATen/ops/fix_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3879540Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3880480Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3882160Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3883310Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3884700Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3885880Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3890990Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3891910Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3892960Z 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-11-01T16:32:43.3894100Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3895090Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3895940Z copying torch/include/ATen/ops/cos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3896830Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3897800Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3898690Z 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-11-01T16:32:43.3899630Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3900700Z 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-11-01T16:32:43.3901970Z 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-11-01T16:32:43.3903050Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3904320Z copying torch/include/ATen/ops/sym_stride.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3905660Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3906830Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3908330Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3909580Z 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-11-01T16:32:43.3911040Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3912200Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3913540Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3916200Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3917820Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3918730Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3919640Z copying torch/include/ATen/ops/randn_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3920820Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3921920Z copying torch/include/ATen/ops/dstack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3923160Z copying torch/include/ATen/ops/_to_sparse_csc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3924480Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3925790Z copying torch/include/ATen/ops/_int_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3927720Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3928720Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3930240Z 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-11-01T16:32:43.3931890Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3933350Z copying torch/include/ATen/ops/trace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3935180Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3936200Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3938260Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3939390Z copying torch/include/ATen/ops/gru_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3940650Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3942010Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3943270Z 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-11-01T16:32:43.3945120Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3946260Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3947820Z 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-11-01T16:32:43.3949190Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3950400Z copying torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3951850Z 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-11-01T16:32:43.3953020Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3954740Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3955750Z copying torch/include/ATen/ops/_spsolve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3957540Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3958630Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3959920Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3961140Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3962650Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3963940Z 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-11-01T16:32:43.3965130Z copying torch/include/ATen/ops/trapz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3966930Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3968150Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3969340Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3970350Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3972100Z copying torch/include/ATen/ops/dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3973180Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3974370Z copying torch/include/ATen/ops/randperm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3975850Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3977060Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3978410Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3979650Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3985110Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3986010Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3986910Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3987800Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3988710Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3989700Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3990630Z copying torch/include/ATen/ops/elu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3991470Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3992370Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3993330Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3994460Z copying torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3995490Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3996630Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3997900Z copying torch/include/ATen/ops/index_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.3999170Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4000530Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4001770Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4003170Z 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-11-01T16:32:43.4004560Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4005780Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4006990Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4008430Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4009810Z 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-11-01T16:32:43.4011040Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4012340Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4013750Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4015230Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4016570Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4017780Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4018930Z 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-11-01T16:32:43.4020120Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4021400Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4022630Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4024010Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4025330Z copying torch/include/ATen/ops/minimum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4026480Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4027870Z copying torch/include/ATen/ops/resize_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4029230Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4030460Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4031700Z copying torch/include/ATen/ops/or.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4033260Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4034310Z copying torch/include/ATen/ops/cumsum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4035660Z copying torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4036910Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4038140Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4039620Z 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-11-01T16:32:43.4040880Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4042320Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4043440Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4044660Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4046390Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4047630Z copying torch/include/ATen/ops/mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4049730Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4050880Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4052030Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4053430Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4054730Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4056020Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4057330Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4058600Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4059880Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4061150Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4062380Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4064190Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4065270Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4066370Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4068150Z copying torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4069490Z 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-11-01T16:32:43.4070740Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4071990Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4075050Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4076320Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4077620Z copying torch/include/ATen/ops/vsplit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4078860Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4080670Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4081820Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4082880Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4084470Z copying torch/include/ATen/ops/atan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4085520Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4086780Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4088060Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4089410Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4090650Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4091940Z copying torch/include/ATen/ops/_is_all_true.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4096310Z copying torch/include/ATen/ops/le_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4097230Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4098210Z copying torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4099140Z copying torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4100060Z copying torch/include/ATen/ops/index_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4100990Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4101910Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4102870Z copying torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4103980Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4105100Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4106420Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4107720Z 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-11-01T16:32:43.4110000Z copying torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4111170Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4112430Z 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-11-01T16:32:43.4113710Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4115000Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4116660Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4117680Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4119010Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4120570Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4121620Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4122880Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4124660Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4125720Z copying torch/include/ATen/ops/_unsafe_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4126830Z copying torch/include/ATen/ops/cos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4128100Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4129970Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4131080Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4132240Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4134280Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4135270Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4136710Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4137840Z copying torch/include/ATen/ops/eq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4139220Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4140740Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4141900Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4143130Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4144610Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4145690Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4147080Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4148320Z copying torch/include/ATen/ops/_to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4149520Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4151410Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4152400Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4153390Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4154730Z copying torch/include/ATen/ops/addr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4156170Z copying torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4157330Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4158690Z 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-11-01T16:32:43.4160060Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4161350Z copying torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4162940Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4163900Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4165010Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4166230Z copying torch/include/ATen/ops/var_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4167960Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4169170Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4170180Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4171590Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4172880Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4174190Z copying torch/include/ATen/ops/var_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4175400Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4176780Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4177990Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4179550Z copying torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4180540Z copying torch/include/ATen/ops/_scaled_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4182110Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4183410Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4184470Z copying torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4185820Z 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-11-01T16:32:43.4187160Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4188400Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4189670Z copying torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4190970Z copying torch/include/ATen/ops/bmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4192490Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4193540Z copying torch/include/ATen/ops/batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4195020Z copying torch/include/ATen/ops/log.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4196040Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4197820Z 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-11-01T16:32:43.4198760Z copying torch/include/ATen/ops/new_full.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4199980Z copying torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4201220Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4205640Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4206500Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4207420Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4208240Z copying torch/include/ATen/ops/clip.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4209030Z copying torch/include/ATen/ops/reshape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4209950Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4210970Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4212060Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4213190Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4214250Z copying torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4215700Z copying torch/include/ATen/ops/isneginf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4217210Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4218510Z 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-11-01T16:32:43.4219780Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4220850Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4222130Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4223370Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4224790Z 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-11-01T16:32:43.4225980Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4227180Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4228840Z copying torch/include/ATen/ops/int_repr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4229840Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4231080Z copying torch/include/ATen/ops/column_stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4232360Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4233640Z copying torch/include/ATen/ops/minimum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4235060Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4237180Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4238200Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4239350Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4240940Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4242050Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4243510Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4244670Z copying torch/include/ATen/ops/real_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4246120Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4247340Z 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-11-01T16:32:43.4248710Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4250000Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4251290Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4252580Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4253990Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4255340Z 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-11-01T16:32:43.4256480Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4257750Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4259420Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4260520Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4261740Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4262890Z copying torch/include/ATen/ops/gt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4264570Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4265550Z copying torch/include/ATen/ops/normal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4266700Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4268110Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4269630Z 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-11-01T16:32:43.4270670Z copying torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4271910Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4273220Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4274560Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4275820Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4277140Z copying torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4278370Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4279810Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4281050Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4282390Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4283790Z copying torch/include/ATen/ops/sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4285090Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4286320Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4287700Z copying torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4289110Z 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-11-01T16:32:43.4290320Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4291740Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4293180Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4295130Z copying torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4296170Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4297310Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4298620Z 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-11-01T16:32:43.4299980Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4301200Z copying torch/include/ATen/ops/square.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4302550Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4304430Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4305570Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4307020Z 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-11-01T16:32:43.4308220Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4309320Z copying torch/include/ATen/ops/cdist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4310660Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4315510Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4316890Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4317800Z copying torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4318790Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4319900Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4320910Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4321910Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4322760Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4323690Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4324580Z copying torch/include/ATen/ops/cummax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4325890Z copying torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4326980Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4328170Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4329490Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4330740Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4332500Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4333590Z copying torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4334680Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4335850Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4337580Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4338690Z 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-11-01T16:32:43.4340430Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4341520Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4343250Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4344410Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4345960Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4347660Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4348670Z copying torch/include/ATen/ops/unfold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4350460Z copying torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4351600Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4352860Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4354060Z copying torch/include/ATen/ops/norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4355260Z copying torch/include/ATen/ops/trunc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4357020Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4358230Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4359310Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4360870Z 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-11-01T16:32:43.4361970Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4363240Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4364450Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4365770Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4367060Z copying torch/include/ATen/ops/scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4368330Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4369810Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4370850Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4372110Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4373450Z 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-11-01T16:32:43.4374710Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4376050Z copying torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4377310Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4378610Z 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-11-01T16:32:43.4379760Z copying torch/include/ATen/ops/special_expit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4381320Z copying torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4382670Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4383720Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4385000Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4386240Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4387710Z 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-11-01T16:32:43.4389110Z copying torch/include/ATen/ops/rename.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4390180Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4392240Z copying torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4393360Z 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-11-01T16:32:43.4394600Z 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-11-01T16:32:43.4395780Z copying torch/include/ATen/ops/xor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4396870Z 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-11-01T16:32:43.4398460Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4399560Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4400990Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4402380Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4403830Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4405130Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4407830Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4409080Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4410420Z 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-11-01T16:32:43.4411970Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4413460Z 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-11-01T16:32:43.4414670Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4416690Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4417750Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4418990Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4420160Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4421490Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4422790Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4424040Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4428890Z copying torch/include/ATen/ops/vander.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4429790Z 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-11-01T16:32:43.4430840Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4431940Z copying torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4432860Z copying torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4433910Z 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-11-01T16:32:43.4434920Z copying torch/include/ATen/ops/signbit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4435780Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4436590Z copying torch/include/ATen/ops/add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4437480Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4438490Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4440020Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4441070Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4442810Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4443960Z copying torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4445020Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4446250Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4447650Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4448870Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4450070Z copying torch/include/ATen/ops/_lazy_clone_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4451480Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4452700Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4454050Z copying torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4455240Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4456520Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4457920Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4459220Z 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-11-01T16:32:43.4460420Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4461670Z copying torch/include/ATen/ops/_make_dep_token_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4463070Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4464430Z copying torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4465570Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4466930Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4468140Z copying torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4469420Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4470790Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4472030Z copying torch/include/ATen/ops/trace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4473250Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4474980Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4476200Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4477320Z copying torch/include/ATen/ops/one_hot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4478740Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4479930Z copying torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4481220Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4482500Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4483760Z copying torch/include/ATen/ops/_nested_from_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4484930Z copying torch/include/ATen/ops/randint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4486870Z 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-11-01T16:32:43.4488030Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4489510Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4490470Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4491720Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4492950Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4494250Z copying torch/include/ATen/ops/sym_constrain_range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4495580Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4496770Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4498050Z copying torch/include/ATen/ops/glu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4500000Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4500930Z copying torch/include/ATen/ops/diag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4501940Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4503290Z copying torch/include/ATen/ops/gather_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4504980Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4506040Z copying torch/include/ATen/ops/median.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4507270Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4513490Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4514560Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4515740Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4517480Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4518640Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4519650Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4520990Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4522650Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4523760Z 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-11-01T16:32:43.4524850Z copying torch/include/ATen/ops/celu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4526300Z copying torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4527430Z copying torch/include/ATen/ops/addr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4529090Z copying torch/include/ATen/ops/where.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4530220Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4531430Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4532710Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4534150Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4535530Z 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-11-01T16:32:43.4536790Z copying torch/include/ATen/ops/embedding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4542120Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4543300Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4546830Z copying torch/include/ATen/ops/sym_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4547720Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4548550Z copying torch/include/ATen/ops/relu6.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4549340Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4550230Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4551120Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4551990Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4552880Z copying torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4562810Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4563920Z copying torch/include/ATen/ops/range_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4565860Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4567090Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4568260Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4569660Z copying torch/include/ATen/ops/bmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4570530Z 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-11-01T16:32:43.4572150Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4573420Z copying torch/include/ATen/ops/triu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4574660Z copying torch/include/ATen/ops/negative.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4575960Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4577240Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4578490Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4579860Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4581260Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4582750Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4583480Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4585040Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4586290Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4587600Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4589140Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4590030Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4591570Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4592810Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4594130Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4595510Z copying torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4596780Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4598130Z copying torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4599240Z copying torch/include/ATen/ops/argmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4600610Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4602020Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4603460Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4604910Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4606320Z 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-11-01T16:32:43.4607540Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4609170Z 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-11-01T16:32:43.4609970Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4611500Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4613020Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4614400Z copying torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4615220Z copying torch/include/ATen/ops/polar_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4616800Z copying torch/include/ATen/ops/square_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4618380Z copying torch/include/ATen/ops/argsort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4619060Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4620720Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4622410Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4623260Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4624580Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4626290Z 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-11-01T16:32:43.4627110Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4628730Z 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-11-01T16:32:43.4630000Z copying torch/include/ATen/ops/mean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4631320Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4632740Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4633720Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4635290Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4636310Z 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-11-01T16:32:43.4637790Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4639190Z copying torch/include/ATen/ops/chalf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4640800Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4641590Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4643120Z 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-11-01T16:32:43.4644520Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4645630Z copying torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4647220Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4648150Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4649580Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4650810Z copying torch/include/ATen/ops/frexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4652290Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4653130Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4654650Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4655920Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4657390Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4658390Z 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-11-01T16:32:43.4659780Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4661150Z copying torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4662450Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4664420Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4665180Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4666660Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4668170Z 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-11-01T16:32:43.4669120Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4670770Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4672030Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4673430Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4674400Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4676000Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4677380Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4678260Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4679840Z copying torch/include/ATen/ops/_make_dep_token.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4681490Z copying torch/include/ATen/ops/complex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4682120Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4683870Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4685140Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4686600Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4688150Z 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-11-01T16:32:43.4688950Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4690680Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4692110Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4693020Z copying torch/include/ATen/ops/nansum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4694570Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4695990Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4696860Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4698550Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4700040Z 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-11-01T16:32:43.4700760Z copying torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4702470Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4703430Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4705010Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4705910Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4707450Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4709140Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4710090Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4711410Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4712800Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4714220Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4715140Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4716620Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4717870Z copying torch/include/ATen/ops/max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4719060Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4720560Z 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-11-01T16:32:43.4721960Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4722840Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4724430Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4726110Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4726720Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4728210Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4729610Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4730680Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4732230Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4733650Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4735100Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4736720Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4737680Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4739350Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4741420Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4742790Z 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-11-01T16:32:43.4744260Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4745760Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4746880Z 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-11-01T16:32:43.4748120Z copying torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4749480Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4750920Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4752510Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4753780Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4755070Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4756520Z 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-11-01T16:32:43.4757500Z 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-11-01T16:32:43.4759040Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4760470Z 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-11-01T16:32:43.4762190Z 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-11-01T16:32:43.4763450Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4764970Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4766390Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4767790Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4769230Z copying torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4770590Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4772140Z copying torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4773460Z copying torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4775040Z copying torch/include/ATen/ops/stft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4776570Z 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-11-01T16:32:43.4777970Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4779320Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4781000Z 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-11-01T16:32:43.4781710Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4783070Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4784650Z copying torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4786190Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4787200Z 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-11-01T16:32:43.4788530Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4789950Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4791390Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4792780Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4793670Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4795160Z copying torch/include/ATen/ops/to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4796850Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4797840Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4799370Z 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-11-01T16:32:43.4800760Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4801510Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4802950Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4804910Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4805590Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4806970Z copying torch/include/ATen/ops/add_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4808410Z 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-11-01T16:32:43.4809680Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4811150Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4812560Z 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-11-01T16:32:43.4813850Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4815310Z copying torch/include/ATen/ops/stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4816710Z copying torch/include/ATen/ops/isin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4818230Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4818990Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4824470Z copying torch/include/ATen/ops/svd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4825070Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4825470Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4825850Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4826240Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4826770Z copying torch/include/ATen/ops/addmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4828260Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4829310Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4830960Z copying torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4832050Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4833860Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4834700Z 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-11-01T16:32:43.4836200Z 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-11-01T16:32:43.4837530Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4838860Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4840410Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4841260Z copying torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4842830Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4844110Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4845540Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4846470Z 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-11-01T16:32:43.4848120Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4849650Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4850730Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4852370Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4853270Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4854850Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4856280Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4857090Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4858810Z 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-11-01T16:32:43.4859900Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4861470Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4862830Z copying torch/include/ATen/ops/_nested_get_values.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4864240Z 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-11-01T16:32:43.4865050Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4866800Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4868030Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4869310Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4870800Z 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-11-01T16:32:43.4871790Z 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-11-01T16:32:43.4873180Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4874470Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4876020Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4877470Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4878820Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4880030Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4881570Z 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-11-01T16:32:43.4882570Z 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-11-01T16:32:43.4884000Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4885340Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4886710Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4887540Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4889330Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4890070Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4891800Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4893330Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4894150Z copying torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4895760Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4897210Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4898670Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4899700Z copying torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4901070Z copying torch/include/ATen/ops/_prelu_kernel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4902470Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4903480Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4905040Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4906370Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4907650Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4908930Z copying torch/include/ATen/ops/kron.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4910010Z 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-11-01T16:32:43.4911310Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4912870Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4914150Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4915460Z copying torch/include/ATen/ops/tril.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4916830Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4918230Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4919310Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4920790Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4922060Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4923370Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4924380Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4925910Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4927250Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4928630Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4929540Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4931110Z copying torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4932470Z 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-11-01T16:32:43.4933880Z copying torch/include/ATen/ops/sym_stride_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4934720Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4936240Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4937520Z copying torch/include/ATen/ops/elu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4939040Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4940490Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4941260Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4942850Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4944160Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4945150Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4946560Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4947850Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4949240Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4950540Z copying torch/include/ATen/ops/max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4951810Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4952790Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4954260Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4955610Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4956880Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4958330Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4959780Z 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-11-01T16:32:43.4960720Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4962200Z copying torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4963580Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4964430Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4965970Z copying torch/include/ATen/ops/roll_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4967330Z copying torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4968670Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4970020Z 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-11-01T16:32:43.4971360Z copying torch/include/ATen/ops/linear_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4972300Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4973880Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4975410Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4976750Z copying torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4978050Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4979450Z 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-11-01T16:32:43.4980570Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4982040Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4983160Z copying torch/include/ATen/ops/conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4985230Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4989310Z copying torch/include/ATen/ops/_unsafe_index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4991080Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4994150Z copying torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4997250Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.4998890Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5004450Z copying torch/include/ATen/ops/_unique2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5006160Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5011450Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5032470Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5033820Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5039640Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5040410Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5042240Z copying torch/include/ATen/ops/empty_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5043050Z copying torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5044770Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5045900Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5047600Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5048920Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5050500Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5051470Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5053580Z copying torch/include/ATen/ops/size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5056890Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5063480Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5064510Z copying torch/include/ATen/ops/special_psi.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5068970Z copying torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5070300Z copying torch/include/ATen/ops/addcmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5072870Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5076250Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5079000Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5085330Z copying torch/include/ATen/ops/exp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5086530Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5093600Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5094990Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5099290Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5107650Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5108210Z copying torch/include/ATen/ops/range_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5108980Z 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-11-01T16:32:43.5110900Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5113550Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5117710Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5120360Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5125180Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5127600Z copying torch/include/ATen/ops/bincount.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5131500Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5133420Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5137410Z 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-11-01T16:32:43.5140580Z 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-11-01T16:32:43.5145500Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5148480Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5153740Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5156050Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5177940Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5179480Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5180830Z copying torch/include/ATen/ops/split_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5183140Z 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-11-01T16:32:43.5185010Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5186650Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5188120Z copying torch/include/ATen/ops/imag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5189470Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5191160Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5192230Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5193050Z copying torch/include/ATen/ops/erf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5196350Z 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-11-01T16:32:43.5201400Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5205030Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5208770Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5227230Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5228840Z copying torch/include/ATen/ops/fill_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5233260Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5237130Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5238310Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5239700Z copying torch/include/ATen/ops/rms_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5241070Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5242700Z 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-11-01T16:32:43.5244040Z copying torch/include/ATen/ops/fliplr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5245510Z 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-11-01T16:32:43.5246430Z copying torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5247990Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5250280Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5252650Z 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-11-01T16:32:43.5257600Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5260480Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5266490Z copying torch/include/ATen/ops/log10.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5268000Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5276060Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5286810Z copying torch/include/ATen/ops/masked_scatter_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5288110Z copying torch/include/ATen/ops/i0_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5289350Z 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-11-01T16:32:43.5290800Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5292210Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5293100Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5298830Z copying torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5301340Z 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-11-01T16:32:43.5304800Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5307900Z copying torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5310280Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5314240Z copying torch/include/ATen/ops/softplus_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5316530Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5324450Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5326420Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5332970Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5334600Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5335670Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5339960Z copying torch/include/ATen/ops/erfinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5341460Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5346530Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5347960Z copying torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5350800Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5354550Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5358480Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5362230Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5363160Z copying torch/include/ATen/ops/coalesce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5364840Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5374070Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5379800Z 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-11-01T16:32:43.5381340Z copying torch/include/ATen/ops/expm1_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5382270Z 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-11-01T16:32:43.5384350Z 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-11-01T16:32:43.5388570Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5390420Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5396270Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5399520Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5406550Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5408240Z 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-11-01T16:32:43.5413260Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5414850Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5419020Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5422560Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5423960Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5433680Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5437550Z 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-11-01T16:32:43.5439940Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5441660Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5443000Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5446470Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5447870Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5451800Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5453550Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5456530Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5459420Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5463510Z copying torch/include/ATen/ops/contiguous.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5467740Z copying torch/include/ATen/ops/view_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5469890Z 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-11-01T16:32:43.5475340Z copying torch/include/ATen/ops/group_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5476730Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5483480Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5484970Z copying torch/include/ATen/ops/max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5488720Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5491400Z copying torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5497210Z copying torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5500440Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5501840Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5504570Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5508870Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5511560Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5516870Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5536570Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5537990Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5539460Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5544980Z 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-11-01T16:32:43.5546080Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5547540Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5548820Z copying torch/include/ATen/ops/norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5549930Z copying torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5551290Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5552660Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5554190Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5554940Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5556600Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5557460Z copying torch/include/ATen/ops/rand.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5560680Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5563080Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5568830Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5570310Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5582470Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5590990Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5592260Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5593800Z 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-11-01T16:32:43.5594770Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5597850Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5599220Z copying torch/include/ATen/ops/_nested_get_values_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5602270Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5604980Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5606580Z copying torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5613920Z copying torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5616350Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5620990Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5622520Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5623900Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5628410Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5630690Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5637290Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5638190Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5644920Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5649870Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5650530Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5652270Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5658050Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5659530Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5661180Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5664700Z copying torch/include/ATen/ops/isnan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5666820Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5670750Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5675770Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5679730Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5682310Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5684960Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5690090Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5691550Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5693320Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5698900Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5700240Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5705970Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5708370Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5712790Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5714140Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5715650Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5720350Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5722710Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5726750Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5736400Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5740460Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5741340Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5746060Z copying torch/include/ATen/ops/permute_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5748260Z copying torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5749660Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5753150Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5756020Z copying torch/include/ATen/ops/row_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5760010Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5763390Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5767220Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5778500Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5781310Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5782710Z copying torch/include/ATen/ops/histogram.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5784060Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5785800Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5788950Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5792450Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5796130Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5799110Z copying torch/include/ATen/ops/_functional_assert_async_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5800680Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5803670Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5807160Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5811470Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5813560Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5817360Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5823360Z 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-11-01T16:32:43.5825280Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5828620Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5830540Z copying torch/include/ATen/ops/view_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5836930Z 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-11-01T16:32:43.5838300Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5840930Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5844060Z 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-11-01T16:32:43.5846830Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5853100Z copying torch/include/ATen/ops/cauchy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5854540Z 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-11-01T16:32:43.5859950Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5861340Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5866130Z copying torch/include/ATen/ops/atanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5868430Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5872690Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5874160Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5878210Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5885550Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5887160Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5888200Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5893050Z copying torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5895880Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5897960Z copying torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5900500Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5908290Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5912380Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5916080Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5918600Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5920520Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5924530Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5928290Z copying torch/include/ATen/ops/bilinear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5932680Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5935480Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5938010Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5939520Z 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-11-01T16:32:43.5944780Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5948790Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5951840Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5955620Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5957430Z 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-11-01T16:32:43.5962340Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5965080Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5969270Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5972250Z 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-11-01T16:32:43.5975540Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5977510Z copying torch/include/ATen/ops/outer_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5981000Z 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-11-01T16:32:43.5983460Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5989170Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5990860Z copying torch/include/ATen/ops/adjoint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5994560Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5997260Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.5999740Z copying torch/include/ATen/ops/flipud.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6005330Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6007840Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6010780Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6014060Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6016990Z copying torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6021210Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6024830Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6030350Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6031700Z copying torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6034800Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6038150Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6040540Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6043970Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6048430Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6051140Z 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-11-01T16:32:43.6055750Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6058890Z copying torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6062880Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6064210Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6066290Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6075400Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6079560Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6081750Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6083770Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6089750Z copying torch/include/ATen/ops/dot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6091460Z 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-11-01T16:32:43.6114150Z copying torch/include/ATen/ops/view_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6120090Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6121160Z copying torch/include/ATen/ops/angle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6122740Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6124220Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6125140Z 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-11-01T16:32:43.6126540Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6128330Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6128840Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6130490Z 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-11-01T16:32:43.6131840Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6133300Z 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-11-01T16:32:43.6134350Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6137050Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6141090Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6143460Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6148310Z 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-11-01T16:32:43.6150130Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6156080Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6158660Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6165030Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6166870Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6169210Z 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-11-01T16:32:43.6172500Z copying torch/include/ATen/ops/_fused_sgd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6232260Z copying torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6238920Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6240380Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6241900Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6246900Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6247420Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6247780Z copying torch/include/ATen/ops/max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6248450Z 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-11-01T16:32:43.6248890Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6249540Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6250990Z copying torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6252170Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6253640Z copying torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6255110Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6256240Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6257680Z copying torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6258420Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6259920Z copying torch/include/ATen/ops/isinf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6261890Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6262870Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6264240Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6265580Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6267090Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6267910Z 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-11-01T16:32:43.6269520Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6270910Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6271680Z copying torch/include/ATen/ops/exp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6273300Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6274640Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6275560Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6277360Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6278180Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6279810Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6285030Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6289260Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6290750Z 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-11-01T16:32:43.6293940Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6297360Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6330130Z copying torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6337780Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6338740Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6340380Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6341480Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6342880Z copying torch/include/ATen/ops/cholesky.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6344210Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6345570Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6346950Z copying torch/include/ATen/ops/or_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6347720Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6349400Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6350540Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6352010Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6353500Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6354500Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6355890Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6357360Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6360530Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6380230Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6381590Z copying torch/include/ATen/ops/item_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6386270Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6387690Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6388820Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6390150Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6391710Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6392740Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6394220Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6395680Z copying torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6397510Z copying torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6399760Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6407850Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6409770Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6413830Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6415990Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6420000Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6423420Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6427110Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6431270Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6433330Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6437890Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6439790Z 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-11-01T16:32:43.6443460Z 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-11-01T16:32:43.6446630Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6449900Z 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-11-01T16:32:43.6455080Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6459180Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6461840Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6464850Z copying torch/include/ATen/ops/logit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6467680Z 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-11-01T16:32:43.6471160Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6474970Z copying torch/include/ATen/ops/_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6478230Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6482420Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6483770Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6487210Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6491450Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6492780Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6495600Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6500650Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6503990Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6510180Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6510940Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6512580Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6516250Z copying torch/include/ATen/ops/atanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6519240Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6522560Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6526050Z copying torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6530980Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6533750Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6537320Z copying torch/include/ATen/ops/_foreach_sign_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6544790Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6546370Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6547820Z 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-11-01T16:32:43.6553200Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6554730Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6558170Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6559670Z copying torch/include/ATen/ops/full.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6565490Z 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-11-01T16:32:43.6572020Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6574090Z 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-11-01T16:32:43.6577210Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6587640Z copying torch/include/ATen/ops/linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6592660Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6595600Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6597340Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6598770Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6600140Z copying torch/include/ATen/ops/abs_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6601620Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6604120Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6606920Z 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-11-01T16:32:43.6608310Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6614940Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6617020Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6621090Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6625090Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6631860Z copying torch/include/ATen/ops/pad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6633640Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6636530Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6641360Z 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-11-01T16:32:43.6642310Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6645180Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6647480Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6651080Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6652700Z copying torch/include/ATen/ops/triu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6657800Z 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-11-01T16:32:43.6662750Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6665310Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6669300Z copying torch/include/ATen/ops/special_i0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6672010Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6674320Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6679390Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6681940Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6684500Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6689420Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6691560Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6694650Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6695940Z copying torch/include/ATen/ops/min_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6700420Z copying torch/include/ATen/ops/acosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6706060Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6707630Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6710630Z copying torch/include/ATen/ops/_safe_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6714070Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6715880Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6719630Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6724370Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6730930Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6735800Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6738930Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6740930Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6742800Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6744430Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6748420Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6750430Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6755380Z 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-11-01T16:32:43.6757840Z 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-11-01T16:32:43.6763720Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6765180Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6766490Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6772720Z 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-11-01T16:32:43.6775640Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6776540Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6780740Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6782850Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6786450Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6790060Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6795190Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6799270Z copying torch/include/ATen/ops/cat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6803180Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6805280Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6807760Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6811490Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6814860Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6816180Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6822250Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6826080Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6831270Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6837480Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6840330Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6841680Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6844740Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6847930Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6850880Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6855570Z copying torch/include/ATen/ops/vstack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6858930Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6861830Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6865640Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6868210Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6870280Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6874780Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6876600Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6882420Z 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-11-01T16:32:43.6885350Z copying torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6889940Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6892200Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6895310Z copying torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6919260Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6920250Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6925670Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6927500Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6929140Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6930660Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6931410Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6932970Z copying torch/include/ATen/ops/exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6934430Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6935310Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6936980Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6937990Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6939590Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6941110Z copying torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6943830Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6950900Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6952390Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6960040Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6961450Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6963160Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6967800Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6971420Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6973040Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6975340Z copying torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6980610Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6984180Z copying torch/include/ATen/ops/sum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6985640Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6990610Z copying torch/include/ATen/ops/combinations.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6993350Z copying torch/include/ATen/ops/_to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6995690Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.6999280Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7000660Z copying torch/include/ATen/ops/promote_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7010570Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7029070Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7034210Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7035000Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7036620Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7038090Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7038890Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7040540Z 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-11-01T16:32:43.7041530Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7043230Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7044510Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7045340Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7047020Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7048380Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7294020Z copying torch/include/ATen/ops/mish_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7295860Z copying torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7297460Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7298590Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7300160Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7301540Z copying torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7302790Z copying torch/include/ATen/ops/cos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7304160Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7304960Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7306860Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7307760Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7309610Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:43.7310570Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0176720Z copying torch/include/ATen/ops/median_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0276460Z 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-11-01T16:32:44.0376130Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0430890Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0431910Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0432860Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0433830Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0434710Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0440870Z 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-11-01T16:32:44.0441960Z copying torch/include/ATen/ops/randn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0442840Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0443850Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0444810Z copying torch/include/ATen/ops/neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0445670Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0446660Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0447730Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0448650Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0449500Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0450390Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0451260Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0452150Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0453090Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0454200Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0455260Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0456280Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0457340Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0458280Z copying torch/include/ATen/ops/argmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0459150Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0460060Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0461120Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0462130Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0463110Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0464180Z copying torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0465100Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0465970Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0466810Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0467680Z copying torch/include/ATen/ops/_nested_get_values_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0468560Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0469410Z copying torch/include/ATen/ops/_foreach_lerp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0470260Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0471220Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0472160Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0473100Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0474020Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0474910Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0475970Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0477100Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0478070Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0478980Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0480150Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0481200Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0482060Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0483060Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0483980Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0484800Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0485610Z copying torch/include/ATen/ops/take_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0486500Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0487390Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0488310Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0489270Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0490140Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0491000Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0491880Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0492900Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0494090Z 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-11-01T16:32:44.0495200Z copying torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0496250Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0497210Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0498110Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0499020Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0499860Z copying torch/include/ATen/ops/dsplit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0500710Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0501720Z 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-11-01T16:32:44.0502820Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0503910Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0505000Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0505910Z copying torch/include/ATen/ops/_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0506990Z 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-11-01T16:32:44.0508080Z copying torch/include/ATen/ops/_unique.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0509090Z 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-11-01T16:32:44.0510220Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0511190Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0512080Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0512980Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0513880Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0514820Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0515680Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0516540Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0517470Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0518380Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0519260Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0520090Z copying torch/include/ATen/ops/mul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0524680Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0525970Z 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-11-01T16:32:44.0526960Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0527900Z 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-11-01T16:32:44.0528860Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0529900Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0530970Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0531910Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0533000Z 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-11-01T16:32:44.0534320Z 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-11-01T16:32:44.0535480Z 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-11-01T16:32:44.0536760Z 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-11-01T16:32:44.0537870Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0538850Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0540000Z 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-11-01T16:32:44.0541090Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0542060Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0543160Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0544300Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0545390Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0546420Z copying torch/include/ATen/ops/real_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0547390Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0548540Z 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-11-01T16:32:44.0549610Z copying torch/include/ATen/ops/max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0550550Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0551490Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0552470Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0553560Z 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-11-01T16:32:44.0554670Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0555750Z copying torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0556910Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0558070Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0559060Z copying torch/include/ATen/ops/_foreach_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0560120Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0561460Z 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-11-01T16:32:44.0562700Z 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-11-01T16:32:44.0563940Z 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-11-01T16:32:44.0565170Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0566140Z copying torch/include/ATen/ops/copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0567130Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0568160Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0569250Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0570350Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0571420Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0572370Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0573300Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0574280Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0575280Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0576340Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0577340Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0578390Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0579530Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0580560Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0581550Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0582490Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0583400Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0584360Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0585410Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0586430Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0587500Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0588630Z copying torch/include/ATen/ops/concat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0589540Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0590410Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0591460Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0592460Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0593410Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0594540Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0595630Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0596550Z copying torch/include/ATen/ops/_unsafe_index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0597460Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0598370Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0599290Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0600280Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0601340Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0602350Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0603280Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0604380Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0605460Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0606470Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0611200Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0612910Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0614940Z 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-11-01T16:32:44.0618930Z copying torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0621170Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0624180Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0629940Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0633610Z 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-11-01T16:32:44.0636190Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0643360Z 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-11-01T16:32:44.0644600Z copying torch/include/ATen/ops/view_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0648380Z copying torch/include/ATen/ops/max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0653600Z copying torch/include/ATen/ops/msort_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0655430Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0658270Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0662850Z copying torch/include/ATen/ops/random_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0664840Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0668630Z 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-11-01T16:32:44.0670060Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0674180Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0678050Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0683430Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0686170Z 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-11-01T16:32:44.0690480Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0691980Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0696480Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0699780Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0701200Z 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-11-01T16:32:44.0708160Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0709710Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0712760Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0718250Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0720510Z copying torch/include/ATen/ops/sin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0722800Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0729180Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0732310Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0733720Z copying torch/include/ATen/ops/hsplit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0736380Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0737770Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0742470Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0745470Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0749000Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0753320Z copying torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0755390Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0760350Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0763000Z 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-11-01T16:32:44.0764540Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0767940Z copying torch/include/ATen/ops/less_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0772150Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0777960Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0780710Z copying torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0785650Z copying torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0787240Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0792870Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0794590Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0798520Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0800150Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0805270Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0825880Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0832690Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0834120Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0835970Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0837680Z 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-11-01T16:32:44.0839180Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0841130Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0842690Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0844210Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0845920Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0847490Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0849260Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0850960Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0852550Z copying torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0854110Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0857750Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0862030Z copying torch/include/ATen/ops/normal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0864260Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0867350Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0871700Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0874120Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0877790Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0880150Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0883930Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0886290Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0891830Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0895700Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0900590Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0902320Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0903850Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0907250Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0918050Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0919530Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0920760Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0921950Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0924210Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0925830Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0931450Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0938340Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0942220Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0943980Z copying torch/include/ATen/ops/sort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0949480Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0951120Z copying torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0955460Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0957490Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0962920Z copying torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0964760Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0968230Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0970820Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0975390Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0977530Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0980860Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0983720Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0985100Z copying torch/include/ATen/ops/split_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0989480Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0993120Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.0997590Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1001010Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1002760Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1006780Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1009040Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1013010Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1018290Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1020910Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1024260Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1027950Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1030590Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1033220Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1036910Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1039840Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1042480Z copying torch/include/ATen/ops/full_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1046400Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1050250Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1054680Z 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-11-01T16:32:44.1058490Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1062410Z copying torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1063870Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1067210Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1072170Z 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-11-01T16:32:44.1073440Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1080120Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1082310Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1087000Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1088260Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1092060Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1093530Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1096140Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1099840Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1105440Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1109130Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1115270Z 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-11-01T16:32:44.1116440Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1119630Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1125280Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1127720Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1132100Z 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-11-01T16:32:44.1135790Z 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-11-01T16:32:44.1137790Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1138980Z copying torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1143410Z 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-11-01T16:32:44.1148330Z copying torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1153100Z copying torch/include/ATen/ops/arange.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1154300Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1155570Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1160560Z copying torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1163880Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1168470Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1170890Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1177560Z copying torch/include/ATen/ops/index_fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1178510Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1181930Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1183830Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1186020Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1190130Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1195330Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1196220Z copying torch/include/ATen/ops/istft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1200260Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1203500Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1206180Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1210500Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1214890Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1216270Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1440540Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1441700Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1443070Z 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-11-01T16:32:44.1444420Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1446220Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1447220Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1448320Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1450160Z 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-11-01T16:32:44.1451200Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1452430Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1453720Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1455480Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1456620Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1457660Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1459560Z copying torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1460680Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1461730Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1463030Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1464440Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1465700Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1467050Z copying torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1468280Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1469750Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1470910Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1472770Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1473750Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1474920Z copying torch/include/ATen/ops/randint_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1476800Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1477820Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1479020Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1480290Z 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-11-01T16:32:44.1481630Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1482880Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1484190Z copying torch/include/ATen/ops/fmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1485470Z copying torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1486920Z 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-11-01T16:32:44.1488280Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1489450Z copying torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1490720Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1492040Z copying torch/include/ATen/ops/tanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1493350Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1494970Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1496030Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1497420Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1499360Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1500550Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1501920Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1503300Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1504620Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1506020Z 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-11-01T16:32:44.1507300Z copying torch/include/ATen/ops/erf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1509060Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1510000Z copying torch/include/ATen/ops/zero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1511710Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1512770Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1513960Z copying torch/include/ATen/ops/mT.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1515600Z copying torch/include/ATen/ops/uniform_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1516750Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1518120Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1519940Z 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-11-01T16:32:44.1521020Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1522100Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1523570Z 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-11-01T16:32:44.1524800Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1526060Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1527650Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1529010Z 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-11-01T16:32:44.1530660Z 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-11-01T16:32:44.1531830Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1532990Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1534330Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1535660Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1537100Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1538500Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1540000Z copying torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1545160Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1546160Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1547060Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1547890Z copying torch/include/ATen/ops/can_cast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1548750Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1549630Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1550630Z 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-11-01T16:32:44.1551600Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1552970Z 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-11-01T16:32:44.1554260Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1555550Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1556820Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1558090Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1559760Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1560780Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1562070Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1563260Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1564630Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1565880Z copying torch/include/ATen/ops/xlogy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1567880Z 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-11-01T16:32:44.1568850Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1570100Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1571290Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1572490Z copying torch/include/ATen/ops/ge_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1574270Z copying torch/include/ATen/ops/_test_check_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1575370Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1576540Z copying torch/include/ATen/ops/squeeze.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1577870Z copying torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1579270Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1580630Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1581920Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1583160Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1585050Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1586200Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1590060Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1595320Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1598800Z 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-11-01T16:32:44.1603760Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1604970Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1607040Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1611130Z 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-11-01T16:32:44.1620160Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1622470Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1626880Z copying torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1630190Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1633130Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1635110Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1638190Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1640480Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1644300Z 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-11-01T16:32:44.1647210Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1652250Z copying torch/include/ATen/ops/lshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1653160Z copying torch/include/ATen/ops/outer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1663610Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1670480Z copying torch/include/ATen/ops/rms_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1671500Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1672840Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1674140Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1679270Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1680570Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1681900Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1686340Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1688460Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1691850Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1694640Z 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-11-01T16:32:44.1696930Z copying torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1700990Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1703320Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1706890Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1710320Z copying torch/include/ATen/ops/asin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1713020Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1715240Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1720190Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1743130Z 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-11-01T16:32:44.1750350Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1752520Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1753800Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1755350Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1756800Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1758400Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1759140Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1760800Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1762140Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1762980Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1764590Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1765930Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1768630Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1772820Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1775290Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1778840Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1783800Z copying torch/include/ATen/ops/is_complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1787940Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1794750Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1797150Z copying torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1800070Z copying torch/include/ATen/ops/_version.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1801970Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1803480Z copying torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1806440Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1809820Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1814450Z copying torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1816070Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1836750Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1839480Z copying torch/include/ATen/ops/clip_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1844550Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1845930Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1847430Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1848180Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1849910Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1850770Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1852310Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1853830Z 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-11-01T16:32:44.1855260Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1856860Z 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-11-01T16:32:44.1860010Z copying torch/include/ATen/ops/geometric.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1863170Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1867520Z 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-11-01T16:32:44.1872640Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1875700Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1877690Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1881690Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1884210Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1887180Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1889720Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1892850Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1897160Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1898980Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1902610Z copying torch/include/ATen/ops/acos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1910010Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1911450Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1916810Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1918140Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1922390Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1923710Z 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-11-01T16:32:44.1926970Z 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-11-01T16:32:44.1931530Z 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-11-01T16:32:44.1935880Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1937200Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1940040Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1963320Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1969970Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1971140Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1972300Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1973810Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1974750Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1976290Z copying torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1977600Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1979180Z 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-11-01T16:32:44.1980090Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1982020Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1985590Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1987650Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1991290Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1992650Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.1996910Z 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-11-01T16:32:44.2000680Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2003970Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2008070Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2013750Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2015530Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2021570Z copying torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2022970Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2025790Z copying torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2030570Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2031730Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2033880Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2037140Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2041380Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2042800Z copying torch/include/ATen/ops/any_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2046600Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2051050Z copying torch/include/ATen/ops/abs_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2057680Z 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-11-01T16:32:44.2059200Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2059860Z copying torch/include/ATen/ops/mH_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2063900Z 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-11-01T16:32:44.2068110Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2071880Z copying torch/include/ATen/ops/inner.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2075920Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2077390Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2128010Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2138140Z copying torch/include/ATen/ops/conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2139260Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2141120Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2142560Z copying torch/include/ATen/ops/select_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2143760Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2144970Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2146480Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2147650Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2149190Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2150580Z copying torch/include/ATen/ops/_scaled_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2152060Z 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-11-01T16:32:44.2152900Z copying torch/include/ATen/ops/neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2154530Z copying torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2155920Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2157020Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2158460Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2159980Z copying torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2161330Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2162680Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2163990Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2164900Z copying torch/include/ATen/ops/vander_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2166610Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2167930Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2169330Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2170270Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2172400Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2174450Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2179490Z 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-11-01T16:32:44.2181830Z 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-11-01T16:32:44.2185770Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2187660Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2190590Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2194770Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2198660Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2201570Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2206410Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2207720Z copying torch/include/ATen/ops/smm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2210140Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2211910Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2221520Z copying torch/include/ATen/ops/ormqr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2223670Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2228680Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2231160Z copying torch/include/ATen/ops/sin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2236750Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2238160Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2240680Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2244260Z 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-11-01T16:32:44.2247990Z copying torch/include/ATen/ops/_foreach_pow_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2251530Z copying torch/include/ATen/ops/sinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2255160Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2260610Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2262220Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2266540Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2269690Z 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-11-01T16:32:44.2270610Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2272450Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2277890Z 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-11-01T16:32:44.2279240Z copying torch/include/ATen/ops/_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2283740Z 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-11-01T16:32:44.2286930Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2296650Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2297490Z copying torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2303020Z 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-11-01T16:32:44.2305700Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2309140Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2313170Z 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-11-01T16:32:44.2315020Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2316970Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2321560Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2325980Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2328810Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2331250Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2334480Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2339090Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2342390Z copying torch/include/ATen/ops/_unsafe_index_put_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2346250Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2347630Z 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-11-01T16:32:44.2353110Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2355210Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2361950Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2363290Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2365640Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2370270Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2372300Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2377450Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2378860Z 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-11-01T16:32:44.2383740Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2385390Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2389040Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2393700Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2396370Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2399880Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2401220Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2404810Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2410440Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2413940Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2416450Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2418920Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2421150Z copying torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2445550Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2452250Z copying torch/include/ATen/ops/conv2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2454820Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2456340Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2457980Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2459560Z copying torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2460760Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2462260Z 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-11-01T16:32:44.2464060Z 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-11-01T16:32:44.2464730Z copying torch/include/ATen/ops/igammac.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2466310Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2468540Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2471970Z 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-11-01T16:32:44.2476360Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2478720Z 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-11-01T16:32:44.2481240Z 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-11-01T16:32:44.2485020Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2488550Z 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-11-01T16:32:44.2493160Z copying torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2495030Z 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-11-01T16:32:44.2505830Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2511900Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2513380Z copying torch/include/ATen/ops/_chunk_cat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2514570Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2515890Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2517390Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2518880Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2519830Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2525290Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2527120Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2531980Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2533670Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2538580Z copying torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2539960Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2549970Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2557080Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2558740Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2560100Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2561430Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2562960Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2564530Z 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-11-01T16:32:44.2565370Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2569620Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2575130Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2578240Z 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-11-01T16:32:44.2581100Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2582400Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2586640Z copying torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2588610Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2593110Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2595320Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2599110Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2601330Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2606130Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2608110Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2612760Z copying torch/include/ATen/ops/to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2615830Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2618700Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2626520Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2628740Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2633980Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2641410Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2646250Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2648550Z 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-11-01T16:32:44.2650200Z copying torch/include/ATen/ops/all_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2653020Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2656930Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2659730Z copying torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2662820Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2666330Z copying torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2669710Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2672860Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2677940Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2679250Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2685100Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2686830Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2689990Z copying torch/include/ATen/ops/amin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2693590Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2696350Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2699630Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2702240Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2705630Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2708210Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2711030Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2731960Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2738010Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2739530Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2740510Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2741890Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2743270Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2744130Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2745750Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2747210Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2748220Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2749660Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2754070Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2757850Z 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-11-01T16:32:44.2759890Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2765140Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2767710Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2772810Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2774910Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2776500Z copying torch/include/ATen/ops/_values.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2780290Z 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-11-01T16:32:44.2782080Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2786130Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2789350Z copying torch/include/ATen/ops/_wrapped_linear_prepack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2794210Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2798160Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2800120Z copying torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2803760Z copying torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2807550Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2811210Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2816720Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2817720Z 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-11-01T16:32:44.2843030Z 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-11-01T16:32:44.2844070Z copying torch/include/ATen/ops/isreal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2852470Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2853200Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2853730Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2854110Z copying torch/include/ATen/ops/arctan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2854570Z 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-11-01T16:32:44.2854960Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2855330Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2856020Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2857610Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2860320Z copying torch/include/ATen/ops/col2im.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2865080Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2880660Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2886050Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2887550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2889390Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2890900Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2892360Z copying torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2894010Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2895470Z copying torch/include/ATen/ops/histc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2896720Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2899900Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2903320Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2906740Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2919920Z copying torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2926600Z copying torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2930440Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2931790Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2932990Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2934370Z copying torch/include/ATen/ops/mH.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2935860Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2937210Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2938920Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2942340Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2947300Z copying torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2967370Z copying torch/include/ATen/ops/trace_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2968880Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2973530Z copying torch/include/ATen/ops/addbmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2975990Z copying torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2976800Z copying torch/include/ATen/ops/mv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2978420Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2979700Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2980950Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2982310Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2983620Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2985070Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2985890Z copying torch/include/ATen/ops/softshrink.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2988820Z copying torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2992040Z copying torch/include/ATen/ops/lgamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.2999080Z 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-11-01T16:32:44.3000760Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3003190Z copying torch/include/ATen/ops/polar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3009700Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3012050Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3019220Z 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-11-01T16:32:44.3020120Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3021590Z copying torch/include/ATen/ops/pow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3027040Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3029430Z copying torch/include/ATen/ops/lt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3033790Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3037690Z 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-11-01T16:32:44.3039040Z copying torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3041170Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3046280Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3049430Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3050310Z copying torch/include/ATen/ops/logical_not.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3054990Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3062580Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3064650Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3070860Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3072180Z copying torch/include/ATen/ops/cross_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3075350Z copying torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3076750Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3083330Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3085380Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3093720Z 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-11-01T16:32:44.3095120Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3097060Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3105370Z copying torch/include/ATen/ops/slice_inverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3107030Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3107870Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3113020Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3115360Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3116270Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3118870Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3119850Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3125270Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3128410Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3136160Z 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-11-01T16:32:44.3139930Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3141600Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3145320Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3150570Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3152100Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3154140Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3160240Z copying torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3162510Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3164080Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3168000Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3170900Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3174470Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3179780Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3182340Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3186110Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3190950Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3192320Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3195200Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3201360Z 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-11-01T16:32:44.3203540Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3204920Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3209360Z copying torch/include/ATen/ops/bincount_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3211350Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3212810Z 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-11-01T16:32:44.3220330Z copying torch/include/ATen/ops/mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3227820Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3232760Z copying torch/include/ATen/ops/positive_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3234650Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3236200Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3237650Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3238370Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3241060Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3244320Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3247430Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3252080Z copying torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3254880Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3258240Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3264250Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3266480Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3270390Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3271790Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3279050Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3280480Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3282210Z copying torch/include/ATen/ops/mode_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3286210Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3287520Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3293480Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3296110Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3298620Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3305530Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3307770Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3316480Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3317420Z 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-11-01T16:32:44.3319020Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3325270Z 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-11-01T16:32:44.3326270Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3327800Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3336030Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3340600Z copying torch/include/ATen/ops/sign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3341680Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3343160Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3344490Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3346500Z copying torch/include/ATen/ops/unflatten.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3351050Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3353020Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3357970Z 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-11-01T16:32:44.3359710Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3367150Z copying torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3368040Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3373010Z copying torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3374950Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3378270Z copying torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3387700Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3388300Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3388720Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3393160Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3396850Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3400440Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3403830Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3410280Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3412620Z 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-11-01T16:32:44.3415880Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3417290Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3418770Z 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-11-01T16:32:44.3420030Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3428010Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3430440Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3434530Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3437830Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3442210Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3445670Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3448360Z copying torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3452870Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3456800Z 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-11-01T16:32:44.3457670Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3460630Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3464830Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3466350Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3470240Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3478630Z 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-11-01T16:32:44.3481700Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3483270Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3487930Z copying torch/include/ATen/ops/transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3510090Z copying torch/include/ATen/ops/_fused_sgd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3511460Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3516880Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3518370Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3519880Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3520800Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3522470Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3523830Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3524960Z copying torch/include/ATen/ops/sym_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3526660Z 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-11-01T16:32:44.3527320Z copying torch/include/ATen/ops/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3528970Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3532150Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3534170Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3538980Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3541780Z 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-11-01T16:32:44.3545110Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3546860Z copying torch/include/ATen/ops/amax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3549860Z 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-11-01T16:32:44.3553800Z 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-11-01T16:32:44.3556670Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3559510Z copying torch/include/ATen/ops/log_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3563560Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3565770Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3572140Z copying torch/include/ATen/ops/q_scale.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3575910Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3579240Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3599520Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3601320Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3606770Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3610150Z copying torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3611670Z 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-11-01T16:32:44.3612810Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3614170Z copying torch/include/ATen/ops/stride_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3615570Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3617180Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3618620Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3619990Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3621410Z 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-11-01T16:32:44.3622810Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3624270Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3626880Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3629590Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3635320Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3637370Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3642910Z copying torch/include/ATen/ops/histogram_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3646570Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3650600Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3656280Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3657680Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3664810Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3666310Z 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-11-01T16:32:44.3670310Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3672120Z 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-11-01T16:32:44.3673770Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3675200Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3678600Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3684860Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3687130Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3691300Z 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-11-01T16:32:44.3695330Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3700050Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3702430Z copying torch/include/ATen/ops/any.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3703840Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3707030Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3711340Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3714750Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3719150Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3720960Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3723940Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3727330Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3731960Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3733580Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3737190Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3741620Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3745390Z copying torch/include/ATen/ops/le_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3747360Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3751290Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3759450Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3763520Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3765160Z copying torch/include/ATen/ops/elu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3768680Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3770170Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3771100Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3774540Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3779910Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3781260Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3787010Z copying torch/include/ATen/ops/floor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3788280Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3798490Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3800040Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3801360Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3802360Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3803830Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3808110Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3810910Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3818220Z copying torch/include/ATen/ops/flip_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3820930Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3821890Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3826570Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3830390Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3831900Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3833380Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3836010Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3838540Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3842260Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3844470Z 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-11-01T16:32:44.3845820Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3868590Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3869960Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3876890Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3877780Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3879370Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3880960Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3881870Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3883430Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3884770Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3886180Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3887710Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3889230Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3891420Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3895740Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3900460Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3901410Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3906210Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3913050Z copying torch/include/ATen/ops/conv3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3914390Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3916690Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3926680Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3927210Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3927600Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3928060Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3930640Z copying torch/include/ATen/ops/polar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3934980Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3937880Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3946270Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3948640Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3954850Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3956330Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3957130Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3962370Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3965260Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3970540Z copying torch/include/ATen/ops/special_logit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3974230Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3977960Z copying torch/include/ATen/ops/full_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3981110Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3983270Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3989620Z 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-11-01T16:32:44.3992450Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3996740Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.3998070Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4003380Z copying torch/include/ATen/ops/data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4004750Z copying torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4008030Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4011920Z 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-11-01T16:32:44.4014100Z copying torch/include/ATen/ops/div_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4019200Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4023100Z 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-11-01T16:32:44.4026820Z copying torch/include/ATen/ops/permute_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4029150Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4030790Z copying torch/include/ATen/ops/xor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4034590Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4036800Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4041640Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4045990Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4052270Z 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-11-01T16:32:44.4054280Z copying torch/include/ATen/ops/ge.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4055640Z copying torch/include/ATen/ops/_foreach_clamp_min.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4058120Z copying torch/include/ATen/ops/index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4060570Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4063750Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4068750Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4074100Z copying torch/include/ATen/ops/split.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4077560Z copying torch/include/ATen/ops/div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4080130Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4082370Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4085800Z copying torch/include/ATen/ops/t_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4089590Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4092180Z 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-11-01T16:32:44.4093450Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4098890Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4102760Z copying torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4106450Z copying torch/include/ATen/ops/complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4110180Z copying torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4111730Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4115720Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4119330Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4121490Z copying torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4125030Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4127240Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4130850Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4135370Z copying torch/include/ATen/ops/log_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4136520Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4140000Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4144570Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4150960Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4153240Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4157020Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4162610Z copying torch/include/ATen/ops/exp2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4169000Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4170110Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4171710Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4174560Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4175590Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4179770Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4202320Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4203370Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4208540Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4209770Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4211110Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4212320Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4213580Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4214880Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4216180Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4218060Z 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-11-01T16:32:44.4224200Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4225110Z copying torch/include/ATen/ops/_native_batch_norm_legit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4226070Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4227270Z 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-11-01T16:32:44.4228280Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4230680Z copying torch/include/ATen/ops/_nested_get_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4235070Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4238090Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4240760Z copying torch/include/ATen/ops/zero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4243240Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4246320Z 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-11-01T16:32:44.4251970Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4253160Z copying torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4257300Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4259220Z 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-11-01T16:32:44.4263500Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4267080Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4270200Z copying torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4275650Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4277600Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4281770Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4284130Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4287520Z 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-11-01T16:32:44.4290130Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4293500Z copying torch/include/ATen/ops/_is_any_true_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4295700Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4300120Z copying torch/include/ATen/ops/random.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4303690Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4306000Z copying torch/include/ATen/ops/exponential.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4310400Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4317200Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4321790Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4325960Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4331020Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4332150Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4333470Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4338130Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4340480Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4342810Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4349040Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4350110Z 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-11-01T16:32:44.4355560Z copying torch/include/ATen/ops/_to_sparse_csr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4360650Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4362650Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4363640Z copying torch/include/ATen/ops/norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4367330Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4372370Z 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-11-01T16:32:44.4373390Z copying torch/include/ATen/ops/copysign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4379290Z 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-11-01T16:32:44.4380460Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4385640Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4386670Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4390760Z 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-11-01T16:32:44.4395280Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4398560Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4403480Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4405930Z copying torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4408280Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4411440Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4414060Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4417930Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4421250Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4423340Z 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-11-01T16:32:44.4426910Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4429900Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4433010Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4435970Z copying torch/include/ATen/ops/_dimI.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4440160Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4444700Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4447680Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4450600Z 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-11-01T16:32:44.4453210Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4458560Z copying torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4460980Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4464360Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4467960Z copying torch/include/ATen/ops/_print_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4469840Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4474070Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4499190Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4500370Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4505490Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4506650Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4512260Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4513170Z copying torch/include/ATen/ops/argwhere.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4514000Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4514810Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4515630Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4516520Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4517400Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4518770Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4520550Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4522070Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4523850Z copying torch/include/ATen/ops/fix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4526890Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4531690Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4533910Z copying torch/include/ATen/ops/rsub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4538320Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4540900Z 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-11-01T16:32:44.4545780Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4547220Z copying torch/include/ATen/ops/std.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4551720Z copying torch/include/ATen/ops/_is_all_true_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4554120Z 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-11-01T16:32:44.4560460Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4562400Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4568720Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4569770Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4572900Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4576810Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4578100Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4580400Z copying torch/include/ATen/ops/index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4582690Z copying torch/include/ATen/ops/aminmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4590710Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4596280Z 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-11-01T16:32:44.4599000Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4600180Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4602700Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4603850Z copying torch/include/ATen/ops/fmod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4609130Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4611660Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4615790Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4621110Z 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-11-01T16:32:44.4622330Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4626470Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4627580Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4631710Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4635220Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4638400Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4641150Z copying torch/include/ATen/ops/hardswish.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4643970Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4651790Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4662580Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4663580Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4664880Z copying torch/include/ATen/ops/ones_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4666680Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4668900Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4669970Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4673470Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4677440Z copying torch/include/ATen/ops/isfinite.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4681360Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4682600Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4712850Z copying torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4713890Z copying torch/include/ATen/ops/_batch_norm_no_update.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4720550Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4721770Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4722880Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4724520Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4725760Z 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-11-01T16:32:44.4727030Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4728340Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4729820Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4730960Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4732100Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4733410Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4734720Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4742790Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4743840Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4744890Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4745810Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4748220Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4750340Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4754130Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4756720Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4762530Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4764790Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4769410Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4780150Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4787820Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4794660Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4798350Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4801140Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4802980Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4806240Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4809910Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4814340Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4823230Z copying torch/include/ATen/ops/uniform.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4824380Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4830450Z copying torch/include/ATen/ops/masked_scatter_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4832650Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4833980Z copying torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4837110Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4842120Z copying torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4844200Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4849100Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4851250Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4852790Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4857070Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4858130Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4865990Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4874080Z copying torch/include/ATen/ops/detach_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4875250Z copying torch/include/ATen/ops/set.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4877360Z copying torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4878560Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4879840Z 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-11-01T16:32:44.4882310Z copying torch/include/ATen/ops/silu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4887900Z copying torch/include/ATen/ops/native_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4891280Z copying torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4895510Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4898830Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4903490Z copying torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4904540Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4906960Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4909980Z copying torch/include/ATen/ops/det.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4912170Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4916670Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4923640Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4924730Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4934130Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4935320Z 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-11-01T16:32:44.4936490Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4943210Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4944510Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4946310Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4953300Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4954740Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4956660Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4962010Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4963460Z 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-11-01T16:32:44.4966500Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4968650Z copying torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4995820Z copying torch/include/ATen/ops/_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.4996830Z copying torch/include/ATen/ops/diagonal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5002040Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5004390Z copying torch/include/ATen/ops/isposinf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5005490Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5006630Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5008280Z copying torch/include/ATen/ops/triu_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5010290Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5011650Z copying torch/include/ATen/ops/special_round.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5012740Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5014030Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5015330Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5017180Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5018200Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5020760Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5023480Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5026140Z 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-11-01T16:32:44.5031310Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5033280Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5039030Z 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-11-01T16:32:44.5043130Z 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-11-01T16:32:44.5046870Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5048020Z copying torch/include/ATen/ops/sym_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5051320Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5053710Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5056520Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5060780Z copying torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5086350Z copying torch/include/ATen/ops/batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5087410Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5092420Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5093420Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5094800Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5096870Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5097900Z copying torch/include/ATen/ops/t_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5099040Z copying torch/include/ATen/ops/det_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5100930Z copying torch/include/ATen/ops/_to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5107010Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5107900Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5108700Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5109450Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5110280Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5111330Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5114890Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5117570Z 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-11-01T16:32:44.5120390Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5123910Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5127200Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5130560Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5136380Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5137400Z copying torch/include/ATen/ops/take_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5143300Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5146040Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5149580Z 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-11-01T16:32:44.5150660Z copying torch/include/ATen/ops/greater_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5154430Z 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-11-01T16:32:44.5155770Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5163320Z copying torch/include/ATen/ops/prod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5167260Z copying torch/include/ATen/ops/tril_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5171510Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5172590Z copying torch/include/ATen/ops/_functional_assert_async_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5178700Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5179810Z copying torch/include/ATen/ops/_is_any_true_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5183730Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5186410Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5189790Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5193300Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5197380Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5201570Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5203640Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5207030Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5209670Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5214120Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5216880Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5219200Z 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-11-01T16:32:44.5223970Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5226980Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5230080Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5233300Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5236940Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5240160Z 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-11-01T16:32:44.5242660Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5247450Z 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-11-01T16:32:44.5253370Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5254400Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5259850Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5261150Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5266370Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5267380Z copying torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5271420Z 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-11-01T16:32:44.5274420Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5278470Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5279670Z 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-11-01T16:32:44.5283830Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5286570Z 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-11-01T16:32:44.5289100Z copying torch/include/ATen/ops/isposinf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5295670Z 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-11-01T16:32:44.5297030Z copying torch/include/ATen/ops/_cslt_compress_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5302110Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5303080Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5307750Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5310830Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5314270Z copying torch/include/ATen/ops/histc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5317070Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5320790Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5326200Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5328310Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5331530Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5334960Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5337660Z copying torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5341810Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5345490Z copying torch/include/ATen/ops/_scaled_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5351100Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5352030Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5353370Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5357470Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5359940Z copying torch/include/ATen/ops/copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5363100Z 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-11-01T16:32:44.5369100Z 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-11-01T16:32:44.5370170Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5376900Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5378650Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5382450Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5383420Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5388370Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5389400Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5395600Z copying torch/include/ATen/ops/_values_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5396760Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5401880Z copying torch/include/ATen/ops/atan2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5403060Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5416240Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5443130Z copying torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5444220Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5445380Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5446960Z copying torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5448050Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5450260Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5453420Z 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-11-01T16:32:44.5454610Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5455870Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5457060Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5458640Z copying torch/include/ATen/ops/lift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5459990Z 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-11-01T16:32:44.5461300Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5462650Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5463910Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5465070Z copying torch/include/ATen/ops/and_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5468420Z copying torch/include/ATen/ops/select.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5469690Z 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-11-01T16:32:44.5472130Z copying torch/include/ATen/ops/true_divide.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5475560Z 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-11-01T16:32:44.5478870Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5481710Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5488300Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5492520Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5497650Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5498630Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5500970Z 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-11-01T16:32:44.5507450Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5510680Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5513820Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5514930Z copying torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5517980Z copying torch/include/ATen/ops/tan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5521260Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5525500Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5526570Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5554230Z 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-11-01T16:32:44.5555310Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5561890Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5563000Z 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-11-01T16:32:44.5564220Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5565470Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5567210Z copying torch/include/ATen/ops/_print_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5568150Z 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-11-01T16:32:44.5569450Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5570650Z copying torch/include/ATen/ops/cat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5572170Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5573250Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5574770Z 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-11-01T16:32:44.5577090Z copying torch/include/ATen/ops/complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5581250Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-11-01T16:32:44.5585610Z 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-11-01T16:32:44.5588050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip 2024-11-01T16:32:44.5588620Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-11-01T16:32:44.5589580Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-11-01T16:32:44.5610570Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-11-01T16:32:44.5611890Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-11-01T16:32:44.5617060Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-11-01T16:32:44.5617980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5618760Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5620750Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5621710Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5627040Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5627890Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5628690Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5629510Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5630370Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5631220Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5632120Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5635980Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-11-01T16:32:44.5653050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-11-01T16:32:44.5653750Z copying torch/include/ATen/miopen/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-11-01T16:32:44.5658960Z copying torch/include/ATen/miopen/Types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-11-01T16:32:44.5661210Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-11-01T16:32:44.5662590Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-11-01T16:32:44.5664440Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-11-01T16:32:44.5665440Z copying torch/include/ATen/miopen/Handle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-11-01T16:32:44.5667320Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5668140Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5670090Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5671190Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5673180Z copying torch/include/ATen/detail/MAIAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5674300Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5677040Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5681520Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5684710Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5690230Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5691720Z copying torch/include/ATen/detail/HPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5692800Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-11-01T16:32:44.5701400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5702200Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5704350Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5710670Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5711800Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5728150Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5729600Z copying torch/include/ATen/native/Normalization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5730860Z copying torch/include/ATen/native/ReductionType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5734550Z copying torch/include/ATen/native/Repeat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5736610Z copying torch/include/ATen/native/layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5737920Z copying torch/include/ATen/native/GridSampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5739850Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5740840Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5742030Z copying torch/include/ATen/native/batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5743380Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5746550Z copying torch/include/ATen/native/Fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5747940Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5750780Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5753910Z copying torch/include/ATen/native/RNN.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5758240Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5760770Z copying torch/include/ATen/native/Pool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5767080Z copying torch/include/ATen/native/Cross.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5768740Z copying torch/include/ATen/native/im2col.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5775610Z copying torch/include/ATen/native/TransposeType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5776650Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5778840Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5784320Z copying torch/include/ATen/native/Distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5786720Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5791940Z copying torch/include/ATen/native/Distributions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5793400Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5800170Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5801300Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5804760Z copying torch/include/ATen/native/FusedAdagrad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5808380Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5811320Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5817990Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5822160Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5823990Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5825540Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5828450Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5831630Z copying torch/include/ATen/native/Lerp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5832990Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5839490Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5843140Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5847310Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5851020Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5852390Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5854140Z copying torch/include/ATen/native/TensorShape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5857970Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5860700Z copying torch/include/ATen/native/UpSample.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5864600Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5869830Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5872840Z copying torch/include/ATen/native/Resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5874250Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5877740Z copying torch/include/ATen/native/Sorting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5881130Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5883620Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5887060Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5892170Z copying torch/include/ATen/native/vol2col.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5893800Z copying torch/include/ATen/native/LossMulti.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5899200Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5900640Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5907680Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5909200Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5915670Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5917060Z copying torch/include/ATen/native/group_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5920390Z copying torch/include/ATen/native/Histogram.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5922060Z copying torch/include/ATen/native/Activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5927730Z copying torch/include/ATen/native/Math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5933590Z copying torch/include/ATen/native/FusedAdam.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5939910Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5941200Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5946220Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5948450Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5952720Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5954500Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5956700Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5962100Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5964700Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5970740Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5973290Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5975130Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5978220Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5983200Z copying torch/include/ATen/native/Pow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5993520Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5994210Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5994830Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.5999960Z copying torch/include/ATen/native/FusedSGD.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6001300Z copying torch/include/ATen/native/Padding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6005350Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6008050Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6010150Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6015240Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6017870Z copying torch/include/ATen/native/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6023330Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6024750Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-11-01T16:32:44.6027190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6027730Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6032240Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6034250Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6039530Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6041360Z copying torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6044010Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6047690Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6052180Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6054150Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6058540Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6060050Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6065320Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6067930Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6070650Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6077100Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6082460Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6084560Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6085960Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6089230Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6091490Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6095010Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6097170Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6102620Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6105890Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6111700Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6113190Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6115830Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6118270Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6121030Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6123360Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-11-01T16:32:44.6129660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6130200Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6131770Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6134890Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6138240Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6140090Z copying torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6142090Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6169020Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6170400Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6175280Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6178180Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6179610Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6180980Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6184300Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6186620Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6190370Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6192510Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6196100Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6197280Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6198900Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6200390Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6201610Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6203030Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6203880Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6205480Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6207940Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6209510Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6211260Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6215630Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6216840Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6235870Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6254860Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6256160Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6257540Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6258890Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6259860Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6261500Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6262440Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6264120Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6265650Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6267440Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6268820Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6270290Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6271360Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6272910Z 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-11-01T16:32:44.6274010Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6275680Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6277210Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6278340Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6292270Z 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-11-01T16:32:44.6293390Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6295100Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6296490Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6299580Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6307330Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6308870Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6310690Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6312080Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-11-01T16:32:44.6313300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-11-01T16:32:44.6313800Z copying torch/include/ATen/native/hip/ck_gemm_template.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-11-01T16:32:44.6315750Z copying torch/include/ATen/native/hip/ck_gemm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-11-01T16:32:44.6320770Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6321280Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6322890Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6325250Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6330730Z copying torch/include/ATen/native/mps/UnaryConstants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6334800Z copying torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6336680Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6340170Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-11-01T16:32:44.6341950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn 2024-11-01T16:32:44.6342260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu 2024-11-01T16:32:44.6342800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail 2024-11-01T16:32:44.6344420Z 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-11-01T16:32:44.6345180Z 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-11-01T16:32:44.6347970Z 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-11-01T16:32:44.6350060Z 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-11-01T16:32:44.6353610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-11-01T16:32:44.6354180Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-11-01T16:32:44.6358090Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-11-01T16:32:44.6360300Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-11-01T16:32:44.6364990Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-11-01T16:32:44.6367590Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-11-01T16:32:44.6371020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6371610Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6374710Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6379320Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6380930Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6383160Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6386750Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6391560Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-11-01T16:32:44.6395740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6396320Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6397760Z 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-11-01T16:32:44.6403090Z 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-11-01T16:32:44.6404880Z 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-11-01T16:32:44.6408160Z copying torch/include/ATen/native/quantized/cpu/qlinear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6418030Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6424510Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6425340Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6427080Z 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-11-01T16:32:44.6428600Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6430220Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6432890Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6434420Z copying torch/include/ATen/native/quantized/cpu/qconv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6436040Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6436980Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:44.6438750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers 2024-11-01T16:32:44.6439300Z copying torch/include/ATen/native/transformers/attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers 2024-11-01T16:32:44.6440980Z copying torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers 2024-11-01T16:32:44.6442400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-11-01T16:32:44.6442890Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-11-01T16:32:44.6444470Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-11-01T16:32:44.6445980Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-11-01T16:32:44.6451570Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized 2024-11-01T16:32:44.6452130Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized 2024-11-01T16:32:44.6452590Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized 2024-11-01T16:32:44.6452830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-11-01T16:32:44.6453290Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-11-01T16:32:44.6453690Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-11-01T16:32:44.6454140Z copying torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-11-01T16:32:44.6455020Z copying torch/include/ATen/xpu/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-11-01T16:32:44.6456630Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-11-01T16:32:44.6461520Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-11-01T16:32:44.6463890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/detail 2024-11-01T16:32:44.6464400Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/detail 2024-11-01T16:32:44.6465850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2 2024-11-01T16:32:44.6466380Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6467200Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6468710Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6470240Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6472110Z copying torch/include/caffe2/serialize/versions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6473180Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6474510Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6475810Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-11-01T16:32:44.6478250Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10 2024-11-01T16:32:44.6478560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-11-01T16:32:44.6478990Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-11-01T16:32:44.6479880Z copying torch/include/c10/macros/Export.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-11-01T16:32:44.6481220Z copying torch/include/c10/macros/Macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-11-01T16:32:44.6482750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6483490Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6484810Z copying torch/include/c10/core/QEngine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6486140Z copying torch/include/c10/core/TensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6487560Z copying torch/include/c10/core/SymFloat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6489460Z copying torch/include/c10/core/GradMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6490280Z copying torch/include/c10/core/Device.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6491820Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6493300Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6494130Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6495580Z copying torch/include/c10/core/alignment.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6496960Z copying torch/include/c10/core/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6498380Z copying torch/include/c10/core/Backend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6499940Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6501080Z copying torch/include/c10/core/DeviceArray.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6502690Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6503710Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6505310Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6506690Z copying torch/include/c10/core/QScheme.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6508080Z copying torch/include/c10/core/SafePyObject.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6509540Z copying torch/include/c10/core/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6510890Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6512340Z copying torch/include/c10/core/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6513890Z copying torch/include/c10/core/AutogradState.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6515420Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6516790Z copying torch/include/c10/core/thread_pool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6518240Z copying torch/include/c10/core/CopyBytes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6519500Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6520370Z copying torch/include/c10/core/StreamGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6522030Z copying torch/include/c10/core/DynamicCast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6523440Z copying torch/include/c10/core/Layout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6524780Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6526520Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6528950Z copying torch/include/c10/core/Allocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6530460Z copying torch/include/c10/core/TensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6532760Z copying torch/include/c10/core/Contiguity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6534290Z copying torch/include/c10/core/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6535890Z copying torch/include/c10/core/Storage.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6537250Z copying torch/include/c10/core/DeviceType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6538280Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6539650Z copying torch/include/c10/core/StorageImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6541330Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6542340Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6543600Z copying torch/include/c10/core/SymBool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6545200Z copying torch/include/c10/core/DispatchKey.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6546750Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6548060Z copying torch/include/c10/core/InferenceMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6549340Z copying torch/include/c10/core/SymInt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6550470Z copying torch/include/c10/core/OptionalRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6551930Z copying torch/include/c10/core/CachingDeviceAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-11-01T16:32:44.6553270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-11-01T16:32:44.6553790Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-11-01T16:32:44.6555500Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-11-01T16:32:44.6556930Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-11-01T16:32:44.6558350Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-11-01T16:32:44.6559220Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-11-01T16:32:44.6560860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-11-01T16:32:44.6561530Z 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-11-01T16:32:44.6563180Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-11-01T16:32:44.6564620Z 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-11-01T16:32:44.6565660Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-11-01T16:32:44.6567340Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-11-01T16:32:44.6568510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6569040Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6570690Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6572200Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6573200Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6574760Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6576330Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6577810Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-11-01T16:32:44.6579000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration 2024-11-01T16:32:44.6579550Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration 2024-11-01T16:32:44.6580990Z 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-11-01T16:32:44.6582460Z 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-11-01T16:32:44.6584070Z 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-11-01T16:32:44.6585260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6585750Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6587170Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6588580Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6589990Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6590770Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6592340Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6593910Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6594720Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6596240Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6597610Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6598620Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6600290Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6601270Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6602840Z copying torch/include/c10/core/impl/COW.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6604230Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6605660Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6606540Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-11-01T16:32:44.6608270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6608640Z copying torch/include/c10/util/Type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6610270Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6612170Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6613440Z copying torch/include/c10/util/quint4x2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6614470Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6615810Z copying torch/include/c10/util/signal_handler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6617360Z copying torch/include/c10/util/safe_numerics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6618620Z copying torch/include/c10/util/Half.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6620730Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6622090Z copying torch/include/c10/util/env.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6623710Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6625180Z copying torch/include/c10/util/Gauge.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6626910Z copying torch/include/c10/util/WaitCounterDynamicBackend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6627610Z copying torch/include/c10/util/Synchronized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6629300Z copying torch/include/c10/util/Bitset.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6630580Z copying torch/include/c10/util/typeid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6631770Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6633030Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6634450Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6635930Z copying torch/include/c10/util/string_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6637420Z copying torch/include/c10/util/win32-headers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6638330Z copying torch/include/c10/util/AlignOf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6639810Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6641280Z copying torch/include/c10/util/ssize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6642540Z copying torch/include/c10/util/numa.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6643850Z copying torch/include/c10/util/qint32.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6645130Z copying torch/include/c10/util/CallOnce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6646480Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6647760Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6649040Z copying torch/include/c10/util/Half-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6650290Z copying torch/include/c10/util/TypeTraits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6651640Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6653040Z copying torch/include/c10/util/FunctionRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6654370Z copying torch/include/c10/util/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6655690Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6656910Z copying torch/include/c10/util/Load.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6658210Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6659680Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6660630Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6662000Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6667350Z copying torch/include/c10/util/IdWrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6667770Z copying torch/include/c10/util/Flags.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6668170Z copying torch/include/c10/util/overloaded.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6668570Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6668950Z copying torch/include/c10/util/quint8.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6669470Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6670710Z copying torch/include/c10/util/StringUtil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6672180Z copying torch/include/c10/util/Logging.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6673570Z copying torch/include/c10/util/MathConstants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6674890Z copying torch/include/c10/util/Registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6676300Z copying torch/include/c10/util/Optional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6677130Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6678740Z copying torch/include/c10/util/tempfile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6680030Z copying torch/include/c10/util/copysign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6680910Z copying torch/include/c10/util/ArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6682350Z copying torch/include/c10/util/thread_name.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6683840Z copying torch/include/c10/util/strides.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6684750Z copying torch/include/c10/util/Unicode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6686160Z copying torch/include/c10/util/TypeCast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6687600Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6688830Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6690250Z copying torch/include/c10/util/BFloat16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6691630Z copying torch/include/c10/util/TypeList.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6692980Z copying torch/include/c10/util/TypeIndex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6694130Z copying torch/include/c10/util/NetworkFlow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6695550Z copying torch/include/c10/util/Array.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6696920Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6698270Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6699280Z copying torch/include/c10/util/WaitCounter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6700810Z copying torch/include/c10/util/quint2x4.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6702170Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6703490Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6704810Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6706310Z copying torch/include/c10/util/int128.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6707830Z copying torch/include/c10/util/Lazy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6709350Z copying torch/include/c10/util/Deprecated.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6710250Z copying torch/include/c10/util/irange.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6711880Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6713230Z copying torch/include/c10/util/ScopeExit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6714100Z copying torch/include/c10/util/Unroll.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6715650Z copying torch/include/c10/util/LeftRight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6716690Z copying torch/include/c10/util/bit_cast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6718120Z copying torch/include/c10/util/qint8.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6719560Z copying torch/include/c10/util/complex_math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6720470Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6721920Z copying torch/include/c10/util/DynamicCounter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6723270Z copying torch/include/c10/util/Exception.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6724690Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6726160Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6727000Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6728570Z copying torch/include/c10/util/AbortHandler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6729620Z copying torch/include/c10/util/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6731070Z copying torch/include/c10/util/accumulate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6732360Z copying torch/include/c10/util/C++17.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6733840Z copying torch/include/c10/util/strong_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6735300Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6736000Z copying torch/include/c10/util/SmallVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6737900Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6738770Z copying torch/include/c10/util/hash.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6740320Z copying torch/include/c10/util/python_stub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6741690Z copying torch/include/c10/util/complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6743100Z copying torch/include/c10/util/bits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6744140Z copying torch/include/c10/util/string_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6745730Z copying torch/include/c10/util/Float8_fnuz_cvt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6747160Z copying torch/include/c10/util/complex_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6748580Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6749420Z copying torch/include/c10/util/generic_math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-11-01T16:32:44.6750860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6751510Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6753190Z copying torch/include/c10/cuda/driver_api.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6754570Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6755370Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6756950Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6758230Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6759610Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6760560Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6762170Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6763190Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6764660Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6765990Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6767590Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6768850Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-11-01T16:32:44.6770250Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl 2024-11-01T16:32:44.6770690Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl 2024-11-01T16:32:44.6772500Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl 2024-11-01T16:32:44.6773820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-11-01T16:32:44.6774210Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-11-01T16:32:44.6775670Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-11-01T16:32:44.6777280Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-11-01T16:32:44.6777980Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-11-01T16:32:44.6779640Z copying torch/include/c10/xpu/XPUException.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-11-01T16:32:44.6780940Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-11-01T16:32:44.6782280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/impl 2024-11-01T16:32:44.6782740Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/impl 2024-11-01T16:32:44.6784450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-11-01T16:32:44.6784800Z copying torch/include/torch/script.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-11-01T16:32:44.6786510Z copying torch/include/torch/library.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-11-01T16:32:44.6788550Z copying torch/include/torch/custom_class_detail.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-11-01T16:32:44.6790040Z copying torch/include/torch/custom_class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-11-01T16:32:44.6791550Z copying torch/include/torch/extension.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-11-01T16:32:44.6793140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6793530Z copying torch/include/torch/csrc/Size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6795050Z copying torch/include/torch/csrc/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6796510Z copying torch/include/torch/csrc/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6797810Z copying torch/include/torch/csrc/Export.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6798930Z copying torch/include/torch/csrc/Device.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6800110Z copying torch/include/torch/csrc/THConcat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6801800Z copying torch/include/torch/csrc/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6803280Z copying torch/include/torch/csrc/Types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6804360Z copying torch/include/torch/csrc/serialization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6806050Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6807450Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6808910Z copying torch/include/torch/csrc/QScheme.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6810620Z copying torch/include/torch/csrc/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6811430Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6813100Z copying torch/include/torch/csrc/THP.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6814360Z copying torch/include/torch/csrc/python_headers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6815630Z copying torch/include/torch/csrc/Layout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6816810Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6818090Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6819600Z copying torch/include/torch/csrc/Storage.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6820520Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6822140Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6827520Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6828840Z copying torch/include/torch/csrc/Dtype.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6830250Z copying torch/include/torch/csrc/Module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6831120Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6832680Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6834030Z copying torch/include/torch/csrc/Generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6834960Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6836360Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-11-01T16:32:44.6837750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api 2024-11-01T16:32:44.6838370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include 2024-11-01T16:32:44.6839050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-11-01T16:32:44.6839880Z 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-11-01T16:32:44.6841490Z 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-11-01T16:32:44.6842810Z 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-11-01T16:32:44.6844320Z 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-11-01T16:32:44.6845550Z 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-11-01T16:32:44.6846940Z 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-11-01T16:32:44.6848210Z 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-11-01T16:32:44.6849560Z 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-11-01T16:32:44.6850590Z 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-11-01T16:32:44.6851930Z 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-11-01T16:32:44.6853540Z 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-11-01T16:32:44.6854570Z 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-11-01T16:32:44.6856060Z 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-11-01T16:32:44.6857070Z 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-11-01T16:32:44.6858670Z 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-11-01T16:32:44.6860120Z 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-11-01T16:32:44.6861070Z 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-11-01T16:32:44.6862640Z 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-11-01T16:32:44.6864260Z 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-11-01T16:32:44.6865280Z 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-11-01T16:32:44.6871500Z 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-11-01T16:32:44.6872270Z 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-11-01T16:32:44.6872860Z 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-11-01T16:32:44.6873460Z 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-11-01T16:32:44.6873800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-11-01T16:32:44.6874420Z 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-11-01T16:32:44.6875140Z 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-11-01T16:32:44.6875840Z 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-11-01T16:32:44.6877090Z 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-11-01T16:32:44.6878400Z 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-11-01T16:32:44.6879900Z 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-11-01T16:32:44.6880910Z 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-11-01T16:32:44.6882610Z 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-11-01T16:32:44.6883860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-11-01T16:32:44.6884690Z 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-11-01T16:32:44.6885830Z 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-11-01T16:32:44.6887460Z 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-11-01T16:32:44.6888300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-11-01T16:32:44.6889180Z 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-11-01T16:32:44.6890780Z 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-11-01T16:32:44.6891880Z 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-11-01T16:32:44.6893460Z 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-11-01T16:32:44.6895060Z 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-11-01T16:32:44.6896010Z 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-11-01T16:32:44.6897560Z 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-11-01T16:32:44.6898830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/detail 2024-11-01T16:32:44.6899520Z 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-11-01T16:32:44.6900900Z 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-11-01T16:32:44.6902590Z 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-11-01T16:32:44.6903580Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-11-01T16:32:44.6904390Z 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-11-01T16:32:44.6905720Z 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-11-01T16:32:44.6907450Z 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-11-01T16:32:44.6908400Z 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-11-01T16:32:44.6910010Z 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-11-01T16:32:44.6910890Z 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-11-01T16:32:44.6912370Z 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-11-01T16:32:44.6913630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/transforms 2024-11-01T16:32:44.6914360Z 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-11-01T16:32:44.6915970Z 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-11-01T16:32:44.6916920Z 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-11-01T16:32:44.6918540Z 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-11-01T16:32:44.6919760Z 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-11-01T16:32:44.6921210Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/detail 2024-11-01T16:32:44.6922010Z 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-11-01T16:32:44.6923590Z 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-11-01T16:32:44.6924460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-11-01T16:32:44.6925310Z 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-11-01T16:32:44.6926870Z 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-11-01T16:32:44.6928590Z 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-11-01T16:32:44.6929690Z 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-11-01T16:32:44.6931530Z 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-11-01T16:32:44.6932680Z 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-11-01T16:32:44.6934420Z 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-11-01T16:32:44.6936090Z 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-11-01T16:32:44.6937620Z 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-11-01T16:32:44.6939120Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-11-01T16:32:44.6939890Z 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-11-01T16:32:44.6941680Z 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-11-01T16:32:44.6943270Z 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-11-01T16:32:44.6944350Z 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-11-01T16:32:44.6946130Z 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-11-01T16:32:44.6947750Z 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-11-01T16:32:44.6948870Z 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-11-01T16:32:44.6950740Z 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-11-01T16:32:44.6951920Z 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-11-01T16:32:44.6953630Z 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-11-01T16:32:44.6954720Z 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-11-01T16:32:44.6956650Z 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-11-01T16:32:44.6957830Z 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-11-01T16:32:44.6959190Z 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-11-01T16:32:44.6960610Z 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-11-01T16:32:44.6962200Z 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-11-01T16:32:44.6963670Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-11-01T16:32:44.6964390Z 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-11-01T16:32:44.6965430Z 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-11-01T16:32:44.6967110Z 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-11-01T16:32:44.6968130Z 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-11-01T16:32:44.6969850Z 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-11-01T16:32:44.6970730Z 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-11-01T16:32:44.6972440Z 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-11-01T16:32:44.6973490Z 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-11-01T16:32:44.6974860Z 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-11-01T16:32:44.6976170Z 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-11-01T16:32:44.6977980Z 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-11-01T16:32:44.6978920Z 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-11-01T16:32:44.6980430Z 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-11-01T16:32:44.6981740Z 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-11-01T16:32:44.6983340Z 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-11-01T16:32:44.6984980Z 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-11-01T16:32:44.6985910Z 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-11-01T16:32:44.6987510Z 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-11-01T16:32:44.6988530Z 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-11-01T16:32:44.6990360Z 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-11-01T16:32:44.6991290Z 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-11-01T16:32:44.6993020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-11-01T16:32:44.6993730Z 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-11-01T16:32:44.6994900Z 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-11-01T16:32:44.6996520Z 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-11-01T16:32:44.6997640Z 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-11-01T16:32:44.6999260Z 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-11-01T16:32:44.7000350Z 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-11-01T16:32:44.7002040Z 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-11-01T16:32:44.7002940Z 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-11-01T16:32:44.7004660Z 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-11-01T16:32:44.7005720Z 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-11-01T16:32:44.7006910Z 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-11-01T16:32:44.7008210Z 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-11-01T16:32:44.7009860Z 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-11-01T16:32:44.7010970Z 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-11-01T16:32:44.7012620Z 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-11-01T16:32:44.7014230Z 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-11-01T16:32:44.7015250Z 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-11-01T16:32:44.7017010Z 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-11-01T16:32:44.7018030Z 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-11-01T16:32:44.7019810Z 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-11-01T16:32:44.7020800Z 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-11-01T16:32:44.7022410Z 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-11-01T16:32:44.7023570Z 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-11-01T16:32:44.7025300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-11-01T16:32:44.7026130Z 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-11-01T16:32:44.7027870Z 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-11-01T16:32:44.7028930Z 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-11-01T16:32:44.7030590Z 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-11-01T16:32:44.7031830Z 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-11-01T16:32:44.7033920Z 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-11-01T16:32:44.7035150Z 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-11-01T16:32:44.7036820Z 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-11-01T16:32:44.7038480Z 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-11-01T16:32:44.7039510Z 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-11-01T16:32:44.7040930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-11-01T16:32:44.7041640Z 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-11-01T16:32:44.7043080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/utils 2024-11-01T16:32:44.7043720Z 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-11-01T16:32:44.7045280Z 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-11-01T16:32:44.7046390Z 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-11-01T16:32:44.7047750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-11-01T16:32:44.7048380Z 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-11-01T16:32:44.7050140Z 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-11-01T16:32:44.7051050Z 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-11-01T16:32:44.7052740Z 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-11-01T16:32:44.7053850Z 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-11-01T16:32:44.7055170Z 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-11-01T16:32:44.7056650Z 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-11-01T16:32:44.7057720Z 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-11-01T16:32:44.7059350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-11-01T16:32:44.7064310Z 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-11-01T16:32:44.7065130Z 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-11-01T16:32:44.7065870Z 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-11-01T16:32:44.7066230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/serialize 2024-11-01T16:32:44.7066900Z 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-11-01T16:32:44.7067600Z 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-11-01T16:32:44.7068280Z 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-11-01T16:32:44.7068950Z 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-11-01T16:32:44.7070110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7070670Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7072390Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7073580Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7075240Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7076760Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7077600Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7079320Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7080230Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7081990Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7082850Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7084430Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7085500Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7087110Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7088020Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7089530Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7091250Z 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-11-01T16:32:44.7092110Z 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-11-01T16:32:44.7093670Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7094670Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7096360Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7097400Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7098840Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7100270Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7101640Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7102900Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7104390Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7105440Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7107070Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7108080Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7109560Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7110830Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7112190Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7113390Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7114740Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7116030Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7117340Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7118720Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7120080Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7121520Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7122900Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7124190Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7125460Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7126770Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7128440Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7129370Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7130970Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-11-01T16:32:44.7132330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-11-01T16:32:44.7133160Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-11-01T16:32:44.7134780Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-11-01T16:32:44.7136170Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-11-01T16:32:44.7137430Z 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-11-01T16:32:44.7138920Z 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-11-01T16:32:44.7140840Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-11-01T16:32:44.7142290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-11-01T16:32:44.7143160Z 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-11-01T16:32:44.7144790Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-11-01T16:32:44.7146240Z 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-11-01T16:32:44.7147990Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-11-01T16:32:44.7149090Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-11-01T16:32:44.7153100Z 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-11-01T16:32:44.7154690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-11-01T16:32:44.7155310Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-11-01T16:32:44.7157020Z 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-11-01T16:32:44.7158330Z 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-11-01T16:32:44.7159730Z 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-11-01T16:32:44.7161040Z 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-11-01T16:32:44.7162400Z 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-11-01T16:32:44.7163490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7164170Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7165720Z copying torch/include/torch/csrc/cuda/GdsFile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7167030Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7168250Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7169690Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7170970Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7172220Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7174230Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7175550Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7176930Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7178300Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7179730Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-11-01T16:32:44.7181160Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed 2024-11-01T16:32:44.7181750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7182650Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7184250Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7185710Z 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-11-01T16:32:44.7187410Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7188290Z 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-11-01T16:32:44.7189930Z 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-11-01T16:32:44.7191000Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7192680Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7193850Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7195250Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7197000Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7198620Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7199800Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7201320Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7202660Z 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-11-01T16:32:44.7204030Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7205310Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7206770Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7208240Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7209620Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7210900Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7212210Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7213590Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7214890Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7216690Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7218090Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7219780Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7220600Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7222470Z copying torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7223400Z copying torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7224990Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7226040Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7227740Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7228770Z copying torch/include/torch/csrc/distributed/c10d/NanCheck.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7230460Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7231410Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7233090Z 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-11-01T16:32:44.7234530Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7235460Z 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-11-01T16:32:44.7237000Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7238480Z copying torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7239750Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7241240Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7242710Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7244170Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7250480Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7251160Z 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-11-01T16:32:44.7251770Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7252640Z copying torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7253300Z copying torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:44.7253900Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-11-01T16:32:44.7254710Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-11-01T16:32:44.7256120Z 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-11-01T16:32:44.7257470Z 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-11-01T16:32:44.7258790Z 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-11-01T16:32:44.7260120Z 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-11-01T16:32:44.7261760Z 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-11-01T16:32:44.7262970Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-11-01T16:32:44.7264260Z 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-11-01T16:32:44.7265650Z 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-11-01T16:32:44.7267070Z 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-11-01T16:32:44.7268340Z 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-11-01T16:32:44.7269650Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-11-01T16:32:44.7271310Z 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-11-01T16:32:44.7272650Z 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-11-01T16:32:44.7273950Z 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-11-01T16:32:44.7275410Z 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-11-01T16:32:44.7276880Z 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-11-01T16:32:44.7278160Z 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-11-01T16:32:44.7279400Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-11-01T16:32:44.7280810Z 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-11-01T16:32:44.7282270Z 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-11-01T16:32:44.7283580Z 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-11-01T16:32:44.7284940Z 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-11-01T16:32:44.7286350Z 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-11-01T16:32:44.7288110Z 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-11-01T16:32:44.7289190Z 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-11-01T16:32:44.7290750Z 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-11-01T16:32:44.7292110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd 2024-11-01T16:32:44.7292520Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/context 2024-11-01T16:32:44.7293370Z 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-11-01T16:32:44.7295000Z 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-11-01T16:32:44.7296230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/functions 2024-11-01T16:32:44.7296940Z 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-11-01T16:32:44.7298570Z 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-11-01T16:32:44.7299400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-11-01T16:32:44.7300330Z 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-11-01T16:32:44.7302020Z 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-11-01T16:32:44.7303000Z 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-11-01T16:32:44.7304430Z 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-11-01T16:32:44.7305800Z 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-11-01T16:32:44.7307250Z 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-11-01T16:32:44.7308510Z 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-11-01T16:32:44.7310290Z 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-11-01T16:32:44.7311280Z 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-11-01T16:32:44.7312630Z 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-11-01T16:32:44.7313610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7314400Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7315740Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7317080Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7318380Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7319760Z copying torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7321070Z copying torch/include/torch/csrc/dynamo/cpython_includes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7322400Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7323780Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7325350Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7326690Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7328010Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7329280Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7330690Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-11-01T16:32:44.7332080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor 2024-11-01T16:32:44.7332930Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor 2024-11-01T16:32:44.7334230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_package 2024-11-01T16:32:44.7335150Z 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-11-01T16:32:44.7336860Z 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-11-01T16:32:44.7338700Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner 2024-11-01T16:32:44.7339340Z 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-11-01T16:32:44.7340940Z 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-11-01T16:32:44.7342780Z 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-11-01T16:32:44.7343860Z 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-11-01T16:32:44.7345390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-11-01T16:32:44.7345970Z 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-11-01T16:32:44.7347650Z 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-11-01T16:32:44.7349190Z 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-11-01T16:32:44.7350190Z 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-11-01T16:32:44.7351920Z 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-11-01T16:32:44.7352970Z 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-11-01T16:32:44.7354480Z 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-11-01T16:32:44.7356140Z 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-11-01T16:32:44.7357590Z 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-11-01T16:32:44.7359100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch 2024-11-01T16:32:44.7359690Z 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-11-01T16:32:44.7361640Z 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-11-01T16:32:44.7362800Z 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-11-01T16:32:44.7364520Z 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-11-01T16:32:44.7366140Z 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-11-01T16:32:44.7367530Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/c 2024-11-01T16:32:44.7368120Z 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-11-01T16:32:44.7370020Z 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-11-01T16:32:44.7371570Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-11-01T16:32:44.7372240Z 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-11-01T16:32:44.7373960Z 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-11-01T16:32:44.7375260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-11-01T16:32:44.7375740Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-11-01T16:32:44.7377180Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-11-01T16:32:44.7378770Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-11-01T16:32:44.7380100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-11-01T16:32:44.7380840Z 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-11-01T16:32:44.7382680Z 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-11-01T16:32:44.7384200Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-11-01T16:32:44.7385170Z 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-11-01T16:32:44.7386760Z 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-11-01T16:32:44.7387810Z 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-11-01T16:32:44.7389360Z 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-11-01T16:32:44.7391170Z 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-11-01T16:32:44.7392550Z 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-11-01T16:32:44.7393720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:44.7394440Z 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-11-01T16:32:44.7396020Z 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-11-01T16:32:44.7397610Z 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-11-01T16:32:44.7398850Z 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-11-01T16:32:44.7400130Z 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-11-01T16:32:44.7401370Z 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-11-01T16:32:44.7402960Z 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-11-01T16:32:44.7404150Z 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-11-01T16:32:44.7405280Z 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-11-01T16:32:44.7406710Z 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-11-01T16:32:44.7408190Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:44.7409390Z 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-11-01T16:32:44.7410910Z 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-11-01T16:32:44.7411910Z 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-11-01T16:32:44.7413390Z 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-11-01T16:32:44.7414690Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:44.7416240Z 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-11-01T16:32:44.7417270Z 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-11-01T16:32:44.7418760Z 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-11-01T16:32:44.7419960Z 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-11-01T16:32:44.7421370Z 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-11-01T16:32:44.7422650Z 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-11-01T16:32:44.7424120Z 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-11-01T16:32:44.7425260Z 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-11-01T16:32:44.7426690Z 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-11-01T16:32:44.7427730Z 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-11-01T16:32:44.7429160Z 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-11-01T16:32:44.7430650Z 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-11-01T16:32:44.7431730Z 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-11-01T16:32:44.7433250Z 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-11-01T16:32:44.7434500Z 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-11-01T16:32:44.7435790Z 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-11-01T16:32:44.7437130Z 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-11-01T16:32:44.7438540Z 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-11-01T16:32:44.7439540Z 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-11-01T16:32:44.7441050Z 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-11-01T16:32:44.7442150Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:44.7443720Z 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-11-01T16:32:44.7445010Z 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-11-01T16:32:44.7446290Z 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-11-01T16:32:44.7447690Z 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-11-01T16:32:44.7449120Z 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-11-01T16:32:44.7450120Z 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-11-01T16:32:44.7451670Z 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-11-01T16:32:44.7452880Z 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-11-01T16:32:44.7454260Z 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-11-01T16:32:44.7455550Z 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-11-01T16:32:44.7456900Z 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-11-01T16:32:44.7458160Z 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-11-01T16:32:44.7459600Z 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-11-01T16:32:44.7460870Z 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-11-01T16:32:44.7462300Z 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-11-01T16:32:44.7463650Z 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-11-01T16:32:44.7464980Z 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-11-01T16:32:44.7466260Z 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-11-01T16:32:44.7467480Z 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-11-01T16:32:44.7468760Z 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-11-01T16:32:44.7470030Z 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-11-01T16:32:44.7471260Z 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-11-01T16:32:44.7472700Z 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-11-01T16:32:44.7474050Z 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-11-01T16:32:44.7475430Z 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-11-01T16:32:44.7476890Z 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-11-01T16:32:44.7478450Z 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-11-01T16:32:44.7479960Z 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-11-01T16:32:44.7481350Z 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-11-01T16:32:44.7482930Z 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-11-01T16:32:44.7484370Z 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-11-01T16:32:44.7485570Z 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-11-01T16:32:44.7487250Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:44.7488950Z 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-11-01T16:32:44.7490370Z 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-11-01T16:32:44.7491690Z 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-11-01T16:32:44.7493130Z 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-11-01T16:32:44.7494830Z 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-11-01T16:32:44.7496140Z 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-11-01T16:32:44.7497710Z 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-11-01T16:32:44.7499190Z 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-11-01T16:32:44.7500650Z 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-11-01T16:32:44.7502110Z 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-11-01T16:32:44.7503540Z 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-11-01T16:32:44.7505020Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:44.7506720Z 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-11-01T16:32:44.7508160Z 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-11-01T16:32:44.7509740Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:44.7511140Z 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-11-01T16:32:44.7512570Z 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-11-01T16:32:44.7513950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-11-01T16:32:44.7514600Z 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-11-01T16:32:44.7516350Z 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-11-01T16:32:44.7517670Z 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-11-01T16:32:44.7519270Z 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-11-01T16:32:44.7520430Z 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-11-01T16:32:44.7522350Z 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-11-01T16:32:44.7523860Z 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-11-01T16:32:44.7525120Z 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-11-01T16:32:44.7526650Z 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-11-01T16:32:44.7527760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/utils 2024-11-01T16:32:44.7528510Z 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-11-01T16:32:44.7530050Z 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-11-01T16:32:44.7531490Z 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-11-01T16:32:44.7532860Z 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-11-01T16:32:44.7534450Z 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-11-01T16:32:44.7535660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-11-01T16:32:44.7536370Z 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-11-01T16:32:44.7537920Z 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-11-01T16:32:44.7539420Z 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-11-01T16:32:44.7540870Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-11-01T16:32:44.7542220Z 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-11-01T16:32:44.7543720Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-11-01T16:32:44.7545150Z 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-11-01T16:32:44.7546770Z 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-11-01T16:32:44.7548290Z 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-11-01T16:32:44.7549650Z 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-11-01T16:32:44.7550750Z 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-11-01T16:32:44.7552400Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-11-01T16:32:44.7554000Z 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-11-01T16:32:44.7555740Z 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-11-01T16:32:44.7557690Z 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-11-01T16:32:44.7558910Z 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-11-01T16:32:44.7560510Z 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-11-01T16:32:44.7561840Z 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-11-01T16:32:44.7563270Z 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-11-01T16:32:44.7569070Z 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-11-01T16:32:44.7569800Z 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-11-01T16:32:44.7570380Z 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-11-01T16:32:44.7570960Z 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-11-01T16:32:44.7571470Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-11-01T16:32:44.7572040Z 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-11-01T16:32:44.7572840Z 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-11-01T16:32:44.7574580Z 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-11-01T16:32:44.7575470Z 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-11-01T16:32:44.7577040Z 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-11-01T16:32:44.7578630Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-11-01T16:32:44.7580130Z 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-11-01T16:32:44.7581350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-11-01T16:32:44.7582060Z 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-11-01T16:32:44.7583440Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-11-01T16:32:44.7584690Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-11-01T16:32:44.7586520Z 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-11-01T16:32:44.7587830Z 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-11-01T16:32:44.7589280Z 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-11-01T16:32:44.7590550Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-11-01T16:32:44.7592200Z 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-11-01T16:32:44.7593480Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-11-01T16:32:44.7594880Z 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-11-01T16:32:44.7596170Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-11-01T16:32:44.7598110Z 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-11-01T16:32:44.7599640Z 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-11-01T16:32:44.7601140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:44.7601810Z 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-11-01T16:32:44.7603530Z 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-11-01T16:32:44.7605000Z 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-11-01T16:32:44.7606590Z 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-11-01T16:32:44.7608140Z 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-11-01T16:32:44.7609200Z 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-11-01T16:32:44.7610620Z 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-11-01T16:32:44.7612220Z 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-11-01T16:32:44.7613580Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:44.7615230Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:44.7616950Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:44.7618230Z 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-11-01T16:32:44.7619780Z 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-11-01T16:32:44.7621260Z 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-11-01T16:32:44.7622800Z 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-11-01T16:32:44.7624400Z 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-11-01T16:32:44.7626160Z 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-11-01T16:32:44.7627700Z 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-11-01T16:32:44.7628600Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:44.7630200Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:44.7631590Z 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-11-01T16:32:44.7632840Z 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-11-01T16:32:44.7634270Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:44.7635810Z 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-11-01T16:32:44.7636900Z 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-11-01T16:32:44.7638280Z 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-11-01T16:32:44.7639700Z 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-11-01T16:32:44.7641220Z 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-11-01T16:32:44.7642560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-11-01T16:32:44.7643180Z 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-11-01T16:32:44.7644750Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-11-01T16:32:44.7646180Z 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-11-01T16:32:44.7647200Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-11-01T16:32:44.7648620Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-11-01T16:32:44.7650130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:44.7650780Z 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-11-01T16:32:44.7652400Z 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-11-01T16:32:44.7653680Z 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-11-01T16:32:44.7654990Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:44.7656340Z 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-11-01T16:32:44.7657630Z 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-11-01T16:32:44.7658900Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:44.7660500Z 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-11-01T16:32:44.7661550Z 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-11-01T16:32:44.7663050Z 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-11-01T16:32:44.7664370Z 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-11-01T16:32:44.7665910Z 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-11-01T16:32:44.7666890Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:44.7668540Z 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-11-01T16:32:44.7669860Z 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-11-01T16:32:44.7671130Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:44.7672530Z 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-11-01T16:32:44.7673940Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:44.7675240Z 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-11-01T16:32:44.7676720Z 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-11-01T16:32:44.7678470Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:44.7679730Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-11-01T16:32:44.7680240Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-11-01T16:32:44.7681860Z 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-11-01T16:32:44.7683310Z 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-11-01T16:32:44.7684360Z 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-11-01T16:32:44.7685910Z 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-11-01T16:32:44.7687340Z 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-11-01T16:32:44.7688150Z 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-11-01T16:32:44.7689800Z 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-11-01T16:32:44.7691270Z 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-11-01T16:32:44.7692240Z 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-11-01T16:32:44.7693900Z 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-11-01T16:32:44.7694840Z 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-11-01T16:32:44.7696750Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-11-01T16:32:44.7697850Z 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-11-01T16:32:44.7699390Z 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-11-01T16:32:44.7700460Z 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-11-01T16:32:44.7702060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7702600Z 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-11-01T16:32:44.7704240Z 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-11-01T16:32:44.7705790Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7706670Z 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-11-01T16:32:44.7708380Z 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-11-01T16:32:44.7709360Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7710860Z 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-11-01T16:32:44.7712200Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7713160Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7714870Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7715930Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7717300Z 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-11-01T16:32:44.7718740Z 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-11-01T16:32:44.7719740Z 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-11-01T16:32:44.7721350Z 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-11-01T16:32:44.7722260Z 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-11-01T16:32:44.7723870Z 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-11-01T16:32:44.7725310Z 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-11-01T16:32:44.7726160Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7727850Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7729380Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:44.7730270Z 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-11-01T16:32:44.7731800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/testing 2024-11-01T16:32:44.7732320Z 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-11-01T16:32:44.7734030Z 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-11-01T16:32:44.7735240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7735780Z 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-11-01T16:32:44.7737430Z 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-11-01T16:32:44.7738320Z 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-11-01T16:32:44.7739870Z 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-11-01T16:32:44.7741310Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7742300Z 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-11-01T16:32:44.7743830Z 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-11-01T16:32:44.7745310Z 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-11-01T16:32:44.7746210Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7747800Z 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-11-01T16:32:44.7749160Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7750280Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7751860Z 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-11-01T16:32:44.7753190Z 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-11-01T16:32:44.7754640Z 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-11-01T16:32:44.7755820Z 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-11-01T16:32:44.7757480Z 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-11-01T16:32:44.7758370Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7760020Z 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-11-01T16:32:44.7761120Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7762790Z 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-11-01T16:32:44.7763790Z 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-11-01T16:32:44.7765300Z 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-11-01T16:32:44.7766490Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7767910Z 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-11-01T16:32:44.7769320Z 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-11-01T16:32:44.7770610Z 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-11-01T16:32:44.7772320Z 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-11-01T16:32:44.7773240Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7774940Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7776390Z 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-11-01T16:32:44.7777410Z 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-11-01T16:32:44.7782950Z 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-11-01T16:32:44.7783630Z 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-11-01T16:32:44.7784200Z 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-11-01T16:32:44.7784720Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7785260Z 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-11-01T16:32:44.7786090Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7787820Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7789230Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7790710Z 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-11-01T16:32:44.7792180Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:44.7793500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-11-01T16:32:44.7794180Z 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-11-01T16:32:44.7795920Z 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-11-01T16:32:44.7797010Z 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-11-01T16:32:44.7798600Z 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-11-01T16:32:44.7799650Z 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-11-01T16:32:44.7801240Z 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-11-01T16:32:44.7802270Z 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-11-01T16:32:44.7803870Z 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-11-01T16:32:44.7804940Z 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-11-01T16:32:44.7806340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/codegen 2024-11-01T16:32:44.7806650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/codegen/cuda 2024-11-01T16:32:44.7807500Z 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-11-01T16:32:44.7808940Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-11-01T16:32:44.7809480Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-11-01T16:32:44.7811000Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-11-01T16:32:44.7812000Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-11-01T16:32:44.7813460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7814130Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7815600Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7816990Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7817880Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7819530Z copying torch/include/torch/csrc/profiler/kineto_client_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7820500Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7822090Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7823510Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7824950Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7826380Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7827730Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-11-01T16:32:44.7829010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration 2024-11-01T16:32:44.7829620Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration 2024-11-01T16:32:44.7831200Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration 2024-11-01T16:32:44.7832980Z 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-11-01T16:32:44.7834650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone 2024-11-01T16:32:44.7835290Z 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-11-01T16:32:44.7837070Z 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-11-01T16:32:44.7838070Z 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-11-01T16:32:44.7839650Z 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-11-01T16:32:44.7841000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/stubs 2024-11-01T16:32:44.7841560Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/stubs 2024-11-01T16:32:44.7843070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7843670Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7845300Z 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-11-01T16:32:44.7846400Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7848150Z copying torch/include/torch/csrc/profiler/unwind/sections.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7849110Z 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-11-01T16:32:44.7850740Z 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-11-01T16:32:44.7852220Z 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-11-01T16:32:44.7853170Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7854810Z 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-11-01T16:32:44.7855950Z 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-11-01T16:32:44.7857610Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7858550Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7860080Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:44.7861850Z 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-11-01T16:32:44.7862810Z 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-11-01T16:32:44.7864230Z 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-11-01T16:32:44.7865440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python 2024-11-01T16:32:44.7865990Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python 2024-11-01T16:32:44.7867670Z 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-11-01T16:32:44.7868660Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python 2024-11-01T16:32:44.7870150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7870640Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7872170Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7873520Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7874760Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7876050Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7877420Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7878700Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7879970Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7881200Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7882580Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7883850Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7885290Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7886850Z 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-11-01T16:32:44.7888120Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7889680Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7890630Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7892010Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7893460Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7894980Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7896020Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7897550Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7899040Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7900350Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7901670Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7902980Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7904400Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7906250Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7907830Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7909230Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7910530Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7912110Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7912980Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7914740Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7915760Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7917430Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7918380Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7919970Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7921170Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7922780Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7924390Z copying torch/include/torch/csrc/utils/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7925570Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7927130Z copying torch/include/torch/csrc/utils/six.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7928570Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7929600Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-11-01T16:32:44.7931140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/tensor 2024-11-01T16:32:44.7931740Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/tensor 2024-11-01T16:32:44.7933420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy 2024-11-01T16:32:44.7933820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend 2024-11-01T16:32:44.7934730Z 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-11-01T16:32:44.7936360Z 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-11-01T16:32:44.7937810Z 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-11-01T16:32:44.7939120Z 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-11-01T16:32:44.7940330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7940900Z 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-11-01T16:32:44.7942410Z 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-11-01T16:32:44.7943760Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7945340Z 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-11-01T16:32:44.7946730Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7948110Z 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-11-01T16:32:44.7949490Z 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-11-01T16:32:44.7950770Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7952190Z 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-11-01T16:32:44.7953600Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7955030Z 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-11-01T16:32:44.7956400Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7957950Z 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-11-01T16:32:44.7959180Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7960650Z 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-11-01T16:32:44.7961910Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7963220Z 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-11-01T16:32:44.7964600Z 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-11-01T16:32:44.7965950Z 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-11-01T16:32:44.7967260Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7968550Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7969920Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7971210Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:44.7972510Z 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-11-01T16:32:44.7973850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/internal_ops 2024-11-01T16:32:44.7974610Z 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-11-01T16:32:44.7975890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ops 2024-11-01T16:32:44.7976510Z 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-11-01T16:32:44.7978150Z 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-11-01T16:32:44.7979400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/python 2024-11-01T16:32:44.7979950Z 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-11-01T16:32:44.7981280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-11-01T16:32:44.7981940Z 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-11-01T16:32:44.7984250Z 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-11-01T16:32:44.7989650Z 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-11-01T16:32:44.7990370Z 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-11-01T16:32:44.7990980Z 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-11-01T16:32:44.7991510Z 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-11-01T16:32:44.7992040Z 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-11-01T16:32:44.7992610Z 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-11-01T16:32:44.7993880Z 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-11-01T16:32:44.7994900Z 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-11-01T16:32:44.7996360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-11-01T16:32:44.7996810Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-11-01T16:32:44.7998440Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-11-01T16:32:44.7999760Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-11-01T16:32:44.8001140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8001530Z copying torch/include/pybind11/attr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8003400Z copying torch/include/pybind11/embed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8004710Z copying torch/include/pybind11/numpy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8006420Z copying torch/include/pybind11/pybind11.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8008500Z copying torch/include/pybind11/operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8009800Z copying torch/include/pybind11/iostream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8011070Z copying torch/include/pybind11/gil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8012360Z copying torch/include/pybind11/chrono.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8013770Z copying torch/include/pybind11/typing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8014620Z copying torch/include/pybind11/stl_bind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8016340Z copying torch/include/pybind11/buffer_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8017670Z copying torch/include/pybind11/options.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8019130Z copying torch/include/pybind11/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8020230Z copying torch/include/pybind11/stl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8021350Z copying torch/include/pybind11/common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8022810Z copying torch/include/pybind11/eval.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8024230Z copying torch/include/pybind11/cast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8026150Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8027510Z copying torch/include/pybind11/eigen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8028850Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8030180Z copying torch/include/pybind11/pytypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8031950Z copying torch/include/pybind11/complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-11-01T16:32:44.8033560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8034050Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8035820Z copying torch/include/pybind11/detail/exception_translation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8036780Z copying torch/include/pybind11/detail/typeid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8038300Z copying torch/include/pybind11/detail/descr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8039780Z copying torch/include/pybind11/detail/internals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8041330Z copying torch/include/pybind11/detail/cpp_conduit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8042340Z copying torch/include/pybind11/detail/value_and_holder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8043790Z copying torch/include/pybind11/detail/common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8045660Z copying torch/include/pybind11/detail/class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8047110Z copying torch/include/pybind11/detail/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-11-01T16:32:44.8048660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-11-01T16:32:44.8049080Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-11-01T16:32:44.8050860Z copying torch/include/pybind11/eigen/common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-11-01T16:32:44.8052090Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-11-01T16:32:44.8053550Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-11-01T16:32:44.8078130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime 2024-11-01T16:32:44.8078770Z copying torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime 2024-11-01T16:32:44.8083830Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime 2024-11-01T16:32:44.8090020Z copying torch/_export/serde/schema.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-11-01T16:32:44.8095560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share 2024-11-01T16:32:44.8095870Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake 2024-11-01T16:32:44.8096470Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/ATen 2024-11-01T16:32:44.8097180Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/ATen 2024-11-01T16:32:44.8098680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8099200Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8100790Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8102200Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8103670Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8105150Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8106560Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8107870Z copying torch/share/cmake/Caffe2/FindCUDSS.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-11-01T16:32:44.8109090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8109570Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8111270Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8112670Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8113550Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8115230Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8116780Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8117730Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8119460Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8120370Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-11-01T16:32:44.8122140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-11-01T16:32:44.8122710Z 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-11-01T16:32:44.8124380Z 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-11-01T16:32:44.8125650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-11-01T16:32:44.8126380Z 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-11-01T16:32:44.8128050Z 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-11-01T16:32:44.8128950Z 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-11-01T16:32:44.8131200Z 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-11-01T16:32:44.8132090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-11-01T16:32:44.8132980Z 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-11-01T16:32:44.8134660Z 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-11-01T16:32:44.8135750Z 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-11-01T16:32:44.8137500Z 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-11-01T16:32:44.8138200Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch 2024-11-01T16:32:44.8138940Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch 2024-11-01T16:32:44.8140700Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch 2024-11-01T16:32:44.8142310Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-11-01T16:32:44.8147470Z 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-11-01T16:32:44.8152170Z 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-11-01T16:32:44.8157900Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-11-01T16:32:44.8161590Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-11-01T16:32:44.8162960Z copying torch/utils/model_dump/skeleton.html -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-11-01T16:32:44.8178090Z copying torch/utils/model_dump/code.js -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-11-01T16:32:44.8187020Z copying torch/utils/model_dump/preact.mjs -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-11-01T16:32:44.8193060Z copying torch/utils/model_dump/htm.mjs -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-11-01T16:32:44.8198450Z copying torch/lib/libtorch_python.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:44.8711510Z copying torch/lib/libtorch.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:44.8720620Z copying torch/lib/libtorch_global_deps.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:44.8726910Z copying torch/lib/libtorch_cpu.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:45.9985660Z copying torch/lib/libc10.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:46.0187040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0187760Z copying torch/include/kineto/ClientInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0189530Z copying torch/include/kineto/GenericTraceActivity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0190550Z copying torch/include/kineto/IActivityProfiler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0192310Z copying torch/include/kineto/Config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0193340Z copying torch/include/kineto/TraceSpan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0195040Z copying torch/include/kineto/LoggingAPI.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0196070Z copying torch/include/kineto/ITraceActivity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0197440Z copying torch/include/kineto/ActivityProfilerInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0198760Z copying torch/include/kineto/ActivityTraceInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0200110Z copying torch/include/kineto/output_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0201320Z copying torch/include/kineto/ThreadUtil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0203060Z copying torch/include/kineto/ActivityType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0204000Z copying torch/include/kineto/libkineto.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0205700Z copying torch/include/kineto/time_since_epoch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0206650Z copying torch/include/kineto/ILoggerObserver.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0207950Z copying torch/include/kineto/AbstractConfig.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-11-01T16:32:46.0209640Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged 2024-11-01T16:32:46.0210250Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen 2024-11-01T16:32:46.0210840Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native 2024-11-01T16:32:46.0211680Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native 2024-11-01T16:32:46.0323500Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native 2024-11-01T16:32:46.0329380Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0330280Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0336210Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0347400Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0354210Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0359920Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0364350Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0370920Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0377670Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0386680Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0392610Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0397610Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0403230Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0412220Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0417150Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0438680Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0445080Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0449820Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0467940Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0501810Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0506930Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0513690Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0518710Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0523900Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0529450Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0534200Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0540030Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0544380Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0550410Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0556820Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0561240Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0566040Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0572270Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0576790Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0582780Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0588640Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0595610Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0601450Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0628500Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0632820Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-11-01T16:32:46.0638330Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0639150Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0652390Z copying torchgen/packaged/autograd/build.bzl -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0684590Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0691940Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0714200Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0741110Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0746740Z copying torchgen/packaged/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0747870Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0770460Z copying torchgen/packaged/autograd/README.md -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0780000Z copying torchgen/packaged/autograd/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0786270Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0806110Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0827700Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0835350Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0875430Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0881760Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0928030Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-11-01T16:32:46.0935580Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0936480Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0942440Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0949030Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0953410Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0958210Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0965540Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0971240Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0978130Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0982850Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0987900Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0994800Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.0999510Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1016020Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1023400Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1052950Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1074730Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1081620Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1097350Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1102410Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1108470Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1112870Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1118970Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1144990Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-11-01T16:32:46.1150070Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:46.1152050Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-11-01T16:32:46.1154290Z copying torch/utils/_config_typing.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-11-01T16:32:46.1160310Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-11-01T16:32:46.1162340Z copying torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-11-01T16:32:46.1168480Z copying torch/optim/_multi_tensor/__init__.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor 2024-11-01T16:32:46.1186460Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-11-01T16:32:46.1597960Z running build_ext 2024-11-01T16:32:46.2661580Z -- Building with NumPy bindings 2024-11-01T16:32:46.2661870Z -- Not using cuDNN 2024-11-01T16:32:46.2662070Z -- Not using CUDA 2024-11-01T16:32:46.2662270Z -- Not using XPU 2024-11-01T16:32:46.2662470Z -- Not using MKLDNN 2024-11-01T16:32:46.2662670Z -- Not using NCCL 2024-11-01T16:32:46.2662890Z -- Building with distributed package: 2024-11-01T16:32:46.2663160Z -- USE_TENSORPIPE=False 2024-11-01T16:32:46.2663370Z -- USE_GLOO=False 2024-11-01T16:32:46.2663560Z -- USE_MPI=False 2024-11-01T16:32:46.2663760Z -- Building Executorch 2024-11-01T16:32:46.2663970Z -- Not using ITT 2024-11-01T16:32:46.2664790Z 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-11-01T16:32:46.2666010Z 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-11-01T16:32:46.4375340Z building 'torch._C' extension 2024-11-01T16:32:46.4375710Z creating build/temp.macosx-11.1-arm64-cpython-39 2024-11-01T16:32:46.4376630Z creating build/temp.macosx-11.1-arm64-cpython-39/torch 2024-11-01T16:32:46.4377200Z creating build/temp.macosx-11.1-arm64-cpython-39/torch/csrc 2024-11-01T16:32:46.4380850Z clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/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-11-01T16:32:46.5274760Z clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/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-11-01T16:32:46.5570940Z ld: warning: duplicate -rpath '/Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib' ignored 2024-11-01T16:32:46.6144750Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/libomp.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-11-01T16:32:47.1970750Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/include/omp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-11-01T16:32:47.2021190Z /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-11-01T16:32:47.2021980Z !! 2024-11-01T16:32:47.2022070Z 2024-11-01T16:32:47.2022200Z ******************************************************************************** 2024-11-01T16:32:47.2022560Z Please avoid running ``setup.py`` directly. 2024-11-01T16:32:47.2022940Z Instead, use pypa/build, pypa/installer or other 2024-11-01T16:32:47.2023290Z standards-based tools. 2024-11-01T16:32:47.2023460Z 2024-11-01T16:32:47.2023790Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-11-01T16:32:47.2024270Z ******************************************************************************** 2024-11-01T16:32:47.2024500Z 2024-11-01T16:32:47.2024680Z !! 2024-11-01T16:32:47.2024850Z self.initialize_options() 2024-11-01T16:32:47.2071260Z installing to build/bdist.macosx-11.1-arm64/wheel 2024-11-01T16:32:47.2071560Z running install 2024-11-01T16:32:47.2106950Z running install_lib 2024-11-01T16:32:47.2168970Z creating build/bdist.macosx-11.1-arm64 2024-11-01T16:32:47.2169620Z creating build/bdist.macosx-11.1-arm64/wheel 2024-11-01T16:32:47.2175350Z creating build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2175830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-11-01T16:32:47.2176770Z 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-11-01T16:32:47.2177890Z 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-11-01T16:32:47.2179000Z 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-11-01T16:32:47.2180080Z 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-11-01T16:32:47.2181150Z 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-11-01T16:32:47.2182230Z 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-11-01T16:32:47.2183370Z 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-11-01T16:32:47.2184410Z 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-11-01T16:32:47.2185470Z 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-11-01T16:32:47.2186550Z 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-11-01T16:32:47.2187600Z 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-11-01T16:32:47.2188730Z 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-11-01T16:32:47.2189850Z 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-11-01T16:32:47.2190990Z 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-11-01T16:32:47.2192100Z 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-11-01T16:32:47.2193220Z 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-11-01T16:32:47.2194360Z 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-11-01T16:32:47.2195490Z 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-11-01T16:32:47.2196700Z 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-11-01T16:32:47.2198440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-11-01T16:32:47.2199180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/debug_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-11-01T16:32:47.2200290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-11-01T16:32:47.2201620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-11-01T16:32:47.2202750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/rng_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-11-01T16:32:47.2203960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/executor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-11-01T16:32:47.2205050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_storage_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2206820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-11-01T16:32:47.2207540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-11-01T16:32:47.2208890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/scribe.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-11-01T16:32:47.2210030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-11-01T16:32:47.2211170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-11-01T16:32:47.2212400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-11-01T16:32:47.2214160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2214930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/partitioners.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2216250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/compile_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2217380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2218670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2219930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/python_key.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2221170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/pytree_hacks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2222350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/pyfunctorch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2223460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/deprecated.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2224950Z 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-11-01T16:32:47.2226090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2227220Z 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-11-01T16:32:47.2228360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/fx_minifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2230190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-11-01T16:32:47.2231130Z 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-11-01T16:32:47.2232440Z 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-11-01T16:32:47.2239800Z 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-11-01T16:32:47.2241010Z 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-11-01T16:32:47.2242310Z 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-11-01T16:32:47.2243530Z 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-11-01T16:32:47.2244850Z 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-11-01T16:32:47.2246190Z 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-11-01T16:32:47.2247450Z 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-11-01T16:32:47.2248860Z 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-11-01T16:32:47.2250550Z 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-11-01T16:32:47.2251910Z 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-11-01T16:32:47.2253130Z 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-11-01T16:32:47.2254200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/apis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2255500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2256830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2258120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/compilers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2259260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/eager_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2260760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/vmap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2262330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/benchmark_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2263390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/make_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2264520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/functional_call.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-11-01T16:32:47.2266180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2266910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_reductions_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2268000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_getlimits.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2269120Z 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-11-01T16:32:47.2270180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_casting_dicts.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2271570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2272760Z 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-11-01T16:32:47.2273900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2275670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-11-01T16:32:47.2276450Z 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-11-01T16:32:47.2277490Z 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-11-01T16:32:47.2278780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_dtypes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2279960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2285540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_ndarray.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2286460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_ufuncs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2287360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2288300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_normalizations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2289230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_dtypes_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2290140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2291040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_funcs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2292010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-11-01T16:32:47.2292670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2293360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2294260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/tools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2294980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-11-01T16:32:47.2295790Z 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-11-01T16:32:47.2296890Z 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-11-01T16:32:47.2298010Z 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-11-01T16:32:47.2298810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-11-01T16:32:47.2299700Z 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-11-01T16:32:47.2301090Z 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-11-01T16:32:47.2302280Z 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-11-01T16:32:47.2303540Z 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-11-01T16:32:47.2304640Z 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-11-01T16:32:47.2305720Z 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-11-01T16:32:47.2306880Z 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-11-01T16:32:47.2308010Z 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-11-01T16:32:47.2309190Z 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-11-01T16:32:47.2310460Z 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-11-01T16:32:47.2311750Z 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-11-01T16:32:47.2312980Z 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-11-01T16:32:47.2314310Z 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-11-01T16:32:47.2315370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/converter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2316470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2317610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2319110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2320460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2322110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-11-01T16:32:47.2322860Z 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-11-01T16:32:47.2323940Z 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-11-01T16:32:47.2325160Z 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-11-01T16:32:47.2327050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-11-01T16:32:47.2327910Z 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-11-01T16:32:47.2329100Z 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-11-01T16:32:47.2330360Z 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-11-01T16:32:47.2331560Z 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-11-01T16:32:47.2332920Z 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-11-01T16:32:47.2334140Z 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-11-01T16:32:47.2335370Z 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-11-01T16:32:47.2336610Z 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-11-01T16:32:47.2337840Z 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-11-01T16:32:47.2339040Z 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-11-01T16:32:47.2340270Z 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-11-01T16:32:47.2341420Z 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-11-01T16:32:47.2342590Z 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-11-01T16:32:47.2343780Z 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-11-01T16:32:47.2344940Z 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-11-01T16:32:47.2346180Z 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-11-01T16:32:47.2347380Z 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-11-01T16:32:47.2348550Z 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-11-01T16:32:47.2349770Z 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-11-01T16:32:47.2350990Z 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-11-01T16:32:47.2352180Z 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-11-01T16:32:47.2353330Z 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-11-01T16:32:47.2354500Z 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-11-01T16:32:47.2355800Z 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-11-01T16:32:47.2356980Z 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-11-01T16:32:47.2358190Z 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-11-01T16:32:47.2359420Z 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-11-01T16:32:47.2360590Z 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-11-01T16:32:47.2361810Z 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-11-01T16:32:47.2362990Z 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-11-01T16:32:47.2364120Z 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-11-01T16:32:47.2365270Z 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-11-01T16:32:47.2366480Z 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-11-01T16:32:47.2367670Z 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-11-01T16:32:47.2368870Z 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-11-01T16:32:47.2370090Z 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-11-01T16:32:47.2371320Z 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-11-01T16:32:47.2372390Z 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-11-01T16:32:47.2373400Z 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-11-01T16:32:47.2374270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-11-01T16:32:47.2375190Z 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-11-01T16:32:47.2377280Z 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-11-01T16:32:47.2378320Z 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-11-01T16:32:47.2383510Z 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-11-01T16:32:47.2384600Z 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-11-01T16:32:47.2385630Z 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-11-01T16:32:47.2386700Z 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-11-01T16:32:47.2387710Z 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-11-01T16:32:47.2388690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/verifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-11-01T16:32:47.2389370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-11-01T16:32:47.2390100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/monitor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-11-01T16:32:47.2390770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-11-01T16:32:47.2391480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-11-01T16:32:47.2392430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch/python.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-11-01T16:32:47.2393110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-11-01T16:32:47.2393880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/functional_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-11-01T16:32:47.2394900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/meta_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-11-01T16:32:47.2395920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-11-01T16:32:47.2396910Z 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-11-01T16:32:47.2397940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/fake_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-11-01T16:32:47.2399170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-11-01T16:32:47.2400550Z 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-11-01T16:32:47.2401840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/fake_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-11-01T16:32:47.2402920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_meta_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2405220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2406270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-11-01T16:32:47.2407040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/futures/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-11-01T16:32:47.2408340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/library.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2410150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-11-01T16:32:47.2410840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-11-01T16:32:47.2412810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_jit_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2414430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-11-01T16:32:47.2415150Z 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-11-01T16:32:47.2416150Z 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-11-01T16:32:47.2417240Z 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-11-01T16:32:47.2418350Z 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-11-01T16:32:47.2419980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2421310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-11-01T16:32:47.2422050Z 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-11-01T16:32:47.2423160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention/experimental 2024-11-01T16:32:47.2424100Z 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-11-01T16:32:47.2425520Z 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-11-01T16:32:47.2426680Z 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-11-01T16:32:47.2427870Z 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-11-01T16:32:47.2429020Z 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-11-01T16:32:47.2430880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-11-01T16:32:47.2431660Z 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-11-01T16:32:47.2432820Z 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-11-01T16:32:47.2434140Z 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-11-01T16:32:47.2435330Z 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-11-01T16:32:47.2436370Z 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-11-01T16:32:47.2437680Z 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-11-01T16:32:47.2438800Z 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-11-01T16:32:47.2439970Z 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-11-01T16:32:47.2442090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2024-11-01T16:32:47.2442910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2024-11-01T16:32:47.2443840Z 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-11-01T16:32:47.2445610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-11-01T16:32:47.2446510Z 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-11-01T16:32:47.2447700Z 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-11-01T16:32:47.2448860Z 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-11-01T16:32:47.2450760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-11-01T16:32:47.2451540Z 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-11-01T16:32:47.2452680Z 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-11-01T16:32:47.2453750Z 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-11-01T16:32:47.2455030Z 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-11-01T16:32:47.2456040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/common_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2457480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-11-01T16:32:47.2458140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2024-11-01T16:32:47.2459020Z 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-11-01T16:32:47.2460370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-11-01T16:32:47.2461350Z 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-11-01T16:32:47.2462660Z 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-11-01T16:32:47.2463990Z 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-11-01T16:32:47.2465280Z 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-11-01T16:32:47.2466560Z 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-11-01T16:32:47.2467820Z 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-11-01T16:32:47.2468700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2024-11-01T16:32:47.2469560Z 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-11-01T16:32:47.2470700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-11-01T16:32:47.2472100Z 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-11-01T16:32:47.2473790Z 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-11-01T16:32:47.2475160Z 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-11-01T16:32:47.2476550Z 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-11-01T16:32:47.2477730Z 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-11-01T16:32:47.2478860Z 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-11-01T16:32:47.2485380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-11-01T16:32:47.2486350Z 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-11-01T16:32:47.2487590Z 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-11-01T16:32:47.2488800Z 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-11-01T16:32:47.2490000Z 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-11-01T16:32:47.2491190Z 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-11-01T16:32:47.2492380Z 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-11-01T16:32:47.2493550Z 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-11-01T16:32:47.2494700Z 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-11-01T16:32:47.2495900Z 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-11-01T16:32:47.2497110Z 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-11-01T16:32:47.2498310Z 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-11-01T16:32:47.2499130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-11-01T16:32:47.2499860Z 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-11-01T16:32:47.2500840Z 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-11-01T16:32:47.2501770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parameter.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2502650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2503500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/_reduction.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2504190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-11-01T16:32:47.2504950Z 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-11-01T16:32:47.2505990Z 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-11-01T16:32:47.2507010Z 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-11-01T16:32:47.2508030Z 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-11-01T16:32:47.2509020Z 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-11-01T16:32:47.2510040Z 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-11-01T16:32:47.2511050Z 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-11-01T16:32:47.2512060Z 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-11-01T16:32:47.2513030Z 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-11-01T16:32:47.2514010Z 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-11-01T16:32:47.2515100Z 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-11-01T16:32:47.2516360Z 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-11-01T16:32:47.2517550Z 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-11-01T16:32:47.2518720Z 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-11-01T16:32:47.2519830Z 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-11-01T16:32:47.2521900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-11-01T16:32:47.2522920Z 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-11-01T16:32:47.2524310Z 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-11-01T16:32:47.2525640Z 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-11-01T16:32:47.2526950Z 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-11-01T16:32:47.2528200Z 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-11-01T16:32:47.2529470Z 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-11-01T16:32:47.2530820Z 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-11-01T16:32:47.2532200Z 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-11-01T16:32:47.2533550Z 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-11-01T16:32:47.2534870Z 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-11-01T16:32:47.2535990Z 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-11-01T16:32:47.2536720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2024-11-01T16:32:47.2537480Z 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-11-01T16:32:47.2538260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-11-01T16:32:47.2539150Z 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-11-01T16:32:47.2540400Z 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-11-01T16:32:47.2541600Z 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-11-01T16:32:47.2542600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2543550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2024-11-01T16:32:47.2544760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2024-11-01T16:32:47.2545580Z 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-11-01T16:32:47.2546660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-11-01T16:32:47.2547620Z 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-11-01T16:32:47.2549010Z 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-11-01T16:32:47.2550250Z 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-11-01T16:32:47.2551600Z 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-11-01T16:32:47.2552630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2024-11-01T16:32:47.2553390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-11-01T16:32:47.2554410Z 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-11-01T16:32:47.2555580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-11-01T16:32:47.2556690Z 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-11-01T16:32:47.2558190Z 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-11-01T16:32:47.2559580Z 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-11-01T16:32:47.2560460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-11-01T16:32:47.2561430Z 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-11-01T16:32:47.2563170Z 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-11-01T16:32:47.2564520Z 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-11-01T16:32:47.2565900Z 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-11-01T16:32:47.2567080Z 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-11-01T16:32:47.2567850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-11-01T16:32:47.2568780Z 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-11-01T16:32:47.2569930Z 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-11-01T16:32:47.2570940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2572310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2573740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/functional.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2574890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2576520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-11-01T16:32:47.2577280Z 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-11-01T16:32:47.2583220Z 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-11-01T16:32:47.2584320Z 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-11-01T16:32:47.2585330Z 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-11-01T16:32:47.2586400Z 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-11-01T16:32:47.2587400Z 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-11-01T16:32:47.2588390Z 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-11-01T16:32:47.2589360Z 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-11-01T16:32:47.2590350Z 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-11-01T16:32:47.2591330Z 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-11-01T16:32:47.2592340Z 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-11-01T16:32:47.2593400Z 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-11-01T16:32:47.2594400Z 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-11-01T16:32:47.2595400Z 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-11-01T16:32:47.2596820Z 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-11-01T16:32:47.2598000Z 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-11-01T16:32:47.2599160Z 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-11-01T16:32:47.2600490Z 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-11-01T16:32:47.2601830Z 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-11-01T16:32:47.2610640Z 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-11-01T16:32:47.2611720Z 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-11-01T16:32:47.2613650Z 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-11-01T16:32:47.2614810Z 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-11-01T16:32:47.2615850Z 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-11-01T16:32:47.2617300Z 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-11-01T16:32:47.2618590Z 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-11-01T16:32:47.2619730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parameter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-11-01T16:32:47.2620920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_thread_safe_fork.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2622600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-11-01T16:32:47.2623260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mps/event.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-11-01T16:32:47.2624330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-11-01T16:32:47.2625450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mps/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-11-01T16:32:47.2626560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.2628430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2629110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2630230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2631870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-11-01T16:32:47.2632670Z 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-11-01T16:32:47.2633950Z 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-11-01T16:32:47.2635170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-11-01T16:32:47.2636080Z 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-11-01T16:32:47.2637470Z 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-11-01T16:32:47.2638760Z 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-11-01T16:32:47.2640090Z 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-11-01T16:32:47.2641280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-11-01T16:32:47.2642200Z 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-11-01T16:32:47.2643610Z 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-11-01T16:32:47.2644880Z 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-11-01T16:32:47.2646060Z 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-11-01T16:32:47.2647240Z 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-11-01T16:32:47.2648370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-11-01T16:32:47.2649310Z 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-11-01T16:32:47.2650680Z 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-11-01T16:32:47.2652110Z 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-11-01T16:32:47.2653360Z 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-11-01T16:32:47.2654660Z 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-11-01T16:32:47.2655890Z 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-11-01T16:32:47.2657110Z 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-11-01T16:32:47.2658430Z 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-11-01T16:32:47.2659570Z 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-11-01T16:32:47.2660660Z 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-11-01T16:32:47.2661850Z 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-11-01T16:32:47.2663190Z 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-11-01T16:32:47.2664340Z 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-11-01T16:32:47.2665860Z 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-11-01T16:32:47.2666950Z 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-11-01T16:32:47.2668010Z 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-11-01T16:32:47.2669080Z 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-11-01T16:32:47.2670820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-11-01T16:32:47.2671720Z 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-11-01T16:32:47.2672980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-11-01T16:32:47.2674560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-11-01T16:32:47.2675600Z 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-11-01T16:32:47.2677060Z 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-11-01T16:32:47.2678550Z 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-11-01T16:32:47.2680040Z 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-11-01T16:32:47.2681510Z 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-11-01T16:32:47.2682980Z 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-11-01T16:32:47.2684480Z 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-11-01T16:32:47.2685940Z 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-11-01T16:32:47.2687520Z 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-11-01T16:32:47.2689090Z 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-11-01T16:32:47.2690540Z 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-11-01T16:32:47.2691990Z 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-11-01T16:32:47.2693500Z 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-11-01T16:32:47.2695000Z 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-11-01T16:32:47.2696470Z 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-11-01T16:32:47.2697990Z 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-11-01T16:32:47.2699520Z 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-11-01T16:32:47.2701090Z 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-11-01T16:32:47.2702520Z 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-11-01T16:32:47.2703960Z 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-11-01T16:32:47.2705460Z 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-11-01T16:32:47.2706970Z 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-11-01T16:32:47.2708400Z 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-11-01T16:32:47.2709860Z 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-11-01T16:32:47.2711350Z 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-11-01T16:32:47.2712740Z 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-11-01T16:32:47.2714150Z 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-11-01T16:32:47.2715580Z 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-11-01T16:32:47.2717030Z 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-11-01T16:32:47.2718470Z 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-11-01T16:32:47.2719900Z 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-11-01T16:32:47.2721410Z 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-11-01T16:32:47.2722930Z 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-11-01T16:32:47.2724420Z 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-11-01T16:32:47.2725860Z 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-11-01T16:32:47.2727370Z 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-11-01T16:32:47.2734020Z 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-11-01T16:32:47.2735580Z 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-11-01T16:32:47.2737020Z 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-11-01T16:32:47.2738440Z 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-11-01T16:32:47.2739840Z 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-11-01T16:32:47.2741230Z 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-11-01T16:32:47.2742690Z 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-11-01T16:32:47.2744190Z 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-11-01T16:32:47.2745690Z 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-11-01T16:32:47.2747100Z 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-11-01T16:32:47.2748570Z 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-11-01T16:32:47.2750100Z 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-11-01T16:32:47.2751600Z 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-11-01T16:32:47.2753060Z 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-11-01T16:32:47.2754500Z 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-11-01T16:32:47.2755950Z 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-11-01T16:32:47.2757600Z 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-11-01T16:32:47.2759070Z 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-11-01T16:32:47.2760550Z 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-11-01T16:32:47.2761950Z 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-11-01T16:32:47.2763330Z 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-11-01T16:32:47.2764650Z 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-11-01T16:32:47.2765950Z 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-11-01T16:32:47.2767250Z 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-11-01T16:32:47.2768530Z 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-11-01T16:32:47.2769810Z 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-11-01T16:32:47.2771020Z 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-11-01T16:32:47.2772160Z 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-11-01T16:32:47.2772960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-11-01T16:32:47.2773840Z 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-11-01T16:32:47.2775030Z 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-11-01T16:32:47.2776240Z 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-11-01T16:32:47.2777480Z 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-11-01T16:32:47.2778670Z 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-11-01T16:32:47.2779920Z 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-11-01T16:32:47.2781120Z 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-11-01T16:32:47.2782290Z 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-11-01T16:32:47.2783470Z 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-11-01T16:32:47.2784650Z 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-11-01T16:32:47.2785880Z 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-11-01T16:32:47.2787020Z 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-11-01T16:32:47.2788290Z 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-11-01T16:32:47.2789470Z 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-11-01T16:32:47.2790680Z 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-11-01T16:32:47.2791850Z 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-11-01T16:32:47.2793010Z 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-11-01T16:32:47.2794180Z 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-11-01T16:32:47.2795390Z 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-11-01T16:32:47.2796530Z 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-11-01T16:32:47.2797580Z 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-11-01T16:32:47.2798580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset15.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2799530Z 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-11-01T16:32:47.2800480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset7.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2801430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_caffe2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2802410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset11.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2803370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/verification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2804280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_flags.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2805190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset10.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2806140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset20.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2807070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset14.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2807980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_globals.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2808890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_helper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2809850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset9.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2810820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_deprecation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2811740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_exporter_states.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2812640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2813570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset8.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2814510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset19.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2815420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2816300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_experimental.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2817210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset18.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2818090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/errors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2819000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset13.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2819980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2820890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset17.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2821810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset16.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2822740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset12.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-11-01T16:32:47.2823380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-11-01T16:32:47.2824050Z 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-11-01T16:32:47.2912860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/bin/torch_shm_manager -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-11-01T16:32:47.2914660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/bin/protoc -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-11-01T16:32:47.3016380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/return_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.3017970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-11-01T16:32:47.3018630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-11-01T16:32:47.3025860Z 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-11-01T16:32:47.3026950Z 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-11-01T16:32:47.3028040Z 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-11-01T16:32:47.3029050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-11-01T16:32:47.3029690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-11-01T16:32:47.3030340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-11-01T16:32:47.3030990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-11-01T16:32:47.3031850Z 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-11-01T16:32:47.3032850Z 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-11-01T16:32:47.3033800Z 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-11-01T16:32:47.3034470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3035040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-11-01T16:32:47.3035870Z 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-11-01T16:32:47.3036980Z 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-11-01T16:32:47.3038110Z 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-11-01T16:32:47.3038970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2024-11-01T16:32:47.3039880Z 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-11-01T16:32:47.3041010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3042140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3043210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3044180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/run.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3045200Z 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-11-01T16:32:47.3046160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-11-01T16:32:47.3047140Z 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-11-01T16:32:47.3048390Z 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-11-01T16:32:47.3049780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-11-01T16:32:47.3050790Z 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-11-01T16:32:47.3052090Z 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-11-01T16:32:47.3053390Z 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-11-01T16:32:47.3054800Z 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-11-01T16:32:47.3056070Z 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-11-01T16:32:47.3057410Z 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-11-01T16:32:47.3058700Z 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-11-01T16:32:47.3059970Z 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-11-01T16:32:47.3061160Z 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-11-01T16:32:47.3062630Z 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-11-01T16:32:47.3063890Z 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-11-01T16:32:47.3065120Z 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-11-01T16:32:47.3066350Z 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-11-01T16:32:47.3067550Z 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-11-01T16:32:47.3068740Z 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-11-01T16:32:47.3070090Z 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-11-01T16:32:47.3071290Z 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-11-01T16:32:47.3072500Z 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-11-01T16:32:47.3073720Z 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-11-01T16:32:47.3074940Z 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-11-01T16:32:47.3076210Z 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-11-01T16:32:47.3077510Z 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-11-01T16:32:47.3078750Z 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-11-01T16:32:47.3079950Z 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-11-01T16:32:47.3081170Z 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-11-01T16:32:47.3082370Z 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-11-01T16:32:47.3083610Z 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-11-01T16:32:47.3084840Z 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-11-01T16:32:47.3085750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2024-11-01T16:32:47.3086720Z 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-11-01T16:32:47.3087870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-11-01T16:32:47.3088690Z 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-11-01T16:32:47.3090050Z 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-11-01T16:32:47.3091300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-11-01T16:32:47.3092240Z 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-11-01T16:32:47.3093500Z 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-11-01T16:32:47.3094380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-11-01T16:32:47.3095460Z 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-11-01T16:32:47.3096820Z 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-11-01T16:32:47.3098030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-11-01T16:32:47.3098910Z 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-11-01T16:32:47.3100080Z 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-11-01T16:32:47.3101010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-11-01T16:32:47.3101910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-11-01T16:32:47.3102960Z 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-11-01T16:32:47.3104290Z 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-11-01T16:32:47.3105390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-11-01T16:32:47.3106620Z 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-11-01T16:32:47.3107970Z 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-11-01T16:32:47.3109280Z 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-11-01T16:32:47.3110650Z 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-11-01T16:32:47.3112130Z 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-11-01T16:32:47.3113490Z 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-11-01T16:32:47.3114860Z 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-11-01T16:32:47.3116270Z 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-11-01T16:32:47.3117620Z 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-11-01T16:32:47.3119020Z 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-11-01T16:32:47.3124170Z 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-11-01T16:32:47.3125210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-11-01T16:32:47.3125980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-11-01T16:32:47.3127340Z 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-11-01T16:32:47.3129220Z 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-11-01T16:32:47.3130990Z 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-11-01T16:32:47.3132540Z 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-11-01T16:32:47.3133950Z 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-11-01T16:32:47.3135330Z 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-11-01T16:32:47.3136740Z 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-11-01T16:32:47.3137840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-11-01T16:32:47.3139010Z 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-11-01T16:32:47.3140560Z 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-11-01T16:32:47.3142110Z 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-11-01T16:32:47.3143170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-11-01T16:32:47.3144100Z 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-11-01T16:32:47.3145390Z 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-11-01T16:32:47.3146690Z 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-11-01T16:32:47.3147900Z 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-11-01T16:32:47.3149240Z 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-11-01T16:32:47.3150480Z 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-11-01T16:32:47.3151620Z 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-11-01T16:32:47.3152480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-11-01T16:32:47.3153410Z 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-11-01T16:32:47.3154640Z 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-11-01T16:32:47.3155870Z 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-11-01T16:32:47.3157150Z 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-11-01T16:32:47.3158350Z 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-11-01T16:32:47.3159600Z 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-11-01T16:32:47.3160530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-11-01T16:32:47.3161580Z 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-11-01T16:32:47.3163000Z 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-11-01T16:32:47.3164370Z 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-11-01T16:32:47.3165310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2024-11-01T16:32:47.3166200Z 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-11-01T16:32:47.3167110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-11-01T16:32:47.3168160Z 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-11-01T16:32:47.3169560Z 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-11-01T16:32:47.3170890Z 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-11-01T16:32:47.3172290Z 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-11-01T16:32:47.3173310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-11-01T16:32:47.3174230Z 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-11-01T16:32:47.3175450Z 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-11-01T16:32:47.3176710Z 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-11-01T16:32:47.3177570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2024-11-01T16:32:47.3178430Z 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-11-01T16:32:47.3179540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/distributed_c10d.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3180340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-11-01T16:32:47.3181200Z 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-11-01T16:32:47.3182410Z 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-11-01T16:32:47.3183580Z 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-11-01T16:32:47.3184750Z 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-11-01T16:32:47.3185970Z 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-11-01T16:32:47.3187140Z 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-11-01T16:32:47.3188320Z 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-11-01T16:32:47.3189520Z 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-11-01T16:32:47.3190720Z 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-11-01T16:32:47.3191840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/argparse_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3192870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_checkpointable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3193910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3194930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/c10d_logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3195700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-11-01T16:32:47.3196310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-11-01T16:32:47.3197330Z 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-11-01T16:32:47.3198740Z 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-11-01T16:32:47.3199740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-11-01T16:32:47.3200810Z 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-11-01T16:32:47.3202230Z 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-11-01T16:32:47.3203230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-11-01T16:32:47.3204300Z 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-11-01T16:32:47.3205730Z 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-11-01T16:32:47.3207160Z 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-11-01T16:32:47.3208680Z 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-11-01T16:32:47.3209770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-11-01T16:32:47.3210870Z 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-11-01T16:32:47.3212370Z 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-11-01T16:32:47.3213850Z 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-11-01T16:32:47.3215270Z 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-11-01T16:32:47.3216720Z 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-11-01T16:32:47.3218170Z 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-11-01T16:32:47.3219610Z 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-11-01T16:32:47.3221090Z 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-11-01T16:32:47.3222570Z 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-11-01T16:32:47.3227940Z 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-11-01T16:32:47.3229150Z 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-11-01T16:32:47.3230090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-11-01T16:32:47.3231270Z 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-11-01T16:32:47.3232790Z 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-11-01T16:32:47.3233820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-11-01T16:32:47.3234880Z 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-11-01T16:32:47.3236260Z 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-11-01T16:32:47.3237200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-11-01T16:32:47.3238050Z 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-11-01T16:32:47.3239310Z 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-11-01T16:32:47.3240470Z 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-11-01T16:32:47.3241590Z 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-11-01T16:32:47.3242770Z 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-11-01T16:32:47.3243940Z 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-11-01T16:32:47.3245160Z 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-11-01T16:32:47.3246360Z 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-11-01T16:32:47.3247510Z 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-11-01T16:32:47.3248650Z 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-11-01T16:32:47.3249850Z 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-11-01T16:32:47.3251010Z 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-11-01T16:32:47.3252160Z 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-11-01T16:32:47.3253350Z 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-11-01T16:32:47.3254540Z 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-11-01T16:32:47.3255780Z 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-11-01T16:32:47.3256860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3257630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-11-01T16:32:47.3258560Z 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-11-01T16:32:47.3259750Z 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-11-01T16:32:47.3260620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3261560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/_fsdp_api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3262820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/_fsdp_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3264110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3265410Z 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-11-01T16:32:47.3266670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/_fsdp_param.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3267920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/_fsdp_init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3269190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3270460Z 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-11-01T16:32:47.3271710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/_fsdp_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-11-01T16:32:47.3272990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-11-01T16:32:47.3274180Z 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-11-01T16:32:47.3275400Z 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-11-01T16:32:47.3276280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-11-01T16:32:47.3277110Z 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-11-01T16:32:47.3278220Z 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-11-01T16:32:47.3279370Z 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-11-01T16:32:47.3280520Z 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-11-01T16:32:47.3281690Z 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-11-01T16:32:47.3282790Z 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-11-01T16:32:47.3283940Z 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-11-01T16:32:47.3285070Z 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-11-01T16:32:47.3286180Z 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-11-01T16:32:47.3286990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-11-01T16:32:47.3287830Z 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-11-01T16:32:47.3288970Z 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-11-01T16:32:47.3290130Z 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-11-01T16:32:47.3291310Z 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-11-01T16:32:47.3292500Z 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-11-01T16:32:47.3293650Z 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-11-01T16:32:47.3294750Z 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-11-01T16:32:47.3295850Z 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-11-01T16:32:47.3296950Z 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-11-01T16:32:47.3298070Z 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-11-01T16:32:47.3299140Z 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-11-01T16:32:47.3300230Z 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-11-01T16:32:47.3301340Z 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-11-01T16:32:47.3302480Z 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-11-01T16:32:47.3303600Z 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-11-01T16:32:47.3304670Z 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-11-01T16:32:47.3305750Z 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-11-01T16:32:47.3306910Z 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-11-01T16:32:47.3308030Z 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-11-01T16:32:47.3309120Z 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-11-01T16:32:47.3310250Z 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-11-01T16:32:47.3311340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3312430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_functional_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3313230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-11-01T16:32:47.3313800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2024-11-01T16:32:47.3314730Z 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-11-01T16:32:47.3315910Z 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-11-01T16:32:47.3317080Z 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-11-01T16:32:47.3317960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-11-01T16:32:47.3319000Z 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-11-01T16:32:47.3320350Z 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-11-01T16:32:47.3324920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-11-01T16:32:47.3325980Z 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-11-01T16:32:47.3327440Z 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-11-01T16:32:47.3328850Z 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-11-01T16:32:47.3330350Z 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-11-01T16:32:47.3331830Z 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-11-01T16:32:47.3333240Z 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-11-01T16:32:47.3334580Z 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-11-01T16:32:47.3335910Z 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-11-01T16:32:47.3337300Z 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-11-01T16:32:47.3338590Z 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-11-01T16:32:47.3339920Z 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-11-01T16:32:47.3341240Z 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-11-01T16:32:47.3342220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-11-01T16:32:47.3343280Z 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-11-01T16:32:47.3344650Z 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-11-01T16:32:47.3345950Z 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-11-01T16:32:47.3347090Z 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-11-01T16:32:47.3347950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-11-01T16:32:47.3348680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-11-01T16:32:47.3349950Z 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-11-01T16:32:47.3351610Z 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-11-01T16:32:47.3353260Z 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-11-01T16:32:47.3354960Z 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-11-01T16:32:47.3356450Z 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-11-01T16:32:47.3357750Z 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-11-01T16:32:47.3359040Z 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-11-01T16:32:47.3360370Z 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-11-01T16:32:47.3361350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-11-01T16:32:47.3362310Z 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-11-01T16:32:47.3363620Z 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-11-01T16:32:47.3364840Z 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-11-01T16:32:47.3366000Z 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-11-01T16:32:47.3367080Z 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-11-01T16:32:47.3368100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3368890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2024-11-01T16:32:47.3369830Z 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-11-01T16:32:47.3370940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3371950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/remote_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3373020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-11-01T16:32:47.3373780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-11-01T16:32:47.3374350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2024-11-01T16:32:47.3375360Z 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-11-01T16:32:47.3376670Z 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-11-01T16:32:47.3378020Z 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-11-01T16:32:47.3379390Z 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-11-01T16:32:47.3380780Z 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-11-01T16:32:47.3381720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-11-01T16:32:47.3382650Z 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-11-01T16:32:47.3383900Z 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-11-01T16:32:47.3385150Z 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-11-01T16:32:47.3386420Z 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-11-01T16:32:47.3387660Z 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-11-01T16:32:47.3388940Z 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-11-01T16:32:47.3390230Z 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-11-01T16:32:47.3391540Z 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-11-01T16:32:47.3392840Z 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-11-01T16:32:47.3394100Z 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-11-01T16:32:47.3395240Z 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-11-01T16:32:47.3396380Z 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-11-01T16:32:47.3397560Z 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-11-01T16:32:47.3398720Z 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-11-01T16:32:47.3399840Z 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-11-01T16:32:47.3400680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-11-01T16:32:47.3401600Z 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-11-01T16:32:47.3402820Z 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-11-01T16:32:47.3404040Z 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-11-01T16:32:47.3405260Z 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-11-01T16:32:47.3406510Z 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-11-01T16:32:47.3407700Z 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-11-01T16:32:47.3408910Z 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-11-01T16:32:47.3410110Z 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-11-01T16:32:47.3411300Z 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-11-01T16:32:47.3412500Z 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-11-01T16:32:47.3413680Z 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-11-01T16:32:47.3414900Z 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-11-01T16:32:47.3416090Z 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-11-01T16:32:47.3417230Z 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-11-01T16:32:47.3418430Z 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-11-01T16:32:47.3419560Z 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-11-01T16:32:47.3420670Z 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-11-01T16:32:47.3421830Z 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-11-01T16:32:47.3422970Z 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-11-01T16:32:47.3428450Z 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-11-01T16:32:47.3429660Z 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-11-01T16:32:47.3430510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/debug 2024-11-01T16:32:47.3431430Z 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-11-01T16:32:47.3432720Z 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-11-01T16:32:47.3434020Z 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-11-01T16:32:47.3435300Z 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-11-01T16:32:47.3436140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-11-01T16:32:47.3437000Z 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-11-01T16:32:47.3438110Z 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-11-01T16:32:47.3439200Z 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-11-01T16:32:47.3440300Z 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-11-01T16:32:47.3441370Z 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-11-01T16:32:47.3442160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-11-01T16:32:47.3443050Z 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-11-01T16:32:47.3444330Z 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-11-01T16:32:47.3445560Z 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-11-01T16:32:47.3446640Z 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-11-01T16:32:47.3447800Z 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-11-01T16:32:47.3448970Z 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-11-01T16:32:47.3450080Z 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-11-01T16:32:47.3451210Z 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-11-01T16:32:47.3452200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_size_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.3452810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3453540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/anomaly_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3454330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-11-01T16:32:47.3455150Z 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-11-01T16:32:47.3456260Z 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-11-01T16:32:47.3457360Z 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-11-01T16:32:47.3458380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3459330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/forward_ad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3460290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3461250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3462250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3463230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/grad_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3464210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/profiler_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3465220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/profiler_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3466230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/gradcheck.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3467510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3468860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-11-01T16:32:47.3470590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_torch_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.3474250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3474890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3476040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3477970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-11-01T16:32:47.3478790Z 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-11-01T16:32:47.3480620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-11-01T16:32:47.3481590Z 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-11-01T16:32:47.3482900Z 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-11-01T16:32:47.3484190Z 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-11-01T16:32:47.3485590Z 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-11-01T16:32:47.3486890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-11-01T16:32:47.3488290Z 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-11-01T16:32:47.3489920Z 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-11-01T16:32:47.3491520Z 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-11-01T16:32:47.3493100Z 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-11-01T16:32:47.3494690Z 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-11-01T16:32:47.3496350Z 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-11-01T16:32:47.3497780Z 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-11-01T16:32:47.3499070Z 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-11-01T16:32:47.3500340Z 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-11-01T16:32:47.3501610Z 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-11-01T16:32:47.3502820Z 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-11-01T16:32:47.3503910Z 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-11-01T16:32:47.3505040Z 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-11-01T16:32:47.3515960Z 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-11-01T16:32:47.3517170Z 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-11-01T16:32:47.3518420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-11-01T16:32:47.3519500Z 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-11-01T16:32:47.3521000Z 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-11-01T16:32:47.3522500Z 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-11-01T16:32:47.3523900Z 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-11-01T16:32:47.3525360Z 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-11-01T16:32:47.3526810Z 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-11-01T16:32:47.3528230Z 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-11-01T16:32:47.3529680Z 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-11-01T16:32:47.3531010Z 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-11-01T16:32:47.3532180Z 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-11-01T16:32:47.3533340Z 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-11-01T16:32:47.3534490Z 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-11-01T16:32:47.3535780Z 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-11-01T16:32:47.3536950Z 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-11-01T16:32:47.3538030Z 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-11-01T16:32:47.3543410Z 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-11-01T16:32:47.3544590Z 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-11-01T16:32:47.3545670Z 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-11-01T16:32:47.3546850Z 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-11-01T16:32:47.3547960Z 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-11-01T16:32:47.3553470Z 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-11-01T16:32:47.3554680Z 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-11-01T16:32:47.3555800Z 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-11-01T16:32:47.3557320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/operator_schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3558410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3559600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/proxy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3560920Z 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-11-01T16:32:47.3562040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3563100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3565320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-11-01T16:32:47.3566070Z 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-11-01T16:32:47.3567670Z 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-11-01T16:32:47.3568710Z 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-11-01T16:32:47.3569860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-11-01T16:32:47.3570740Z 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-11-01T16:32:47.3571950Z 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-11-01T16:32:47.3573300Z 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-11-01T16:32:47.3574470Z 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-11-01T16:32:47.3575550Z 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-11-01T16:32:47.3576680Z 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-11-01T16:32:47.3577800Z 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-11-01T16:32:47.3579050Z 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-11-01T16:32:47.3580470Z 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-11-01T16:32:47.3582170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-11-01T16:32:47.3583060Z 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-11-01T16:32:47.3584210Z 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-11-01T16:32:47.3585130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-11-01T16:32:47.3585950Z 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-11-01T16:32:47.3587080Z 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-11-01T16:32:47.3588300Z 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-11-01T16:32:47.3589350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-11-01T16:32:47.3590460Z 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-11-01T16:32:47.3591730Z 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-11-01T16:32:47.3592880Z 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-11-01T16:32:47.3594200Z 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-11-01T16:32:47.3595310Z 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-11-01T16:32:47.3596520Z 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-11-01T16:32:47.3597580Z 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-11-01T16:32:47.3598870Z 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-11-01T16:32:47.3599990Z 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-11-01T16:32:47.3601090Z 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-11-01T16:32:47.3602340Z 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-11-01T16:32:47.3603450Z 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-11-01T16:32:47.3604530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2024-11-01T16:32:47.3605380Z 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-11-01T16:32:47.3606530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-11-01T16:32:47.3607460Z 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-11-01T16:32:47.3608760Z 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-11-01T16:32:47.3609890Z 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-11-01T16:32:47.3610990Z 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-11-01T16:32:47.3612260Z 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-11-01T16:32:47.3613370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/tensor_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3614520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3615650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/immutable_collections.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3616790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/annotate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3617980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/subgraph_rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3619130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3620480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_symbolic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3622050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3623260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3624830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-11-01T16:32:47.3625720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.3627210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_utils_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.3628230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quasirandom.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:47.3629820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-11-01T16:32:47.3630580Z 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-11-01T16:32:47.3632400Z 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-11-01T16:32:47.3633910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-11-01T16:32:47.3634560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/queue.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-11-01T16:32:47.3636000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/_atfork.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-11-01T16:32:47.3637110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-11-01T16:32:47.3637920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/spawn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-11-01T16:32:47.3639320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-11-01T16:32:47.3640630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/pool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-11-01T16:32:47.3641790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3642450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/gds.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3643770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3644820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3645680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/comm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3647170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3648410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/jiterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3649560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/nccl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3650700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3652190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3653450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_sanitizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3654870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3656060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_memory_viz.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3657640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/tunable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3658500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-11-01T16:32:47.3663530Z 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-11-01T16:32:47.3664040Z 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-11-01T16:32:47.3664570Z 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-11-01T16:32:47.3665030Z 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-11-01T16:32:47.3665440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3665860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/nvtx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3666280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/graphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3667580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3668400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-11-01T16:32:47.3670040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.3670640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/sleef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.3673140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-11-01T16:32:47.3673790Z 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-11-01T16:32:47.3675330Z 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-11-01T16:32:47.3676530Z 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-11-01T16:32:47.3678070Z 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-11-01T16:32:47.3679850Z 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-11-01T16:32:47.3680730Z 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-11-01T16:32:47.3682010Z 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-11-01T16:32:47.3683330Z 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-11-01T16:32:47.3684140Z 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-11-01T16:32:47.3685360Z 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-11-01T16:32:47.3686660Z 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-11-01T16:32:47.3687860Z 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-11-01T16:32:47.3689120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-11-01T16:32:47.3689840Z 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-11-01T16:32:47.3691340Z 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-11-01T16:32:47.3692630Z 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-11-01T16:32:47.3693550Z 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-11-01T16:32:47.3694960Z 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-11-01T16:32:47.3696130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-11-01T16:32:47.3696770Z 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-11-01T16:32:47.3698370Z 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-11-01T16:32:47.3699410Z 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-11-01T16:32:47.3700680Z 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-11-01T16:32:47.3701870Z 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-11-01T16:32:47.3703330Z 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-11-01T16:32:47.3704870Z 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-11-01T16:32:47.3706010Z 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-11-01T16:32:47.3707720Z 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-11-01T16:32:47.3709210Z 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-11-01T16:32:47.3711020Z 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-11-01T16:32:47.3712790Z 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-11-01T16:32:47.3714070Z 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-11-01T16:32:47.3715860Z 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-11-01T16:32:47.3717060Z 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-11-01T16:32:47.3718350Z 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-11-01T16:32:47.3719550Z 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-11-01T16:32:47.3721290Z 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-11-01T16:32:47.3722710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2 2024-11-01T16:32:47.3723930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-11-01T16:32:47.3724560Z 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-11-01T16:32:47.3726130Z 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-11-01T16:32:47.3727070Z 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-11-01T16:32:47.3728880Z 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-11-01T16:32:47.3729960Z 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-11-01T16:32:47.3731150Z 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-11-01T16:32:47.3732660Z 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-11-01T16:32:47.3733230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/cpuinfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.3735210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-11-01T16:32:47.3736360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-11-01T16:32:47.3736930Z 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-11-01T16:32:47.3738480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2024-11-01T16:32:47.3739230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2024-11-01T16:32:47.3740250Z 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-11-01T16:32:47.3741470Z 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-11-01T16:32:47.3742580Z 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-11-01T16:32:47.3744090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-11-01T16:32:47.3744830Z 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-11-01T16:32:47.3746310Z 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-11-01T16:32:47.3747210Z 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-11-01T16:32:47.3748650Z 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-11-01T16:32:47.3750030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-11-01T16:32:47.3750750Z 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-11-01T16:32:47.3751780Z 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-11-01T16:32:47.3753540Z 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-11-01T16:32:47.3754410Z 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-11-01T16:32:47.3755360Z 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-11-01T16:32:47.3757030Z 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-11-01T16:32:47.3757870Z 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-11-01T16:32:47.3759100Z 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-11-01T16:32:47.3760710Z 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-11-01T16:32:47.3761990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-11-01T16:32:47.3762810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-11-01T16:32:47.3763760Z 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-11-01T16:32:47.3765480Z 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-11-01T16:32:47.3766410Z 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-11-01T16:32:47.3768030Z 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-11-01T16:32:47.3769140Z 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-11-01T16:32:47.3769980Z 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-11-01T16:32:47.3771080Z 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-11-01T16:32:47.3772370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-11-01T16:32:47.3773180Z 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-11-01T16:32:47.3774780Z 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-11-01T16:32:47.3775630Z 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-11-01T16:32:47.3777150Z 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-11-01T16:32:47.3777920Z 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-11-01T16:32:47.3779330Z 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-11-01T16:32:47.3780350Z 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-11-01T16:32:47.3781700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-11-01T16:32:47.3782460Z 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-11-01T16:32:47.3783750Z 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-11-01T16:32:47.3784840Z 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-11-01T16:32:47.3785890Z 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-11-01T16:32:47.3787070Z 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-11-01T16:32:47.3788590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed 2024-11-01T16:32:47.3789330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2024-11-01T16:32:47.3790980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-11-01T16:32:47.3791810Z 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-11-01T16:32:47.3792740Z 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-11-01T16:32:47.3794150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-11-01T16:32:47.3795090Z 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-11-01T16:32:47.3796230Z 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-11-01T16:32:47.3797430Z 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-11-01T16:32:47.3798870Z 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-11-01T16:32:47.3799910Z 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-11-01T16:32:47.3801240Z 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-11-01T16:32:47.3802260Z 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-11-01T16:32:47.3803400Z 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-11-01T16:32:47.3804700Z 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-11-01T16:32:47.3805850Z 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-11-01T16:32:47.3807300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-11-01T16:32:47.3808170Z 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-11-01T16:32:47.3809170Z 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-11-01T16:32:47.3810710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-11-01T16:32:47.3811450Z 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-11-01T16:32:47.3813180Z 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-11-01T16:32:47.3814400Z 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-11-01T16:32:47.3815550Z 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-11-01T16:32:47.3816940Z 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-11-01T16:32:47.3818830Z 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-11-01T16:32:47.3819610Z 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-11-01T16:32:47.3820590Z 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-11-01T16:32:47.3822230Z 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-11-01T16:32:47.3823100Z 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-11-01T16:32:47.3824900Z 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-11-01T16:32:47.3825760Z 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-11-01T16:32:47.3826770Z 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-11-01T16:32:47.3828450Z 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-11-01T16:32:47.3829290Z 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-11-01T16:32:47.3830410Z 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-11-01T16:32:47.3832020Z 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-11-01T16:32:47.3832930Z 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-11-01T16:32:47.3833990Z 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-11-01T16:32:47.3835230Z 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-11-01T16:32:47.3836850Z 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-11-01T16:32:47.3837740Z 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-11-01T16:32:47.3838900Z 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-11-01T16:32:47.3840080Z 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-11-01T16:32:47.3842050Z 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-11-01T16:32:47.3842910Z 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-11-01T16:32:47.3843930Z 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-11-01T16:32:47.3845790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-11-01T16:32:47.3846540Z 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-11-01T16:32:47.3847850Z 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-11-01T16:32:47.3849460Z 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-11-01T16:32:47.3850300Z 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-11-01T16:32:47.3855260Z 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-11-01T16:32:47.3856080Z 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-11-01T16:32:47.3856790Z 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-11-01T16:32:47.3857550Z 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-11-01T16:32:47.3858260Z 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-11-01T16:32:47.3859010Z 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-11-01T16:32:47.3859810Z 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-11-01T16:32:47.3860600Z 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-11-01T16:32:47.3861370Z 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-11-01T16:32:47.3862410Z 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-11-01T16:32:47.3863310Z 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-11-01T16:32:47.3864450Z 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-11-01T16:32:47.3865560Z 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-11-01T16:32:47.3867340Z 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-11-01T16:32:47.3868230Z 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-11-01T16:32:47.3869430Z 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-11-01T16:32:47.3870580Z 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-11-01T16:32:47.3871620Z 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-11-01T16:32:47.3872810Z 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-11-01T16:32:47.3874420Z 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-11-01T16:32:47.3875200Z 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-11-01T16:32:47.3876410Z 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-11-01T16:32:47.3877540Z 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-11-01T16:32:47.3878790Z 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-11-01T16:32:47.3879880Z 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-11-01T16:32:47.3881070Z 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-11-01T16:32:47.3882600Z 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-11-01T16:32:47.3883470Z 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-11-01T16:32:47.3884700Z 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-11-01T16:32:47.3885680Z 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-11-01T16:32:47.3886760Z 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-11-01T16:32:47.3888380Z 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-11-01T16:32:47.3889340Z 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-11-01T16:32:47.3891050Z 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-11-01T16:32:47.3891980Z 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-11-01T16:32:47.3893570Z 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-11-01T16:32:47.3894540Z 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-11-01T16:32:47.3895710Z 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-11-01T16:32:47.3897320Z 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-11-01T16:32:47.3898200Z 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-11-01T16:32:47.3899320Z 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-11-01T16:32:47.3900370Z 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-11-01T16:32:47.3902010Z 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-11-01T16:32:47.3902880Z 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-11-01T16:32:47.3904000Z 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-11-01T16:32:47.3905200Z 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-11-01T16:32:47.3906990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-11-01T16:32:47.3907670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-11-01T16:32:47.3908760Z 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-11-01T16:32:47.3910070Z 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-11-01T16:32:47.3911700Z 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-11-01T16:32:47.3912600Z 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-11-01T16:32:47.3914130Z 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-11-01T16:32:47.3917700Z 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-11-01T16:32:47.3918790Z 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-11-01T16:32:47.3920400Z 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-11-01T16:32:47.3921480Z 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-11-01T16:32:47.3923000Z 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-11-01T16:32:47.3923810Z 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-11-01T16:32:47.3925390Z 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-11-01T16:32:47.3926230Z 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-11-01T16:32:47.3927770Z 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-11-01T16:32:47.3928590Z 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-11-01T16:32:47.3930140Z 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-11-01T16:32:47.3930950Z 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-11-01T16:32:47.3932470Z 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-11-01T16:32:47.3933340Z 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-11-01T16:32:47.3934680Z 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-11-01T16:32:47.3935660Z 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-11-01T16:32:47.3936860Z 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-11-01T16:32:47.3938030Z 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-11-01T16:32:47.3939180Z 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-11-01T16:32:47.3940570Z 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-11-01T16:32:47.3941510Z 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-11-01T16:32:47.3943040Z 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-11-01T16:32:47.3943930Z 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-11-01T16:32:47.3945230Z 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-11-01T16:32:47.3946760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-11-01T16:32:47.3947540Z 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-11-01T16:32:47.3948980Z 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-11-01T16:32:47.3950250Z 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-11-01T16:32:47.3951330Z 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-11-01T16:32:47.3952530Z 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-11-01T16:32:47.3953980Z 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-11-01T16:32:47.3955160Z 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-11-01T16:32:47.3956620Z 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-11-01T16:32:47.3957600Z 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-11-01T16:32:47.3959060Z 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-11-01T16:32:47.3960010Z 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-11-01T16:32:47.3961120Z 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-11-01T16:32:47.3962600Z 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-11-01T16:32:47.3963530Z 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-11-01T16:32:47.3964850Z 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-11-01T16:32:47.3966090Z 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-11-01T16:32:47.3967120Z 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-11-01T16:32:47.3968130Z 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-11-01T16:32:47.3969550Z 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-11-01T16:32:47.3970800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-11-01T16:32:47.3971700Z 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-11-01T16:32:47.3972900Z 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-11-01T16:32:47.3974060Z 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-11-01T16:32:47.3975130Z 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-11-01T16:32:47.3976340Z 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-11-01T16:32:47.3977560Z 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-11-01T16:32:47.3978600Z 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-11-01T16:32:47.3979840Z 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-11-01T16:32:47.3981240Z 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-11-01T16:32:47.3982350Z 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-11-01T16:32:47.3983860Z 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-11-01T16:32:47.3985290Z 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-11-01T16:32:47.3986400Z 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-11-01T16:32:47.3987770Z 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-11-01T16:32:47.3989120Z 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-11-01T16:32:47.3990600Z 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-11-01T16:32:47.3992060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-11-01T16:32:47.3992960Z 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-11-01T16:32:47.3994370Z 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-11-01T16:32:47.3995650Z 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-11-01T16:32:47.3996920Z 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-11-01T16:32:47.3998230Z 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-11-01T16:32:47.3999300Z 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-11-01T16:32:47.4000680Z 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-11-01T16:32:47.4001640Z 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-11-01T16:32:47.4002980Z 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-11-01T16:32:47.4003940Z 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-11-01T16:32:47.4005320Z 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-11-01T16:32:47.4006330Z 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-11-01T16:32:47.4007610Z 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-11-01T16:32:47.4008670Z 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-11-01T16:32:47.4010000Z 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-11-01T16:32:47.4011310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-11-01T16:32:47.4012030Z 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-11-01T16:32:47.4013470Z 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-11-01T16:32:47.4014510Z 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-11-01T16:32:47.4015710Z 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-11-01T16:32:47.4017190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-11-01T16:32:47.4017830Z 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-11-01T16:32:47.4019350Z 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-11-01T16:32:47.4020270Z 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-11-01T16:32:47.4021440Z 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-11-01T16:32:47.4022570Z 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-11-01T16:32:47.4024080Z 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-11-01T16:32:47.4024880Z 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-11-01T16:32:47.4026250Z 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-11-01T16:32:47.4027370Z 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-11-01T16:32:47.4028570Z 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-11-01T16:32:47.4029650Z 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-11-01T16:32:47.4031050Z 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-11-01T16:32:47.4031910Z 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-11-01T16:32:47.4033470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-11-01T16:32:47.4034090Z 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-11-01T16:32:47.4035580Z 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-11-01T16:32:47.4036430Z 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-11-01T16:32:47.4037690Z 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-11-01T16:32:47.4038710Z 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-11-01T16:32:47.4040690Z 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-11-01T16:32:47.4045420Z 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-11-01T16:32:47.4046250Z 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-11-01T16:32:47.4046850Z 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-11-01T16:32:47.4047480Z 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-11-01T16:32:47.4048160Z 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-11-01T16:32:47.4048810Z 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-11-01T16:32:47.4049460Z 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-11-01T16:32:47.4050490Z 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-11-01T16:32:47.4051400Z 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-11-01T16:32:47.4052800Z 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-11-01T16:32:47.4053750Z 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-11-01T16:32:47.4054900Z 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-11-01T16:32:47.4056210Z 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-11-01T16:32:47.4057220Z 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-11-01T16:32:47.4058640Z 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-11-01T16:32:47.4059980Z 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-11-01T16:32:47.4060970Z 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-11-01T16:32:47.4062330Z 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-11-01T16:32:47.4063300Z 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-11-01T16:32:47.4064580Z 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-11-01T16:32:47.4066110Z 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-11-01T16:32:47.4066860Z 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-11-01T16:32:47.4068430Z 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-11-01T16:32:47.4069140Z 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-11-01T16:32:47.4070310Z 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-11-01T16:32:47.4071850Z 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-11-01T16:32:47.4072670Z 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-11-01T16:32:47.4073950Z 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-11-01T16:32:47.4075080Z 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-11-01T16:32:47.4076220Z 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-11-01T16:32:47.4077310Z 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-11-01T16:32:47.4078870Z 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-11-01T16:32:47.4079610Z 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-11-01T16:32:47.4081150Z 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-11-01T16:32:47.4082210Z 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-11-01T16:32:47.4083160Z 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-11-01T16:32:47.4084310Z 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-11-01T16:32:47.4085790Z 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-11-01T16:32:47.4086650Z 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-11-01T16:32:47.4087700Z 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-11-01T16:32:47.4089280Z 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-11-01T16:32:47.4090010Z 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-11-01T16:32:47.4091470Z 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-11-01T16:32:47.4092380Z 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-11-01T16:32:47.4093640Z 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-11-01T16:32:47.4095010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-11-01T16:32:47.4095840Z 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-11-01T16:32:47.4097630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-11-01T16:32:47.4098320Z 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-11-01T16:32:47.4099460Z 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-11-01T16:32:47.4100620Z 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-11-01T16:32:47.4102030Z 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-11-01T16:32:47.4102970Z 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-11-01T16:32:47.4104130Z 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-11-01T16:32:47.4105210Z 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-11-01T16:32:47.4106960Z 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-11-01T16:32:47.4107790Z 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-11-01T16:32:47.4109300Z 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-11-01T16:32:47.4110100Z 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-11-01T16:32:47.4111210Z 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-11-01T16:32:47.4112410Z 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-11-01T16:32:47.4113630Z 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-11-01T16:32:47.4114750Z 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-11-01T16:32:47.4115900Z 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-11-01T16:32:47.4117640Z 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-11-01T16:32:47.4118560Z 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-11-01T16:32:47.4119410Z 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-11-01T16:32:47.4121010Z 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-11-01T16:32:47.4122130Z 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-11-01T16:32:47.4122940Z 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-11-01T16:32:47.4123890Z 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-11-01T16:32:47.4125620Z 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-11-01T16:32:47.4126520Z 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-11-01T16:32:47.4127750Z 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-11-01T16:32:47.4128580Z 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-11-01T16:32:47.4129670Z 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-11-01T16:32:47.4131470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-11-01T16:32:47.4132120Z 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-11-01T16:32:47.4133110Z 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-11-01T16:32:47.4134110Z 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-11-01T16:32:47.4135210Z 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-11-01T16:32:47.4136360Z 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-11-01T16:32:47.4137630Z 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-11-01T16:32:47.4138630Z 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-11-01T16:32:47.4139810Z 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-11-01T16:32:47.4140920Z 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-11-01T16:32:47.4142560Z 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-11-01T16:32:47.4143270Z 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-11-01T16:32:47.4144320Z 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-11-01T16:32:47.4145900Z 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-11-01T16:32:47.4147280Z 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-11-01T16:32:47.4148210Z 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-11-01T16:32:47.4149190Z 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-11-01T16:32:47.4150870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-11-01T16:32:47.4151620Z 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-11-01T16:32:47.4152740Z 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-11-01T16:32:47.4153970Z 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-11-01T16:32:47.4155070Z 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-11-01T16:32:47.4156220Z 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-11-01T16:32:47.4157320Z 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-11-01T16:32:47.4158940Z 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-11-01T16:32:47.4160750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-11-01T16:32:47.4161560Z 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-11-01T16:32:47.4163010Z 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-11-01T16:32:47.4163980Z 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-11-01T16:32:47.4165130Z 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-11-01T16:32:47.4166450Z 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-11-01T16:32:47.4167480Z 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-11-01T16:32:47.4168600Z 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-11-01T16:32:47.4169730Z 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-11-01T16:32:47.4170910Z 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-11-01T16:32:47.4172110Z 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-11-01T16:32:47.4173570Z 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-11-01T16:32:47.4174870Z 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-11-01T16:32:47.4175830Z 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-11-01T16:32:47.4177230Z 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-11-01T16:32:47.4178470Z 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-11-01T16:32:47.4179580Z 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-11-01T16:32:47.4180780Z 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-11-01T16:32:47.4182030Z 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-11-01T16:32:47.4183070Z 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-11-01T16:32:47.4184130Z 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-11-01T16:32:47.4185780Z 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-11-01T16:32:47.4186640Z 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-11-01T16:32:47.4187710Z 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-11-01T16:32:47.4188810Z 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-11-01T16:32:47.4190500Z 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-11-01T16:32:47.4191350Z 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-11-01T16:32:47.4192390Z 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-11-01T16:32:47.4193480Z 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-11-01T16:32:47.4194620Z 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-11-01T16:32:47.4196250Z 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-11-01T16:32:47.4197240Z 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-11-01T16:32:47.4198180Z 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-11-01T16:32:47.4199750Z 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-11-01T16:32:47.4200610Z 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-11-01T16:32:47.4201750Z 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-11-01T16:32:47.4203380Z 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-11-01T16:32:47.4204210Z 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-11-01T16:32:47.4205210Z 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-11-01T16:32:47.4206820Z 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-11-01T16:32:47.4207800Z 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-11-01T16:32:47.4208890Z 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-11-01T16:32:47.4210010Z 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-11-01T16:32:47.4211130Z 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-11-01T16:32:47.4212770Z 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-11-01T16:32:47.4214170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-11-01T16:32:47.4214850Z 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-11-01T16:32:47.4215700Z 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-11-01T16:32:47.4216810Z 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-11-01T16:32:47.4218400Z 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-11-01T16:32:47.4219240Z 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-11-01T16:32:47.4220460Z 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-11-01T16:32:47.4221620Z 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-11-01T16:32:47.4222940Z 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-11-01T16:32:47.4224470Z 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-11-01T16:32:47.4225320Z 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-11-01T16:32:47.4230930Z 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-11-01T16:32:47.4231580Z 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-11-01T16:32:47.4232220Z 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-11-01T16:32:47.4232580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-11-01T16:32:47.4233310Z 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-11-01T16:32:47.4234070Z 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-11-01T16:32:47.4234860Z 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-11-01T16:32:47.4235600Z 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-11-01T16:32:47.4236410Z 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-11-01T16:32:47.4237170Z 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-11-01T16:32:47.4238630Z 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-11-01T16:32:47.4239550Z 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-11-01T16:32:47.4240720Z 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-11-01T16:32:47.4241890Z 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-11-01T16:32:47.4243050Z 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-11-01T16:32:47.4244280Z 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-11-01T16:32:47.4245390Z 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-11-01T16:32:47.4246560Z 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-11-01T16:32:47.4248320Z 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-11-01T16:32:47.4249070Z 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-11-01T16:32:47.4250480Z 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-11-01T16:32:47.4251320Z 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-11-01T16:32:47.4252460Z 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-11-01T16:32:47.4253590Z 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-11-01T16:32:47.4255650Z 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-11-01T16:32:47.4257030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-11-01T16:32:47.4257750Z 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-11-01T16:32:47.4258730Z 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-11-01T16:32:47.4259860Z 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-11-01T16:32:47.4261060Z 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-11-01T16:32:47.4262360Z 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-11-01T16:32:47.4263320Z 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-11-01T16:32:47.4264520Z 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-11-01T16:32:47.4265980Z 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-11-01T16:32:47.4266970Z 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-11-01T16:32:47.4268480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-11-01T16:32:47.4269340Z 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-11-01T16:32:47.4270730Z 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-11-01T16:32:47.4271710Z 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-11-01T16:32:47.4272770Z 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-11-01T16:32:47.4274180Z 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-11-01T16:32:47.4275200Z 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-11-01T16:32:47.4276300Z 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-11-01T16:32:47.4278000Z 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-11-01T16:32:47.4278980Z 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-11-01T16:32:47.4280960Z 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-11-01T16:32:47.4281960Z 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-11-01T16:32:47.4283540Z 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-11-01T16:32:47.4284560Z 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-11-01T16:32:47.4286280Z 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-11-01T16:32:47.4287210Z 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-11-01T16:32:47.4288270Z 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-11-01T16:32:47.4289310Z 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-11-01T16:32:47.4290690Z 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-11-01T16:32:47.4291570Z 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-11-01T16:32:47.4293000Z 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-11-01T16:32:47.4294010Z 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-11-01T16:32:47.4295120Z 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-11-01T16:32:47.4296220Z 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-11-01T16:32:47.4297640Z 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-11-01T16:32:47.4298590Z 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-11-01T16:32:47.4299710Z 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-11-01T16:32:47.4300830Z 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-11-01T16:32:47.4301970Z 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-11-01T16:32:47.4303130Z 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-11-01T16:32:47.4304610Z 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-11-01T16:32:47.4305530Z 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-11-01T16:32:47.4307100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-11-01T16:32:47.4307880Z 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-11-01T16:32:47.4309460Z 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-11-01T16:32:47.4310340Z 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-11-01T16:32:47.4311750Z 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-11-01T16:32:47.4312690Z 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-11-01T16:32:47.4313920Z 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-11-01T16:32:47.4315580Z 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-11-01T16:32:47.4316410Z 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-11-01T16:32:47.4317380Z 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-11-01T16:32:47.4318480Z 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-11-01T16:32:47.4319690Z 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-11-01T16:32:47.4320940Z 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-11-01T16:32:47.4322140Z 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-11-01T16:32:47.4323220Z 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-11-01T16:32:47.4324660Z 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-11-01T16:32:47.4325570Z 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-11-01T16:32:47.4327100Z 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-11-01T16:32:47.4327940Z 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-11-01T16:32:47.4329100Z 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-11-01T16:32:47.4330170Z 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-11-01T16:32:47.4331690Z 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-11-01T16:32:47.4332660Z 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-11-01T16:32:47.4333670Z 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-11-01T16:32:47.4334880Z 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-11-01T16:32:47.4335990Z 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-11-01T16:32:47.4337100Z 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-11-01T16:32:47.4338320Z 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-11-01T16:32:47.4339440Z 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-11-01T16:32:47.4340660Z 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-11-01T16:32:47.4341730Z 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-11-01T16:32:47.4342920Z 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-11-01T16:32:47.4344310Z 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-11-01T16:32:47.4345350Z 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-11-01T16:32:47.4346440Z 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-11-01T16:32:47.4347910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-11-01T16:32:47.4348690Z 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-11-01T16:32:47.4350130Z 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-11-01T16:32:47.4351100Z 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-11-01T16:32:47.4352200Z 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-11-01T16:32:47.4353680Z 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-11-01T16:32:47.4354680Z 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-11-01T16:32:47.4356160Z 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-11-01T16:32:47.4357220Z 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-11-01T16:32:47.4358720Z 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-11-01T16:32:47.4360240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-11-01T16:32:47.4361010Z 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-11-01T16:32:47.4362560Z 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-11-01T16:32:47.4363720Z 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-11-01T16:32:47.4365280Z 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-11-01T16:32:47.4366250Z 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-11-01T16:32:47.4367930Z 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-11-01T16:32:47.4368940Z 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-11-01T16:32:47.4370420Z 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-11-01T16:32:47.4371450Z 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-11-01T16:32:47.4372370Z 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-11-01T16:32:47.4373740Z 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-11-01T16:32:47.4374810Z 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-11-01T16:32:47.4376030Z 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-11-01T16:32:47.4377700Z 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-11-01T16:32:47.4378620Z 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-11-01T16:32:47.4380030Z 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-11-01T16:32:47.4380950Z 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-11-01T16:32:47.4382330Z 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-11-01T16:32:47.4383230Z 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-11-01T16:32:47.4384370Z 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-11-01T16:32:47.4385730Z 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-11-01T16:32:47.4386780Z 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-11-01T16:32:47.4387960Z 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-11-01T16:32:47.4389060Z 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-11-01T16:32:47.4390390Z 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-11-01T16:32:47.4391350Z 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-11-01T16:32:47.4392720Z 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-11-01T16:32:47.4393680Z 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-11-01T16:32:47.4395060Z 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-11-01T16:32:47.4395910Z 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-11-01T16:32:47.4397340Z 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-11-01T16:32:47.4398180Z 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-11-01T16:32:47.4399550Z 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-11-01T16:32:47.4400520Z 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-11-01T16:32:47.4401770Z 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-11-01T16:32:47.4402930Z 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-11-01T16:32:47.4404000Z 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-11-01T16:32:47.4405510Z 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-11-01T16:32:47.4406340Z 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-11-01T16:32:47.4407420Z 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-11-01T16:32:47.4408680Z 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-11-01T16:32:47.4409780Z 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-11-01T16:32:47.4410920Z 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-11-01T16:32:47.4415560Z 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-11-01T16:32:47.4416510Z 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-11-01T16:32:47.4417250Z 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-11-01T16:32:47.4417940Z 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-11-01T16:32:47.4418650Z 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-11-01T16:32:47.4419370Z 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-11-01T16:32:47.4420070Z 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-11-01T16:32:47.4420790Z 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-11-01T16:32:47.4421660Z 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-11-01T16:32:47.4422520Z 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-11-01T16:32:47.4424070Z 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-11-01T16:32:47.4424890Z 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-11-01T16:32:47.4425970Z 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-11-01T16:32:47.4427550Z 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-11-01T16:32:47.4428540Z 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-11-01T16:32:47.4429840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen 2024-11-01T16:32:47.4430620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-11-01T16:32:47.4431610Z 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-11-01T16:32:47.4433120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-11-01T16:32:47.4433870Z 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-11-01T16:32:47.4434920Z 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-11-01T16:32:47.4436110Z 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-11-01T16:32:47.4437600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-11-01T16:32:47.4438330Z 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-11-01T16:32:47.4439770Z 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-11-01T16:32:47.4440620Z 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-11-01T16:32:47.4441820Z 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-11-01T16:32:47.4443010Z 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-11-01T16:32:47.4444530Z 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-11-01T16:32:47.4445350Z 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-11-01T16:32:47.4446390Z 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-11-01T16:32:47.4447570Z 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-11-01T16:32:47.4448760Z 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-11-01T16:32:47.4449930Z 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-11-01T16:32:47.4450860Z 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-11-01T16:32:47.4452420Z 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-11-01T16:32:47.4453220Z 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-11-01T16:32:47.4454460Z 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-11-01T16:32:47.4455490Z 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-11-01T16:32:47.4457030Z 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-11-01T16:32:47.4457840Z 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-11-01T16:32:47.4458910Z 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-11-01T16:32:47.4459970Z 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-11-01T16:32:47.4461470Z 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-11-01T16:32:47.4462240Z 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-11-01T16:32:47.4463730Z 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-11-01T16:32:47.4464850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-11-01T16:32:47.4465550Z 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-11-01T16:32:47.4466540Z 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-11-01T16:32:47.4467700Z 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-11-01T16:32:47.4468900Z 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-11-01T16:32:47.4470260Z 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-11-01T16:32:47.4471660Z 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-11-01T16:32:47.4472760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy 2024-11-01T16:32:47.4473980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-11-01T16:32:47.4474630Z 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-11-01T16:32:47.4475740Z 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-11-01T16:32:47.4476940Z 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-11-01T16:32:47.4478310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-11-01T16:32:47.4479100Z 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-11-01T16:32:47.4480820Z 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-11-01T16:32:47.4481560Z 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-11-01T16:32:47.4483230Z 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-11-01T16:32:47.4484040Z 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-11-01T16:32:47.4484940Z 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-11-01T16:32:47.4486030Z 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-11-01T16:32:47.4487680Z 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-11-01T16:32:47.4488460Z 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-11-01T16:32:47.4489460Z 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-11-01T16:32:47.4491060Z 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-11-01T16:32:47.4491960Z 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-11-01T16:32:47.4492970Z 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-11-01T16:32:47.4494380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-11-01T16:32:47.4495060Z 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-11-01T16:32:47.4496660Z 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-11-01T16:32:47.4497420Z 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-11-01T16:32:47.4498760Z 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-11-01T16:32:47.4499590Z 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-11-01T16:32:47.4501140Z 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-11-01T16:32:47.4501890Z 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-11-01T16:32:47.4502980Z 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-11-01T16:32:47.4504480Z 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-11-01T16:32:47.4505210Z 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-11-01T16:32:47.4506440Z 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-11-01T16:32:47.4507860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2024-11-01T16:32:47.4508600Z 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-11-01T16:32:47.4509950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-11-01T16:32:47.4510690Z 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-11-01T16:32:47.4512090Z 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-11-01T16:32:47.4512920Z 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-11-01T16:32:47.4514540Z 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-11-01T16:32:47.4515410Z 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-11-01T16:32:47.4516340Z 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-11-01T16:32:47.4517910Z 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-11-01T16:32:47.4518700Z 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-11-01T16:32:47.4519740Z 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-11-01T16:32:47.4521300Z 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-11-01T16:32:47.4522430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-11-01T16:32:47.4523130Z 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-11-01T16:32:47.4524170Z 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-11-01T16:32:47.4525390Z 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-11-01T16:32:47.4526390Z 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-11-01T16:32:47.4527770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api 2024-11-01T16:32:47.4528660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include 2024-11-01T16:32:47.4529900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-11-01T16:32:47.4530600Z 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-11-01T16:32:47.4532070Z 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-11-01T16:32:47.4532990Z 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-11-01T16:32:47.4534920Z 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-11-01T16:32:47.4536070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-11-01T16:32:47.4537320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-11-01T16:32:47.4538210Z 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-11-01T16:32:47.4539360Z 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-11-01T16:32:47.4540750Z 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-11-01T16:32:47.4541930Z 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-11-01T16:32:47.4543060Z 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-11-01T16:32:47.4544170Z 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-11-01T16:32:47.4545220Z 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-11-01T16:32:47.4546500Z 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-11-01T16:32:47.4548270Z 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-11-01T16:32:47.4550030Z 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-11-01T16:32:47.4551750Z 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-11-01T16:32:47.4558060Z 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-11-01T16:32:47.4559780Z 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-11-01T16:32:47.4561530Z 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-11-01T16:32:47.4563280Z 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-11-01T16:32:47.4565020Z 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-11-01T16:32:47.4566780Z 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-11-01T16:32:47.4568470Z 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-11-01T16:32:47.4570140Z 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-11-01T16:32:47.4571850Z 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-11-01T16:32:47.4573580Z 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-11-01T16:32:47.4575190Z 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-11-01T16:32:47.4576360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-11-01T16:32:47.4577660Z 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-11-01T16:32:47.4579280Z 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-11-01T16:32:47.4580400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-11-01T16:32:47.4581600Z 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-11-01T16:32:47.4583270Z 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-11-01T16:32:47.4584970Z 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-11-01T16:32:47.4586580Z 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-11-01T16:32:47.4588130Z 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-11-01T16:32:47.4589670Z 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-11-01T16:32:47.4591210Z 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-11-01T16:32:47.4592720Z 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-11-01T16:32:47.4593830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-11-01T16:32:47.4595110Z 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-11-01T16:32:47.4596800Z 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-11-01T16:32:47.4598470Z 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-11-01T16:32:47.4600130Z 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-11-01T16:32:47.4601860Z 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-11-01T16:32:47.4603570Z 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-11-01T16:32:47.4605300Z 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-11-01T16:32:47.4607080Z 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-11-01T16:32:47.4608810Z 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-11-01T16:32:47.4610080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-11-01T16:32:47.4611490Z 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-11-01T16:32:47.4613420Z 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-11-01T16:32:47.4615320Z 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-11-01T16:32:47.4617230Z 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-11-01T16:32:47.4619150Z 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-11-01T16:32:47.4621070Z 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-11-01T16:32:47.4623010Z 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-11-01T16:32:47.4624950Z 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-11-01T16:32:47.4626830Z 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-11-01T16:32:47.4628720Z 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-11-01T16:32:47.4630520Z 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-11-01T16:32:47.4632240Z 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-11-01T16:32:47.4633940Z 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-11-01T16:32:47.4635680Z 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-11-01T16:32:47.4637370Z 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-11-01T16:32:47.4639050Z 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-11-01T16:32:47.4640770Z 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-11-01T16:32:47.4642480Z 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-11-01T16:32:47.4644260Z 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-11-01T16:32:47.4646000Z 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-11-01T16:32:47.4647670Z 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-11-01T16:32:47.4649340Z 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-11-01T16:32:47.4651270Z 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-11-01T16:32:47.4653020Z 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-11-01T16:32:47.4654620Z 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-11-01T16:32:47.4656140Z 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-11-01T16:32:47.4657320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-11-01T16:32:47.4658720Z 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-11-01T16:32:47.4660540Z 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-11-01T16:32:47.4662350Z 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-11-01T16:32:47.4664080Z 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-11-01T16:32:47.4665880Z 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-11-01T16:32:47.4667630Z 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-11-01T16:32:47.4669350Z 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-11-01T16:32:47.4671110Z 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-11-01T16:32:47.4672900Z 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-11-01T16:32:47.4674630Z 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-11-01T16:32:47.4676360Z 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-11-01T16:32:47.4678110Z 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-11-01T16:32:47.4679830Z 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-11-01T16:32:47.4681580Z 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-11-01T16:32:47.4683360Z 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-11-01T16:32:47.4685110Z 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-11-01T16:32:47.4690850Z 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-11-01T16:32:47.4692290Z 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-11-01T16:32:47.4693720Z 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-11-01T16:32:47.4695190Z 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-11-01T16:32:47.4696580Z 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-11-01T16:32:47.4697980Z 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-11-01T16:32:47.4699130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-11-01T16:32:47.4700330Z 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-11-01T16:32:47.4701900Z 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-11-01T16:32:47.4703490Z 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-11-01T16:32:47.4705080Z 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-11-01T16:32:47.4706680Z 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-11-01T16:32:47.4708360Z 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-11-01T16:32:47.4709980Z 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-11-01T16:32:47.4711160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-11-01T16:32:47.4712570Z 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-11-01T16:32:47.4714480Z 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-11-01T16:32:47.4716270Z 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-11-01T16:32:47.4717950Z 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-11-01T16:32:47.4719090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-11-01T16:32:47.4720340Z 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-11-01T16:32:47.4722020Z 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-11-01T16:32:47.4723710Z 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-11-01T16:32:47.4725440Z 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-11-01T16:32:47.4726960Z 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-11-01T16:32:47.4728420Z 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-11-01T16:32:47.4729870Z 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-11-01T16:32:47.4730950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-11-01T16:32:47.4732140Z 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-11-01T16:32:47.4733820Z 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-11-01T16:32:47.4735440Z 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-11-01T16:32:47.4736890Z 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-11-01T16:32:47.4738390Z 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-11-01T16:32:47.4739850Z 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-11-01T16:32:47.4741330Z 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-11-01T16:32:47.4742790Z 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-11-01T16:32:47.4744290Z 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-11-01T16:32:47.4745740Z 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-11-01T16:32:47.4747150Z 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-11-01T16:32:47.4748660Z 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-11-01T16:32:47.4749750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-11-01T16:32:47.4750910Z 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-11-01T16:32:47.4752530Z 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-11-01T16:32:47.4753760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-11-01T16:32:47.4755040Z 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-11-01T16:32:47.4756800Z 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-11-01T16:32:47.4758500Z 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-11-01T16:32:47.4760200Z 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-11-01T16:32:47.4761930Z 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-11-01T16:32:47.4763650Z 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-11-01T16:32:47.4765400Z 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-11-01T16:32:47.4767130Z 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-11-01T16:32:47.4768770Z 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-11-01T16:32:47.4769950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-11-01T16:32:47.4771220Z 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-11-01T16:32:47.4773040Z 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-11-01T16:32:47.4774740Z 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-11-01T16:32:47.4776360Z 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-11-01T16:32:47.4777550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-11-01T16:32:47.4778880Z 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-11-01T16:32:47.4780630Z 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-11-01T16:32:47.4782430Z 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-11-01T16:32:47.4784210Z 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-11-01T16:32:47.4786010Z 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-11-01T16:32:47.4787510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-11-01T16:32:47.4788850Z 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-11-01T16:32:47.4790660Z 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-11-01T16:32:47.4792440Z 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-11-01T16:32:47.4794240Z 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-11-01T16:32:47.4796020Z 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-11-01T16:32:47.4797780Z 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-11-01T16:32:47.4799480Z 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-11-01T16:32:47.4801120Z 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-11-01T16:32:47.4802740Z 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-11-01T16:32:47.4804330Z 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-11-01T16:32:47.4805520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-11-01T16:32:47.4806870Z 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-11-01T16:32:47.4808690Z 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-11-01T16:32:47.4810460Z 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-11-01T16:32:47.4812130Z 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-11-01T16:32:47.4813460Z 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-11-01T16:32:47.4814660Z 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-11-01T16:32:47.4820390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-11-01T16:32:47.4821040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2024-11-01T16:32:47.4822080Z 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-11-01T16:32:47.4823450Z 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-11-01T16:32:47.4824480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-11-01T16:32:47.4825640Z 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-11-01T16:32:47.4827190Z 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-11-01T16:32:47.4828770Z 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-11-01T16:32:47.4830470Z 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-11-01T16:32:47.4831590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-11-01T16:32:47.4832650Z 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-11-01T16:32:47.4834100Z 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-11-01T16:32:47.4835590Z 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-11-01T16:32:47.4837020Z 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-11-01T16:32:47.4838300Z 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-11-01T16:32:47.4839530Z 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-11-01T16:32:47.4840820Z 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-11-01T16:32:47.4842090Z 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-11-01T16:32:47.4843030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-11-01T16:32:47.4844130Z 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-11-01T16:32:47.4845720Z 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-11-01T16:32:47.4847300Z 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-11-01T16:32:47.4848420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-11-01T16:32:47.4849480Z 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-11-01T16:32:47.4850890Z 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-11-01T16:32:47.4852310Z 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-11-01T16:32:47.4853710Z 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-11-01T16:32:47.4855170Z 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-11-01T16:32:47.4856600Z 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-11-01T16:32:47.4858020Z 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-11-01T16:32:47.4859430Z 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-11-01T16:32:47.4860840Z 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-11-01T16:32:47.4862280Z 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-11-01T16:32:47.4863720Z 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-11-01T16:32:47.4865130Z 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-11-01T16:32:47.4866560Z 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-11-01T16:32:47.4868060Z 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-11-01T16:32:47.4869550Z 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-11-01T16:32:47.4871030Z 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-11-01T16:32:47.4872440Z 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-11-01T16:32:47.4873760Z 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-11-01T16:32:47.4875050Z 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-11-01T16:32:47.4876360Z 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-11-01T16:32:47.4877650Z 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-11-01T16:32:47.4878540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2024-11-01T16:32:47.4879490Z 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-11-01T16:32:47.4880730Z 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-11-01T16:32:47.4881870Z 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-11-01T16:32:47.4883020Z 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-11-01T16:32:47.4884140Z 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-11-01T16:32:47.4885270Z 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-11-01T16:32:47.4886380Z 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-11-01T16:32:47.4887480Z 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-11-01T16:32:47.4888590Z 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-11-01T16:32:47.4889660Z 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-11-01T16:32:47.4890680Z 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-11-01T16:32:47.4891700Z 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-11-01T16:32:47.4892730Z 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-11-01T16:32:47.4893740Z 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-11-01T16:32:47.4894680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/nnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4895350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-11-01T16:32:47.4896140Z 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-11-01T16:32:47.4897260Z 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-11-01T16:32:47.4898400Z 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-11-01T16:32:47.4899430Z 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-11-01T16:32:47.4900440Z 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-11-01T16:32:47.4901490Z 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-11-01T16:32:47.4902570Z 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-11-01T16:32:47.4903740Z 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-11-01T16:32:47.4904930Z 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-11-01T16:32:47.4906060Z 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-11-01T16:32:47.4907140Z 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-11-01T16:32:47.4908240Z 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-11-01T16:32:47.4909310Z 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-11-01T16:32:47.4910390Z 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-11-01T16:32:47.4911490Z 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-11-01T16:32:47.4912610Z 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-11-01T16:32:47.4913630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/xnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4914580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/libshm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4915520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4916460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/qnnpack_func.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4917420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pthreadpool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4918360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/clog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4919260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/omp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:47.4923580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-11-01T16:32:47.4924410Z 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-11-01T16:32:47.4925490Z 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-11-01T16:32:47.4926580Z 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-11-01T16:32:47.4927750Z 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-11-01T16:32:47.4928860Z 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-11-01T16:32:47.4930110Z 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-11-01T16:32:47.4931400Z 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-11-01T16:32:47.4932430Z 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-11-01T16:32:47.4933470Z 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-11-01T16:32:47.4934550Z 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-11-01T16:32:47.4935620Z 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-11-01T16:32:47.4936680Z 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-11-01T16:32:47.4937830Z 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-11-01T16:32:47.4938970Z 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-11-01T16:32:47.4940080Z 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-11-01T16:32:47.4941160Z 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-11-01T16:32:47.4942170Z 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-11-01T16:32:47.4943190Z 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-11-01T16:32:47.4944220Z 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-11-01T16:32:47.4945000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-11-01T16:32:47.4945850Z 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-11-01T16:32:47.4946990Z 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-11-01T16:32:47.4948110Z 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-11-01T16:32:47.4949330Z 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-11-01T16:32:47.4950290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-11-01T16:32:47.4951300Z 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-11-01T16:32:47.4952650Z 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-11-01T16:32:47.4954050Z 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-11-01T16:32:47.4955430Z 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-11-01T16:32:47.4956710Z 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-11-01T16:32:47.4957830Z 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-11-01T16:32:47.4958960Z 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-11-01T16:32:47.4960080Z 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-11-01T16:32:47.4961240Z 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-11-01T16:32:47.4962420Z 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-11-01T16:32:47.4963690Z 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-11-01T16:32:47.4964950Z 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-11-01T16:32:47.4966070Z 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-11-01T16:32:47.4967270Z 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-11-01T16:32:47.4968420Z 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-11-01T16:32:47.4969540Z 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-11-01T16:32:47.4970700Z 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-11-01T16:32:47.4971570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-11-01T16:32:47.4972560Z 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-11-01T16:32:47.4973960Z 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-11-01T16:32:47.4975370Z 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-11-01T16:32:47.4976760Z 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-11-01T16:32:47.4978110Z 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-11-01T16:32:47.4979540Z 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-11-01T16:32:47.4980920Z 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-11-01T16:32:47.4982180Z 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-11-01T16:32:47.4983340Z 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-11-01T16:32:47.4984540Z 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-11-01T16:32:47.4985710Z 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-11-01T16:32:47.4986950Z 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-11-01T16:32:47.4988130Z 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-11-01T16:32:47.4989350Z 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-11-01T16:32:47.4990570Z 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-11-01T16:32:47.4991810Z 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-11-01T16:32:47.4993010Z 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-11-01T16:32:47.4994200Z 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-11-01T16:32:47.4995330Z 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-11-01T16:32:47.4996500Z 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-11-01T16:32:47.4997680Z 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-11-01T16:32:47.4998940Z 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-11-01T16:32:47.5000170Z 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-11-01T16:32:47.5001300Z 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-11-01T16:32:47.5002400Z 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-11-01T16:32:47.5003500Z 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-11-01T16:32:47.5004590Z 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-11-01T16:32:47.5005700Z 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-11-01T16:32:47.5006870Z 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-11-01T16:32:47.5008180Z 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-11-01T16:32:47.5009430Z 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-11-01T16:32:47.5010610Z 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-11-01T16:32:47.5011760Z 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-11-01T16:32:47.5012870Z 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-11-01T16:32:47.5013980Z 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-11-01T16:32:47.5015090Z 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-11-01T16:32:47.5016240Z 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-11-01T16:32:47.5017360Z 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-11-01T16:32:47.5018540Z 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-11-01T16:32:47.5019800Z 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-11-01T16:32:47.5025650Z 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-11-01T16:32:47.5026810Z 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-11-01T16:32:47.5028040Z 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-11-01T16:32:47.5029180Z 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-11-01T16:32:47.5030340Z 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-11-01T16:32:47.5031460Z 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-11-01T16:32:47.5032630Z 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-11-01T16:32:47.5033790Z 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-11-01T16:32:47.5034890Z 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-11-01T16:32:47.5036010Z 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-11-01T16:32:47.5037140Z 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-11-01T16:32:47.5038240Z 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-11-01T16:32:47.5039390Z 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-11-01T16:32:47.5040560Z 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-11-01T16:32:47.5041470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-11-01T16:32:47.5042050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-11-01T16:32:47.5043260Z 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-11-01T16:32:47.5044670Z 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-11-01T16:32:47.5046010Z 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-11-01T16:32:47.5047440Z 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-11-01T16:32:47.5049280Z 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-11-01T16:32:47.5050770Z 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-11-01T16:32:47.5052070Z 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-11-01T16:32:47.5053410Z 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-11-01T16:32:47.5054730Z 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-11-01T16:32:47.5056030Z 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-11-01T16:32:47.5057250Z 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-11-01T16:32:47.5058460Z 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-11-01T16:32:47.5059600Z 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-11-01T16:32:47.5060700Z 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-11-01T16:32:47.5061820Z 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-11-01T16:32:47.5063050Z 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-11-01T16:32:47.5064240Z 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-11-01T16:32:47.5065430Z 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-11-01T16:32:47.5066590Z 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-11-01T16:32:47.5067790Z 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-11-01T16:32:47.5069070Z 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-11-01T16:32:47.5070350Z 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-11-01T16:32:47.5071430Z 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-11-01T16:32:47.5072500Z 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-11-01T16:32:47.5073290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-11-01T16:32:47.5074150Z 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-11-01T16:32:47.5075270Z 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-11-01T16:32:47.5076410Z 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-11-01T16:32:47.5077600Z 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-11-01T16:32:47.5078720Z 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-11-01T16:32:47.5079820Z 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-11-01T16:32:47.5080920Z 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-11-01T16:32:47.5082020Z 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-11-01T16:32:47.5083130Z 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-11-01T16:32:47.5084320Z 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-11-01T16:32:47.5085560Z 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-11-01T16:32:47.5086410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-11-01T16:32:47.5087340Z 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-11-01T16:32:47.5088600Z 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-11-01T16:32:47.5089870Z 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-11-01T16:32:47.5091110Z 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-11-01T16:32:47.5092280Z 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-11-01T16:32:47.5093510Z 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-11-01T16:32:47.5094700Z 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-11-01T16:32:47.5095860Z 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-11-01T16:32:47.5097040Z 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-11-01T16:32:47.5098210Z 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-11-01T16:32:47.5099430Z 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-11-01T16:32:47.5100670Z 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-11-01T16:32:47.5101840Z 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-11-01T16:32:47.5103150Z 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-11-01T16:32:47.5104320Z 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-11-01T16:32:47.5105450Z 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-11-01T16:32:47.5106600Z 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-11-01T16:32:47.5107710Z 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-11-01T16:32:47.5108790Z 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-11-01T16:32:47.5109890Z 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-11-01T16:32:47.5110980Z 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-11-01T16:32:47.5112120Z 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-11-01T16:32:47.5113260Z 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-11-01T16:32:47.5114420Z 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-11-01T16:32:47.5115550Z 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-11-01T16:32:47.5116660Z 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-11-01T16:32:47.5117860Z 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-11-01T16:32:47.5118760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-11-01T16:32:47.5119690Z 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-11-01T16:32:47.5121020Z 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-11-01T16:32:47.5122340Z 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-11-01T16:32:47.5128240Z 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-11-01T16:32:47.5129570Z 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-11-01T16:32:47.5130890Z 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-11-01T16:32:47.5132130Z 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-11-01T16:32:47.5133330Z 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-11-01T16:32:47.5134510Z 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-11-01T16:32:47.5135900Z 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-11-01T16:32:47.5137140Z 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-11-01T16:32:47.5138000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-11-01T16:32:47.5138940Z 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-11-01T16:32:47.5140170Z 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-11-01T16:32:47.5141400Z 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-11-01T16:32:47.5142680Z 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-11-01T16:32:47.5144150Z 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-11-01T16:32:47.5145520Z 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-11-01T16:32:47.5146750Z 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-11-01T16:32:47.5148040Z 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-11-01T16:32:47.5149340Z 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-11-01T16:32:47.5150630Z 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-11-01T16:32:47.5152010Z 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-11-01T16:32:47.5153350Z 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-11-01T16:32:47.5154660Z 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-11-01T16:32:47.5156020Z 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-11-01T16:32:47.5157290Z 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-11-01T16:32:47.5158580Z 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-11-01T16:32:47.5159880Z 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-11-01T16:32:47.5161160Z 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-11-01T16:32:47.5162460Z 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-11-01T16:32:47.5163750Z 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-11-01T16:32:47.5164980Z 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-11-01T16:32:47.5166230Z 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-11-01T16:32:47.5167530Z 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-11-01T16:32:47.5168880Z 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-11-01T16:32:47.5170240Z 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-11-01T16:32:47.5171660Z 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-11-01T16:32:47.5173150Z 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-11-01T16:32:47.5174420Z 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-11-01T16:32:47.5175660Z 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-11-01T16:32:47.5176880Z 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-11-01T16:32:47.5178070Z 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-11-01T16:32:47.5179350Z 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-11-01T16:32:47.5180620Z 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-11-01T16:32:47.5181870Z 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-11-01T16:32:47.5183220Z 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-11-01T16:32:47.5184470Z 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-11-01T16:32:47.5185780Z 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-11-01T16:32:47.5187020Z 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-11-01T16:32:47.5187890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-11-01T16:32:47.5188890Z 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-11-01T16:32:47.5190260Z 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-11-01T16:32:47.5191650Z 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-11-01T16:32:47.5192960Z 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-11-01T16:32:47.5194220Z 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-11-01T16:32:47.5195490Z 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-11-01T16:32:47.5196810Z 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-11-01T16:32:47.5198150Z 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-11-01T16:32:47.5199480Z 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-11-01T16:32:47.5200800Z 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-11-01T16:32:47.5202110Z 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-11-01T16:32:47.5203380Z 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-11-01T16:32:47.5204650Z 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-11-01T16:32:47.5205920Z 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-11-01T16:32:47.5207170Z 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-11-01T16:32:47.5208490Z 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-11-01T16:32:47.5209770Z 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-11-01T16:32:47.5211070Z 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-11-01T16:32:47.5212340Z 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-11-01T16:32:47.5213590Z 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-11-01T16:32:47.5214820Z 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-11-01T16:32:47.5216080Z 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-11-01T16:32:47.5217400Z 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-11-01T16:32:47.5218850Z 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-11-01T16:32:47.5220130Z 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-11-01T16:32:47.5221390Z 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-11-01T16:32:47.5222670Z 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-11-01T16:32:47.5223960Z 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-11-01T16:32:47.5225260Z 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-11-01T16:32:47.5226590Z 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-11-01T16:32:47.5227910Z 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-11-01T16:32:47.5229270Z 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-11-01T16:32:47.5230670Z 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-11-01T16:32:47.5232040Z 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-11-01T16:32:47.5233300Z 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-11-01T16:32:47.5239450Z 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-11-01T16:32:47.5240790Z 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-11-01T16:32:47.5242120Z 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-11-01T16:32:47.5243440Z 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-11-01T16:32:47.5244060Z 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-11-01T16:32:47.5244700Z 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-11-01T16:32:47.5245360Z 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-11-01T16:32:47.5246030Z 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-11-01T16:32:47.5246620Z 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-11-01T16:32:47.5247240Z 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-11-01T16:32:47.5247860Z 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-11-01T16:32:47.5248480Z 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-11-01T16:32:47.5249160Z 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-11-01T16:32:47.5249790Z 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-11-01T16:32:47.5250450Z 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-11-01T16:32:47.5251070Z 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-11-01T16:32:47.5251680Z 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-11-01T16:32:47.5252370Z 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-11-01T16:32:47.5252990Z 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-11-01T16:32:47.5253610Z 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-11-01T16:32:47.5254250Z 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-11-01T16:32:47.5254830Z 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-11-01T16:32:47.5255150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-11-01T16:32:47.5255810Z 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-11-01T16:32:47.5256500Z 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-11-01T16:32:47.5257200Z 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-11-01T16:32:47.5257500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-11-01T16:32:47.5258230Z 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-11-01T16:32:47.5258930Z 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-11-01T16:32:47.5259640Z 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-11-01T16:32:47.5260360Z 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-11-01T16:32:47.5261100Z 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-11-01T16:32:47.5261850Z 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-11-01T16:32:47.5262570Z 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-11-01T16:32:47.5263290Z 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-11-01T16:32:47.5264030Z 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-11-01T16:32:47.5264760Z 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-11-01T16:32:47.5265470Z 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-11-01T16:32:47.5266160Z 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-11-01T16:32:47.5266830Z 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-11-01T16:32:47.5267530Z 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-11-01T16:32:47.5268240Z 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-11-01T16:32:47.5268940Z 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-11-01T16:32:47.5269660Z 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-11-01T16:32:47.5270310Z 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-11-01T16:32:47.5270970Z 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-11-01T16:32:47.5271520Z 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-11-01T16:32:47.5272060Z 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-11-01T16:32:47.5272700Z 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-11-01T16:32:47.5273260Z 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-11-01T16:32:47.5273840Z 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-11-01T16:32:47.5274510Z 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-11-01T16:32:47.5275140Z 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-11-01T16:32:47.5275720Z 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-11-01T16:32:47.5276300Z 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-11-01T16:32:47.5276850Z 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-11-01T16:32:47.5277100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-11-01T16:32:47.5277740Z 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-11-01T16:32:47.5278400Z 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-11-01T16:32:47.5279020Z 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-11-01T16:32:47.5279580Z 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-11-01T16:32:47.5280180Z 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-11-01T16:32:47.5280740Z 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-11-01T16:32:47.5281320Z 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-11-01T16:32:47.5281880Z 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-11-01T16:32:47.5282510Z 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-11-01T16:32:47.5283110Z 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-11-01T16:32:47.5283390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-11-01T16:32:47.5284110Z 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-11-01T16:32:47.5284810Z 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-11-01T16:32:47.5285420Z 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-11-01T16:32:47.5285980Z 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-11-01T16:32:47.5286540Z 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-11-01T16:32:47.5287120Z 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-11-01T16:32:47.5287740Z 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-11-01T16:32:47.5287990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/hip 2024-11-01T16:32:47.5288600Z 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-11-01T16:32:47.5289190Z 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-11-01T16:32:47.5289770Z 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-11-01T16:32:47.5290360Z 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-11-01T16:32:47.5290940Z 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-11-01T16:32:47.5291600Z 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-11-01T16:32:47.5292170Z 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-11-01T16:32:47.5292740Z 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-11-01T16:32:47.5293270Z 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-11-01T16:32:47.5293840Z 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-11-01T16:32:47.5294460Z 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-11-01T16:32:47.5295010Z 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-11-01T16:32:47.5295940Z 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-11-01T16:32:47.5296720Z 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-11-01T16:32:47.5298230Z 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-11-01T16:32:47.5299220Z 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-11-01T16:32:47.5300760Z 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-11-01T16:32:47.5301690Z 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-11-01T16:32:47.5303130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-11-01T16:32:47.5303830Z 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-11-01T16:32:47.5305360Z 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-11-01T16:32:47.5306190Z 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-11-01T16:32:47.5307350Z 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-11-01T16:32:47.5308650Z 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-11-01T16:32:47.5310380Z 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-11-01T16:32:47.5311770Z 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-11-01T16:32:47.5313250Z 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-11-01T16:32:47.5314660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn 2024-11-01T16:32:47.5315500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2024-11-01T16:32:47.5316640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2024-11-01T16:32:47.5317520Z 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-11-01T16:32:47.5319160Z 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-11-01T16:32:47.5320060Z 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-11-01T16:32:47.5321300Z 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-11-01T16:32:47.5322280Z 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-11-01T16:32:47.5323760Z 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-11-01T16:32:47.5324640Z 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-11-01T16:32:47.5326260Z 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-11-01T16:32:47.5327110Z 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-11-01T16:32:47.5328720Z 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-11-01T16:32:47.5329430Z 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-11-01T16:32:47.5330840Z 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-11-01T16:32:47.5331800Z 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-11-01T16:32:47.5333340Z 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-11-01T16:32:47.5334180Z 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-11-01T16:32:47.5335730Z 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-11-01T16:32:47.5336420Z 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-11-01T16:32:47.5338000Z 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-11-01T16:32:47.5338880Z 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-11-01T16:32:47.5340020Z 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-11-01T16:32:47.5341600Z 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-11-01T16:32:47.5342440Z 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-11-01T16:32:47.5344050Z 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-11-01T16:32:47.5344900Z 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-11-01T16:32:47.5346470Z 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-11-01T16:32:47.5347200Z 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-11-01T16:32:47.5348900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-11-01T16:32:47.5349420Z 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-11-01T16:32:47.5350730Z 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-11-01T16:32:47.5352090Z 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-11-01T16:32:47.5353440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-11-01T16:32:47.5354140Z 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-11-01T16:32:47.5355750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-11-01T16:32:47.5356670Z 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-11-01T16:32:47.5358170Z 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-11-01T16:32:47.5359050Z 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-11-01T16:32:47.5360770Z 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-11-01T16:32:47.5362050Z 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-11-01T16:32:47.5363380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-11-01T16:32:47.5364040Z 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-11-01T16:32:47.5365860Z 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-11-01T16:32:47.5366670Z 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-11-01T16:32:47.5368260Z 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-11-01T16:32:47.5369680Z 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-11-01T16:32:47.5370650Z 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-11-01T16:32:47.5372240Z 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-11-01T16:32:47.5373120Z 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-11-01T16:32:47.5374320Z 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-11-01T16:32:47.5376340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-11-01T16:32:47.5377060Z 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-11-01T16:32:47.5379050Z 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-11-01T16:32:47.5383140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-11-01T16:32:47.5383850Z 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-11-01T16:32:47.5384660Z 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-11-01T16:32:47.5385380Z 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-11-01T16:32:47.5386090Z 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-11-01T16:32:47.5386800Z 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-11-01T16:32:47.5387490Z 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-11-01T16:32:47.5388380Z 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-11-01T16:32:47.5389560Z 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-11-01T16:32:47.5390730Z 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-11-01T16:32:47.5392640Z 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-11-01T16:32:47.5394320Z 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-11-01T16:32:47.5395730Z 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-11-01T16:32:47.5396970Z 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-11-01T16:32:47.5398360Z 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-11-01T16:32:47.5400210Z 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-11-01T16:32:47.5401040Z 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-11-01T16:32:47.5402560Z 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-11-01T16:32:47.5403410Z 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-11-01T16:32:47.5404910Z 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-11-01T16:32:47.5406570Z 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-11-01T16:32:47.5408030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-11-01T16:32:47.5408720Z 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-11-01T16:32:47.5410660Z 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-11-01T16:32:47.5411560Z 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-11-01T16:32:47.5413570Z 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-11-01T16:32:47.5414640Z 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-11-01T16:32:47.5416160Z 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-11-01T16:32:47.5417200Z 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-11-01T16:32:47.5418820Z 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-11-01T16:32:47.5420320Z 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-11-01T16:32:47.5421320Z 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-11-01T16:32:47.5422820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-11-01T16:32:47.5423450Z 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-11-01T16:32:47.5425120Z 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-11-01T16:32:47.5426190Z 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-11-01T16:32:47.5427750Z 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-11-01T16:32:47.5428610Z 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-11-01T16:32:47.5430080Z 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-11-01T16:32:47.5431070Z 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-11-01T16:32:47.5432570Z 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-11-01T16:32:47.5433430Z 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-11-01T16:32:47.5435080Z 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-11-01T16:32:47.5436460Z 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-11-01T16:32:47.5437240Z 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-11-01T16:32:47.5438670Z 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-11-01T16:32:47.5439740Z 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-11-01T16:32:47.5445220Z 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-11-01T16:32:47.5446020Z 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-11-01T16:32:47.5447610Z 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-11-01T16:32:47.5448290Z 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-11-01T16:32:47.5450030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-11-01T16:32:47.5450690Z 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-11-01T16:32:47.5452180Z 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-11-01T16:32:47.5453080Z 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-11-01T16:32:47.5454520Z 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-11-01T16:32:47.5455440Z 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-11-01T16:32:47.5456990Z 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-11-01T16:32:47.5457970Z 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-11-01T16:32:47.5459250Z 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-11-01T16:32:47.5460100Z 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-11-01T16:32:47.5461550Z 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-11-01T16:32:47.5462460Z 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-11-01T16:32:47.5463890Z 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-11-01T16:32:47.5464710Z 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-11-01T16:32:47.5466140Z 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-11-01T16:32:47.5467020Z 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-11-01T16:32:47.5468440Z 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-11-01T16:32:47.5469320Z 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-11-01T16:32:47.5470510Z 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-11-01T16:32:47.5471950Z 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-11-01T16:32:47.5472880Z 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-11-01T16:32:47.5474370Z 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-11-01T16:32:47.5475160Z 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-11-01T16:32:47.5476650Z 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-11-01T16:32:47.5477550Z 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-11-01T16:32:47.5479090Z 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-11-01T16:32:47.5479900Z 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-11-01T16:32:47.5481340Z 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-11-01T16:32:47.5482090Z 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-11-01T16:32:47.5483380Z 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-11-01T16:32:47.5485140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-11-01T16:32:47.5485840Z 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-11-01T16:32:47.5487190Z 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-11-01T16:32:47.5488040Z 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-11-01T16:32:47.5489600Z 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-11-01T16:32:47.5490520Z 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-11-01T16:32:47.5491700Z 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-11-01T16:32:47.5493310Z 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-11-01T16:32:47.5494110Z 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-11-01T16:32:47.5495620Z 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-11-01T16:32:47.5496410Z 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-11-01T16:32:47.5497820Z 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-11-01T16:32:47.5499330Z 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-11-01T16:32:47.5500780Z 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-11-01T16:32:47.5501690Z 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-11-01T16:32:47.5503150Z 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-11-01T16:32:47.5504050Z 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-11-01T16:32:47.5505690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-11-01T16:32:47.5506350Z 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-11-01T16:32:47.5507960Z 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-11-01T16:32:47.5508880Z 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-11-01T16:32:47.5510370Z 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-11-01T16:32:47.5511230Z 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-11-01T16:32:47.5512900Z 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-11-01T16:32:47.5513690Z 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-11-01T16:32:47.5515110Z 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-11-01T16:32:47.5515940Z 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-11-01T16:32:47.5517570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-11-01T16:32:47.5518210Z 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-11-01T16:32:47.5519680Z 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-11-01T16:32:47.5520610Z 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-11-01T16:32:47.5522260Z 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-11-01T16:32:47.5523590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-11-01T16:32:47.5524130Z 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-11-01T16:32:47.5525760Z 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-11-01T16:32:47.5526580Z 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-11-01T16:32:47.5528040Z 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-11-01T16:32:47.5529790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2024-11-01T16:32:47.5530490Z 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-11-01T16:32:47.5532150Z 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-11-01T16:32:47.5532870Z 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-11-01T16:32:47.5534300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-11-01T16:32:47.5534880Z 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-11-01T16:32:47.5536490Z 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-11-01T16:32:47.5537290Z 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-11-01T16:32:47.5538750Z 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-11-01T16:32:47.5539550Z 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-11-01T16:32:47.5540970Z 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-11-01T16:32:47.5541940Z 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-11-01T16:32:47.5553400Z 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-11-01T16:32:47.5562800Z 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-11-01T16:32:47.5576570Z 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-11-01T16:32:47.5577740Z 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-11-01T16:32:47.5578960Z 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-11-01T16:32:47.5579960Z 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-11-01T16:32:47.5581260Z 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-11-01T16:32:47.5582350Z 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-11-01T16:32:47.5583790Z 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-11-01T16:32:47.5593010Z 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-11-01T16:32:47.5593910Z 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-11-01T16:32:47.5595180Z 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-11-01T16:32:47.5596130Z 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-11-01T16:32:47.5597470Z 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-11-01T16:32:47.5598420Z 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-11-01T16:32:47.5599820Z 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-11-01T16:32:47.5600740Z 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-11-01T16:32:47.5602280Z 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-11-01T16:32:47.5603150Z 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-11-01T16:32:47.5604470Z 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-11-01T16:32:47.5605670Z 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-11-01T16:32:47.5606850Z 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-11-01T16:32:47.5608120Z 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-11-01T16:32:47.5609420Z 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-11-01T16:32:47.5610460Z 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-11-01T16:32:47.5611890Z 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-11-01T16:32:47.5612830Z 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-11-01T16:32:47.5618620Z 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-11-01T16:32:47.5619200Z 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-11-01T16:32:47.5619990Z 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-11-01T16:32:47.5621420Z 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-11-01T16:32:47.5622930Z 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-11-01T16:32:47.5623870Z 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-11-01T16:32:47.5625600Z 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-11-01T16:32:47.5627430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-11-01T16:32:47.5628100Z 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-11-01T16:32:47.5629220Z 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-11-01T16:32:47.5630330Z 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-11-01T16:32:47.5631840Z 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-11-01T16:32:47.5632770Z 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-11-01T16:32:47.5634410Z 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-11-01T16:32:47.5635130Z 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-11-01T16:32:47.5636100Z 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-11-01T16:32:47.5637630Z 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-11-01T16:32:47.5638470Z 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-11-01T16:32:47.5640020Z 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-11-01T16:32:47.5640840Z 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-11-01T16:32:47.5642440Z 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-11-01T16:32:47.5645770Z 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-11-01T16:32:47.5647800Z 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-11-01T16:32:47.5650350Z 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-11-01T16:32:47.5651550Z 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-11-01T16:32:47.5652770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip 2024-11-01T16:32:47.5653740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-11-01T16:32:47.5654670Z 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-11-01T16:32:47.5656070Z 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-11-01T16:32:47.5657150Z 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-11-01T16:32:47.5658270Z 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-11-01T16:32:47.5660110Z 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-11-01T16:32:47.5661420Z 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-11-01T16:32:47.5662350Z 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-11-01T16:32:47.5664310Z 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-11-01T16:32:47.5665120Z 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-11-01T16:32:47.5666790Z 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-11-01T16:32:47.5668230Z 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-11-01T16:32:47.5669200Z 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-11-01T16:32:47.5670590Z 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-11-01T16:32:47.5671640Z 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-11-01T16:32:47.5673280Z 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-11-01T16:32:47.5674060Z 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-11-01T16:32:47.5675480Z 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-11-01T16:32:47.5711190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-11-01T16:32:47.5711990Z 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-11-01T16:32:47.5713230Z 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-11-01T16:32:47.5714950Z 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-11-01T16:32:47.5715670Z 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-11-01T16:32:47.5717300Z 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-11-01T16:32:47.5718160Z 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-11-01T16:32:47.5719410Z 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-11-01T16:32:47.5720790Z 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-11-01T16:32:47.5721950Z 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-11-01T16:32:47.5722860Z 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-11-01T16:32:47.5724090Z 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-11-01T16:32:47.5725360Z 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-11-01T16:32:47.5726400Z 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-11-01T16:32:47.5727840Z 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-11-01T16:32:47.5728860Z 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-11-01T16:32:47.5730360Z 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-11-01T16:32:47.5731140Z 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-11-01T16:32:47.5732450Z 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-11-01T16:32:47.5733550Z 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-11-01T16:32:47.5735150Z 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-11-01T16:32:47.5735880Z 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-11-01T16:32:47.5737440Z 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-11-01T16:32:47.5738170Z 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-11-01T16:32:47.5739750Z 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-11-01T16:32:47.5740620Z 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-11-01T16:32:47.5741710Z 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-11-01T16:32:47.5743230Z 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-11-01T16:32:47.5744350Z 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-11-01T16:32:47.5746160Z 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-11-01T16:32:47.5747010Z 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-11-01T16:32:47.5748520Z 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-11-01T16:32:47.5749360Z 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-11-01T16:32:47.5750850Z 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-11-01T16:32:47.5752140Z 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-11-01T16:32:47.5753000Z 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-11-01T16:32:47.5754440Z 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-11-01T16:32:47.5755330Z 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-11-01T16:32:47.5756770Z 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-11-01T16:32:47.5757660Z 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-11-01T16:32:47.5759090Z 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-11-01T16:32:47.5759970Z 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-11-01T16:32:47.5761470Z 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-11-01T16:32:47.5762770Z 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-11-01T16:32:47.5764170Z 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-11-01T16:32:47.5765000Z 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-11-01T16:32:47.5766470Z 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-11-01T16:32:47.5767410Z 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-11-01T16:32:47.5768980Z 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-11-01T16:32:47.5769770Z 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-11-01T16:32:47.5771370Z 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-11-01T16:32:47.5772470Z 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-11-01T16:32:47.5773930Z 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-11-01T16:32:47.5774820Z 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-11-01T16:32:47.5776200Z 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-11-01T16:32:47.5777050Z 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-11-01T16:32:47.5778610Z 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-11-01T16:32:47.5779630Z 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-11-01T16:32:47.5780960Z 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-11-01T16:32:47.5782510Z 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-11-01T16:32:47.5783410Z 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-11-01T16:32:47.5784870Z 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-11-01T16:32:47.5785750Z 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-11-01T16:32:47.5787370Z 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-11-01T16:32:47.5788340Z 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-11-01T16:32:47.5789740Z 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-11-01T16:32:47.5790570Z 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-11-01T16:32:47.5792090Z 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-11-01T16:32:47.5792980Z 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-11-01T16:32:47.5794700Z 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-11-01T16:32:47.5795380Z 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-11-01T16:32:47.5796940Z 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-11-01T16:32:47.5797760Z 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-11-01T16:32:47.5799450Z 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-11-01T16:32:47.5800430Z 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-11-01T16:32:47.5801960Z 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-11-01T16:32:47.5802740Z 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-11-01T16:32:47.5803770Z 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-11-01T16:32:47.5805390Z 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-11-01T16:32:47.5806320Z 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-11-01T16:32:47.5807380Z 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-11-01T16:32:47.5808870Z 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-11-01T16:32:47.5809670Z 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-11-01T16:32:47.5811160Z 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-11-01T16:32:47.5812060Z 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-11-01T16:32:47.5813920Z 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-11-01T16:32:47.5814780Z 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-11-01T16:32:47.5816250Z 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-11-01T16:32:47.5817350Z 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-11-01T16:32:47.5818660Z 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-11-01T16:32:47.5820120Z 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-11-01T16:32:47.5820980Z 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-11-01T16:32:47.5822390Z 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-11-01T16:32:47.5824000Z 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-11-01T16:32:47.5825070Z 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-11-01T16:32:47.5826100Z 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-11-01T16:32:47.5827860Z 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-11-01T16:32:47.5828700Z 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-11-01T16:32:47.5830380Z 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-11-01T16:32:47.5831040Z 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-11-01T16:32:47.5832290Z 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-11-01T16:32:47.5833750Z 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-11-01T16:32:47.5834600Z 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-11-01T16:32:47.5836190Z 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-11-01T16:32:47.5837420Z 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-11-01T16:32:47.5838230Z 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-11-01T16:32:47.5839680Z 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-11-01T16:32:47.5840710Z 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-11-01T16:32:47.5842150Z 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-11-01T16:32:47.5842960Z 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-11-01T16:32:47.5844460Z 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-11-01T16:32:47.5845450Z 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-11-01T16:32:47.5846910Z 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-11-01T16:32:47.5851640Z 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-11-01T16:32:47.5852510Z 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-11-01T16:32:47.5853090Z 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-11-01T16:32:47.5853740Z 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-11-01T16:32:47.5854300Z 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-11-01T16:32:47.5854880Z 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-11-01T16:32:47.5855420Z 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-11-01T16:32:47.5856020Z 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-11-01T16:32:47.5857240Z 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-11-01T16:32:47.5858120Z 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-11-01T16:32:47.5859850Z 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-11-01T16:32:47.5860860Z 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-11-01T16:32:47.5861890Z 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-11-01T16:32:47.5863240Z 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-11-01T16:32:47.5864660Z 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-11-01T16:32:47.5865510Z 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-11-01T16:32:47.5867070Z 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-11-01T16:32:47.5868160Z 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-11-01T16:32:47.5869410Z 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-11-01T16:32:47.5870990Z 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-11-01T16:32:47.5871850Z 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-11-01T16:32:47.5873280Z 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-11-01T16:32:47.5874190Z 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-11-01T16:32:47.5875640Z 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-11-01T16:32:47.5876520Z 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-11-01T16:32:47.5878050Z 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-11-01T16:32:47.5878930Z 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-11-01T16:32:47.5880350Z 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-11-01T16:32:47.5881070Z 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-11-01T16:32:47.5882450Z 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-11-01T16:32:47.5883550Z 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-11-01T16:32:47.5885080Z 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-11-01T16:32:47.5885770Z 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-11-01T16:32:47.5887720Z 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-11-01T16:32:47.5888650Z 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-11-01T16:32:47.5890360Z 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-11-01T16:32:47.5891130Z 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-11-01T16:32:47.5892430Z 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-11-01T16:32:47.5893380Z 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-11-01T16:32:47.5894970Z 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-11-01T16:32:47.5895930Z 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-11-01T16:32:47.5897270Z 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-11-01T16:32:47.5898540Z 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-11-01T16:32:47.5899430Z 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-11-01T16:32:47.5901290Z 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-11-01T16:32:47.5902320Z 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-11-01T16:32:47.5903730Z 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-11-01T16:32:47.5904870Z 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-11-01T16:32:47.5906290Z 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-11-01T16:32:47.5907160Z 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-11-01T16:32:47.5908670Z 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-11-01T16:32:47.5909540Z 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-11-01T16:32:47.5911140Z 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-11-01T16:32:47.5911830Z 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-11-01T16:32:47.5913430Z 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-11-01T16:32:47.5914230Z 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-11-01T16:32:47.5915650Z 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-11-01T16:32:47.5916730Z 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-11-01T16:32:47.5918300Z 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-11-01T16:32:47.5919270Z 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-11-01T16:32:47.5920320Z 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-11-01T16:32:47.5921920Z 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-11-01T16:32:47.5922790Z 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-11-01T16:32:47.5924490Z 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-11-01T16:32:47.5925140Z 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-11-01T16:32:47.5926360Z 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-11-01T16:32:47.5927880Z 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-11-01T16:32:47.5928970Z 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-11-01T16:32:47.5929950Z 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-11-01T16:32:47.5931480Z 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-11-01T16:32:47.5932150Z 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-11-01T16:32:47.5934100Z 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-11-01T16:32:47.5934980Z 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-11-01T16:32:47.5936450Z 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-11-01T16:32:47.5937190Z 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-11-01T16:32:47.5938690Z 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-11-01T16:32:47.5939610Z 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-11-01T16:32:47.5941080Z 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-11-01T16:32:47.5942110Z 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-11-01T16:32:47.5943880Z 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-11-01T16:32:47.5945160Z 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-11-01T16:32:47.5946070Z 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-11-01T16:32:47.5947180Z 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-11-01T16:32:47.5948590Z 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-11-01T16:32:47.5949480Z 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-11-01T16:32:47.5951030Z 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-11-01T16:32:47.5951810Z 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-11-01T16:32:47.5953170Z 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-11-01T16:32:47.5954550Z 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-11-01T16:32:47.5955620Z 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-11-01T16:32:47.5957140Z 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-11-01T16:32:47.5957910Z 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-11-01T16:32:47.5959390Z 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-11-01T16:32:47.5960290Z 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-11-01T16:32:47.5962100Z 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-11-01T16:32:47.5963000Z 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-11-01T16:32:47.5964250Z 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-11-01T16:32:47.5965880Z 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-11-01T16:32:47.5966840Z 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-11-01T16:32:47.5967790Z 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-11-01T16:32:47.5969240Z 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-11-01T16:32:47.5970790Z 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-11-01T16:32:47.5971540Z 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-11-01T16:32:47.5973110Z 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-11-01T16:32:47.5974080Z 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-11-01T16:32:47.5975060Z 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-11-01T16:32:47.5976590Z 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-11-01T16:32:47.5977510Z 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-11-01T16:32:47.5978740Z 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-11-01T16:32:47.5980740Z 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-11-01T16:32:47.5981730Z 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-11-01T16:32:47.5983410Z 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-11-01T16:32:47.5984160Z 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-11-01T16:32:47.5985680Z 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-11-01T16:32:47.5986760Z 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-11-01T16:32:47.5987780Z 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-11-01T16:32:47.5989370Z 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-11-01T16:32:47.5990630Z 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-11-01T16:32:47.5991390Z 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-11-01T16:32:47.5992920Z 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-11-01T16:32:47.5993570Z 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-11-01T16:32:47.5995070Z 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-11-01T16:32:47.5996030Z 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-11-01T16:32:47.5997530Z 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-11-01T16:32:47.5998660Z 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-11-01T16:32:47.5999710Z 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-11-01T16:32:47.6001340Z 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-11-01T16:32:47.6002100Z 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-11-01T16:32:47.6003080Z 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-11-01T16:32:47.6004530Z 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-11-01T16:32:47.6005410Z 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-11-01T16:32:47.6006890Z 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-11-01T16:32:47.6007680Z 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-11-01T16:32:47.6009130Z 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-11-01T16:32:47.6009990Z 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-11-01T16:32:47.6011420Z 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-11-01T16:32:47.6012330Z 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-11-01T16:32:47.6013900Z 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-11-01T16:32:47.6014650Z 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-11-01T16:32:47.6016580Z 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-11-01T16:32:47.6017280Z 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-11-01T16:32:47.6018840Z 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-11-01T16:32:47.6019760Z 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-11-01T16:32:47.6021340Z 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-11-01T16:32:47.6022170Z 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-11-01T16:32:47.6023800Z 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-11-01T16:32:47.6024470Z 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-11-01T16:32:47.6026070Z 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-11-01T16:32:47.6026960Z 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-11-01T16:32:47.6028380Z 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-11-01T16:32:47.6029220Z 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-11-01T16:32:47.6030890Z 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-11-01T16:32:47.6031760Z 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-11-01T16:32:47.6032990Z 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-11-01T16:32:47.6034400Z 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-11-01T16:32:47.6035170Z 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-11-01T16:32:47.6036680Z 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-11-01T16:32:47.6041390Z 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-11-01T16:32:47.6041950Z 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-11-01T16:32:47.6042710Z 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-11-01T16:32:47.6043310Z 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-11-01T16:32:47.6044030Z 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-11-01T16:32:47.6044810Z 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-11-01T16:32:47.6045950Z 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-11-01T16:32:47.6047610Z 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-11-01T16:32:47.6048440Z 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-11-01T16:32:47.6049600Z 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-11-01T16:32:47.6051190Z 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-11-01T16:32:47.6052280Z 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-11-01T16:32:47.6053870Z 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-11-01T16:32:47.6054590Z 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-11-01T16:32:47.6056210Z 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-11-01T16:32:47.6057030Z 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-11-01T16:32:47.6058400Z 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-11-01T16:32:47.6059430Z 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-11-01T16:32:47.6061160Z 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-11-01T16:32:47.6061950Z 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-11-01T16:32:47.6063290Z 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-11-01T16:32:47.6064220Z 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-11-01T16:32:47.6065660Z 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-11-01T16:32:47.6066810Z 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-11-01T16:32:47.6067660Z 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-11-01T16:32:47.6069190Z 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-11-01T16:32:47.6070160Z 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-11-01T16:32:47.6071560Z 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-11-01T16:32:47.6072840Z 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-11-01T16:32:47.6073870Z 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-11-01T16:32:47.6075400Z 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-11-01T16:32:47.6076630Z 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-11-01T16:32:47.6077710Z 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-11-01T16:32:47.6078600Z 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-11-01T16:32:47.6079950Z 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-11-01T16:32:47.6081580Z 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-11-01T16:32:47.6082470Z 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-11-01T16:32:47.6083910Z 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-11-01T16:32:47.6084760Z 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-11-01T16:32:47.6086290Z 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-11-01T16:32:47.6087120Z 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-11-01T16:32:47.6088210Z 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-11-01T16:32:47.6089900Z 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-11-01T16:32:47.6090710Z 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-11-01T16:32:47.6091890Z 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-11-01T16:32:47.6093470Z 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-11-01T16:32:47.6094220Z 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-11-01T16:32:47.6095690Z 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-11-01T16:32:47.6096590Z 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-11-01T16:32:47.6097970Z 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-11-01T16:32:47.6098920Z 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-11-01T16:32:47.6100490Z 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-11-01T16:32:47.6101400Z 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-11-01T16:32:47.6102940Z 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-11-01T16:32:47.6103730Z 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-11-01T16:32:47.6105160Z 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-11-01T16:32:47.6106110Z 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-11-01T16:32:47.6107870Z 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-11-01T16:32:47.6108610Z 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-11-01T16:32:47.6109920Z 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-11-01T16:32:47.6110770Z 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-11-01T16:32:47.6112390Z 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-11-01T16:32:47.6113090Z 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-11-01T16:32:47.6114620Z 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-11-01T16:32:47.6115660Z 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-11-01T16:32:47.6117480Z 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-11-01T16:32:47.6118520Z 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-11-01T16:32:47.6119510Z 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-11-01T16:32:47.6121080Z 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-11-01T16:32:47.6121910Z 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-11-01T16:32:47.6123480Z 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-11-01T16:32:47.6124340Z 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-11-01T16:32:47.6125900Z 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-11-01T16:32:47.6126710Z 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-11-01T16:32:47.6128250Z 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-11-01T16:32:47.6129150Z 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-11-01T16:32:47.6130590Z 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-11-01T16:32:47.6131580Z 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-11-01T16:32:47.6132660Z 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-11-01T16:32:47.6134050Z 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-11-01T16:32:47.6135480Z 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-11-01T16:32:47.6136340Z 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-11-01T16:32:47.6137940Z 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-11-01T16:32:47.6138660Z 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-11-01T16:32:47.6140190Z 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-11-01T16:32:47.6141770Z 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-11-01T16:32:47.6142450Z 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-11-01T16:32:47.6144060Z 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-11-01T16:32:47.6144940Z 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-11-01T16:32:47.6146470Z 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-11-01T16:32:47.6147410Z 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-11-01T16:32:47.6149030Z 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-11-01T16:32:47.6150550Z 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-11-01T16:32:47.6151270Z 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-11-01T16:32:47.6153020Z 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-11-01T16:32:47.6153960Z 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-11-01T16:32:47.6155630Z 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-11-01T16:32:47.6156500Z 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-11-01T16:32:47.6158020Z 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-11-01T16:32:47.6158740Z 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-11-01T16:32:47.6160300Z 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-11-01T16:32:47.6161120Z 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-11-01T16:32:47.6162560Z 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-11-01T16:32:47.6163500Z 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-11-01T16:32:47.6164830Z 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-11-01T16:32:47.6165930Z 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-11-01T16:32:47.6167070Z 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-11-01T16:32:47.6168680Z 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-11-01T16:32:47.6169500Z 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-11-01T16:32:47.6171020Z 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-11-01T16:32:47.6172180Z 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-11-01T16:32:47.6173640Z 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-11-01T16:32:47.6174680Z 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-11-01T16:32:47.6175720Z 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-11-01T16:32:47.6177150Z 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-11-01T16:32:47.6178040Z 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-11-01T16:32:47.6179400Z 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-11-01T16:32:47.6180400Z 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-11-01T16:32:47.6181910Z 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-11-01T16:32:47.6182930Z 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-11-01T16:32:47.6184090Z 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-11-01T16:32:47.6185300Z 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-11-01T16:32:47.6186620Z 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-11-01T16:32:47.6187500Z 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-11-01T16:32:47.6189050Z 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-11-01T16:32:47.6190110Z 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-11-01T16:32:47.6191200Z 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-11-01T16:32:47.6192770Z 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-11-01T16:32:47.6193690Z 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-11-01T16:32:47.6195190Z 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-11-01T16:32:47.6196000Z 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-11-01T16:32:47.6197450Z 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-11-01T16:32:47.6198340Z 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-11-01T16:32:47.6199660Z 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-11-01T16:32:47.6200990Z 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-11-01T16:32:47.6201940Z 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-11-01T16:32:47.6203490Z 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-11-01T16:32:47.6204160Z 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-11-01T16:32:47.6205630Z 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-11-01T16:32:47.6206420Z 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-11-01T16:32:47.6207890Z 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-11-01T16:32:47.6208800Z 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-11-01T16:32:47.6210220Z 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-11-01T16:32:47.6211350Z 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-11-01T16:32:47.6212500Z 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-11-01T16:32:47.6213950Z 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-11-01T16:32:47.6214750Z 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-11-01T16:32:47.6216230Z 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-11-01T16:32:47.6217040Z 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-11-01T16:32:47.6218680Z 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-11-01T16:32:47.6219510Z 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-11-01T16:32:47.6221030Z 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-11-01T16:32:47.6221920Z 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-11-01T16:32:47.6223310Z 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-11-01T16:32:47.6224290Z 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-11-01T16:32:47.6225820Z 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-11-01T16:32:47.6230560Z 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-11-01T16:32:47.6231250Z 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-11-01T16:32:47.6231850Z 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-11-01T16:32:47.6232410Z 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-11-01T16:32:47.6232960Z 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-11-01T16:32:47.6233560Z 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-11-01T16:32:47.6234440Z 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-11-01T16:32:47.6235600Z 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-11-01T16:32:47.6236790Z 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-11-01T16:32:47.6356920Z 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-11-01T16:32:47.7043870Z 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-11-01T16:32:47.7045610Z 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-11-01T16:32:47.7046630Z 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-11-01T16:32:47.7048470Z 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-11-01T16:32:47.7049200Z 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-11-01T16:32:47.7050640Z 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-11-01T16:32:47.7051740Z 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-11-01T16:32:47.7053500Z 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-11-01T16:32:47.7054620Z 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-11-01T16:32:47.7056120Z 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-11-01T16:32:47.7057350Z 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-11-01T16:32:47.7059000Z 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-11-01T16:32:47.7060260Z 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-11-01T16:32:47.7062250Z 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-11-01T16:32:47.7062920Z 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-11-01T16:32:47.7063920Z 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-11-01T16:32:47.7073220Z 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-11-01T16:32:47.7074290Z 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-11-01T16:32:47.7076030Z 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-11-01T16:32:47.7076870Z 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-11-01T16:32:47.7078520Z 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-11-01T16:32:47.7079490Z 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-11-01T16:32:47.7080980Z 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-11-01T16:32:47.7081920Z 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-11-01T16:32:47.7083530Z 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-11-01T16:32:47.7084360Z 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-11-01T16:32:47.7085900Z 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-11-01T16:32:47.7086790Z 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-11-01T16:32:47.7088270Z 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-11-01T16:32:47.7089300Z 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-11-01T16:32:47.7090800Z 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-11-01T16:32:47.7091680Z 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-11-01T16:32:47.7093190Z 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-11-01T16:32:47.7094020Z 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-11-01T16:32:47.7095520Z 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-11-01T16:32:47.7096530Z 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-11-01T16:32:47.7098050Z 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-11-01T16:32:47.7099030Z 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-11-01T16:32:47.7100760Z 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-11-01T16:32:47.7101550Z 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-11-01T16:32:47.7103020Z 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-11-01T16:32:47.7103840Z 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-11-01T16:32:47.7105400Z 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-11-01T16:32:47.7106390Z 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-11-01T16:32:47.7107870Z 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-11-01T16:32:47.7108790Z 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-11-01T16:32:47.7110280Z 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-11-01T16:32:47.7111120Z 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-11-01T16:32:47.7112600Z 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-11-01T16:32:47.7113470Z 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-11-01T16:32:47.7115490Z 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-11-01T16:32:47.7116230Z 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-11-01T16:32:47.7117160Z 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-11-01T16:32:47.7118450Z 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-11-01T16:32:47.7119420Z 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-11-01T16:32:47.7120850Z 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-11-01T16:32:47.7121890Z 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-11-01T16:32:47.7123130Z 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-11-01T16:32:47.7124640Z 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-11-01T16:32:47.7125480Z 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-11-01T16:32:47.7126750Z 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-11-01T16:32:47.7127740Z 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-11-01T16:32:47.7129260Z 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-11-01T16:32:47.7130200Z 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-11-01T16:32:47.7131540Z 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-11-01T16:32:47.7132810Z 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-11-01T16:32:47.7133850Z 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-11-01T16:32:47.7135010Z 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-11-01T16:32:47.7136550Z 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-11-01T16:32:47.7137370Z 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-11-01T16:32:47.7138720Z 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-11-01T16:32:47.7139740Z 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-11-01T16:32:47.7141160Z 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-11-01T16:32:47.7142130Z 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-11-01T16:32:47.7143540Z 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-11-01T16:32:47.7144520Z 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-11-01T16:32:47.7145990Z 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-11-01T16:32:47.7146950Z 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-11-01T16:32:47.7148500Z 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-11-01T16:32:47.7149360Z 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-11-01T16:32:47.7150910Z 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-11-01T16:32:47.7151750Z 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-11-01T16:32:47.7153190Z 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-11-01T16:32:47.7154130Z 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-11-01T16:32:47.7155740Z 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-11-01T16:32:47.7156450Z 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-11-01T16:32:47.7157810Z 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-11-01T16:32:47.7158940Z 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-11-01T16:32:47.7160010Z 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-11-01T16:32:47.7161260Z 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-11-01T16:32:47.7162520Z 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-11-01T16:32:47.7163770Z 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-11-01T16:32:47.7165120Z 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-11-01T16:32:47.7166720Z 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-11-01T16:32:47.7167670Z 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-11-01T16:32:47.7168990Z 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-11-01T16:32:47.7170360Z 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-11-01T16:32:47.7171410Z 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-11-01T16:32:47.7172830Z 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-11-01T16:32:47.7173770Z 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-11-01T16:32:47.7175110Z 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-11-01T16:32:47.7176120Z 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-11-01T16:32:47.7177460Z 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-11-01T16:32:47.7178630Z 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-11-01T16:32:47.7180000Z 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-11-01T16:32:47.7180990Z 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-11-01T16:32:47.7182350Z 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-11-01T16:32:47.7183310Z 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-11-01T16:32:47.7184610Z 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-11-01T16:32:47.7185850Z 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-11-01T16:32:47.7186930Z 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-11-01T16:32:47.7188210Z 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-11-01T16:32:47.7189490Z 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-11-01T16:32:47.7190410Z 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-11-01T16:32:47.7191650Z 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-11-01T16:32:47.7192960Z 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-11-01T16:32:47.7193940Z 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-11-01T16:32:47.7195130Z 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-11-01T16:32:47.7196280Z 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-11-01T16:32:47.7197370Z 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-11-01T16:32:47.7198600Z 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-11-01T16:32:47.7200040Z 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-11-01T16:32:47.7201210Z 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-11-01T16:32:47.7202250Z 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-11-01T16:32:47.7203400Z 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-11-01T16:32:47.7204600Z 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-11-01T16:32:47.7206030Z 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-11-01T16:32:47.7206950Z 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-11-01T16:32:47.7208360Z 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-11-01T16:32:47.7209590Z 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-11-01T16:32:47.7210440Z 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-11-01T16:32:47.7211800Z 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-11-01T16:32:47.7212830Z 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-11-01T16:32:47.7214260Z 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-11-01T16:32:47.7215500Z 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-11-01T16:32:47.7216540Z 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-11-01T16:32:47.7217880Z 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-11-01T16:32:47.7218810Z 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-11-01T16:32:47.7220140Z 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-11-01T16:32:47.7221160Z 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-11-01T16:32:47.7222560Z 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-11-01T16:32:47.7223580Z 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-11-01T16:32:47.7224920Z 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-11-01T16:32:47.7226110Z 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-11-01T16:32:47.7227370Z 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-11-01T16:32:47.7228400Z 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-11-01T16:32:47.7229730Z 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-11-01T16:32:47.7235060Z 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-11-01T16:32:47.7235690Z 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-11-01T16:32:47.7236250Z 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-11-01T16:32:47.7236900Z 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-11-01T16:32:47.7237500Z 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-11-01T16:32:47.7238170Z 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-11-01T16:32:47.7238750Z 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-11-01T16:32:47.7239460Z 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-11-01T16:32:47.7240470Z 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-11-01T16:32:47.7241840Z 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-11-01T16:32:47.7243030Z 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-11-01T16:32:47.7244360Z 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-11-01T16:32:47.7245410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-11-01T16:32:47.7246740Z 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-11-01T16:32:47.7248020Z 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-11-01T16:32:47.7249110Z 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-11-01T16:32:47.7250590Z 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-11-01T16:32:47.7251680Z 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-11-01T16:32:47.7253330Z 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-11-01T16:32:47.7254330Z 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-11-01T16:32:47.7255410Z 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-11-01T16:32:47.7256750Z 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-11-01T16:32:47.7258250Z 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-11-01T16:32:47.7259340Z 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-11-01T16:32:47.7260650Z 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-11-01T16:32:47.7261700Z 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-11-01T16:32:47.7262990Z 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-11-01T16:32:47.7264200Z 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-11-01T16:32:47.7265280Z 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-11-01T16:32:47.7266880Z 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-11-01T16:32:47.7268130Z 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-11-01T16:32:47.7269560Z 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-11-01T16:32:47.7271050Z 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-11-01T16:32:47.7272070Z 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-11-01T16:32:47.7273330Z 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-11-01T16:32:47.7274540Z 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-11-01T16:32:47.7275780Z 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-11-01T16:32:47.7276890Z 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-11-01T16:32:47.7278340Z 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-11-01T16:32:47.7279330Z 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-11-01T16:32:47.7280670Z 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-11-01T16:32:47.7281850Z 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-11-01T16:32:47.7283270Z 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-11-01T16:32:47.7284260Z 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-11-01T16:32:47.7285750Z 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-11-01T16:32:47.7287150Z 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-11-01T16:32:47.7288240Z 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-11-01T16:32:47.7289590Z 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-11-01T16:32:47.7290860Z 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-11-01T16:32:47.7292260Z 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-11-01T16:32:47.7293440Z 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-11-01T16:32:47.7294870Z 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-11-01T16:32:47.7296080Z 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-11-01T16:32:47.7297500Z 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-11-01T16:32:47.7298530Z 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-11-01T16:32:47.7299850Z 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-11-01T16:32:47.7301180Z 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-11-01T16:32:47.7302340Z 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-11-01T16:32:47.7303710Z 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-11-01T16:32:47.7305120Z 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-11-01T16:32:47.7306140Z 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-11-01T16:32:47.7307690Z 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-11-01T16:32:47.7308580Z 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-11-01T16:32:47.7310110Z 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-11-01T16:32:47.7311210Z 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-11-01T16:32:47.7312730Z 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-11-01T16:32:47.7313860Z 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-11-01T16:32:47.7315130Z 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-11-01T16:32:47.7316590Z 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-11-01T16:32:47.7317780Z 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-11-01T16:32:47.7319140Z 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-11-01T16:32:47.7320280Z 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-11-01T16:32:47.7321790Z 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-11-01T16:32:47.7322810Z 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-11-01T16:32:47.7324490Z 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-11-01T16:32:47.7325480Z 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-11-01T16:32:47.7326890Z 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-11-01T16:32:47.7328190Z 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-11-01T16:32:47.7329460Z 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-11-01T16:32:47.7331580Z 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-11-01T16:32:47.7332990Z 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-11-01T16:32:47.7334350Z 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-11-01T16:32:47.7335980Z 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-11-01T16:32:47.7337400Z 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-11-01T16:32:47.7339210Z 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-11-01T16:32:47.7340500Z 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-11-01T16:32:47.7342020Z 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-11-01T16:32:47.7342960Z 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-11-01T16:32:47.7344340Z 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-11-01T16:32:47.7345770Z 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-11-01T16:32:47.7346790Z 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-11-01T16:32:47.7348380Z 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-11-01T16:32:47.7349910Z 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-11-01T16:32:47.7350760Z 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-11-01T16:32:47.7352450Z 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-11-01T16:32:47.7353430Z 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-11-01T16:32:47.7354790Z 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-11-01T16:32:47.7355950Z 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-11-01T16:32:47.7357310Z 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-11-01T16:32:47.7358490Z 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-11-01T16:32:47.7360040Z 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-11-01T16:32:47.7361310Z 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-11-01T16:32:47.7362630Z 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-11-01T16:32:47.7363710Z 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-11-01T16:32:47.7364980Z 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-11-01T16:32:47.7366290Z 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-11-01T16:32:47.7367610Z 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-11-01T16:32:47.7368830Z 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-11-01T16:32:47.7370110Z 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-11-01T16:32:47.7371460Z 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-11-01T16:32:47.7372880Z 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-11-01T16:32:47.7374300Z 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-11-01T16:32:47.7375730Z 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-11-01T16:32:47.7377270Z 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-11-01T16:32:47.7378590Z 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-11-01T16:32:47.7379780Z 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-11-01T16:32:47.7380800Z 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-11-01T16:32:47.7382280Z 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-11-01T16:32:47.7383440Z 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-11-01T16:32:47.7384610Z 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-11-01T16:32:47.7385800Z 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-11-01T16:32:47.7387090Z 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-11-01T16:32:47.7388410Z 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-11-01T16:32:47.7389660Z 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-11-01T16:32:47.7390640Z 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-11-01T16:32:47.7391910Z 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-11-01T16:32:47.7392930Z 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-11-01T16:32:47.7394200Z 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-11-01T16:32:47.7395450Z 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-11-01T16:32:47.7396450Z 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-11-01T16:32:47.7397710Z 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-11-01T16:32:47.7398860Z 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-11-01T16:32:47.7400190Z 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-11-01T16:32:47.7401360Z 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-11-01T16:32:47.7402370Z 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-11-01T16:32:47.7403770Z 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-11-01T16:32:47.7405070Z 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-11-01T16:32:47.7405990Z 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-11-01T16:32:47.7407460Z 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-11-01T16:32:47.7408390Z 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-11-01T16:32:47.7409600Z 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-11-01T16:32:47.7410870Z 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-11-01T16:32:47.7411900Z 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-11-01T16:32:47.7413170Z 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-11-01T16:32:47.7414480Z 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-11-01T16:32:47.7415470Z 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-11-01T16:32:47.7416960Z 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-11-01T16:32:47.7417750Z 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-11-01T16:32:47.7419060Z 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-11-01T16:32:47.7420380Z 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-11-01T16:32:47.7421510Z 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-11-01T16:32:47.7423000Z 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-11-01T16:32:47.7423770Z 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-11-01T16:32:47.7425210Z 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-11-01T16:32:47.7426290Z 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-11-01T16:32:47.7427710Z 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-11-01T16:32:47.7428590Z 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-11-01T16:32:47.7433580Z 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-11-01T16:32:47.7434310Z 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-11-01T16:32:47.7434850Z 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-11-01T16:32:47.7435490Z 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-11-01T16:32:47.7436170Z 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-11-01T16:32:47.7436820Z 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-11-01T16:32:47.7437490Z 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-11-01T16:32:47.7438250Z 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-11-01T16:32:47.7439670Z 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-11-01T16:32:47.7440720Z 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-11-01T16:32:47.7441900Z 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-11-01T16:32:47.7443100Z 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-11-01T16:32:47.7444310Z 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-11-01T16:32:47.7445680Z 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-11-01T16:32:47.7446580Z 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-11-01T16:32:47.7448140Z 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-11-01T16:32:47.7449220Z 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-11-01T16:32:47.7450480Z 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-11-01T16:32:47.7451560Z 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-11-01T16:32:47.7452620Z 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-11-01T16:32:47.7453880Z 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-11-01T16:32:47.7455020Z 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-11-01T16:32:47.7456040Z 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-11-01T16:32:47.7457540Z 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-11-01T16:32:47.7458320Z 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-11-01T16:32:47.7459870Z 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-11-01T16:32:47.7460860Z 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-11-01T16:32:47.7461820Z 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-11-01T16:32:47.7463250Z 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-11-01T16:32:47.7464280Z 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-11-01T16:32:47.7465490Z 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-11-01T16:32:47.7466950Z 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-11-01T16:32:47.7467890Z 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-11-01T16:32:47.7469530Z 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-11-01T16:32:47.7470450Z 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-11-01T16:32:47.7472210Z 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-11-01T16:32:47.7472950Z 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-11-01T16:32:47.7474090Z 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-11-01T16:32:47.7475890Z 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-11-01T16:32:47.7476730Z 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-11-01T16:32:47.7477890Z 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-11-01T16:32:47.7479470Z 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-11-01T16:32:47.7480410Z 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-11-01T16:32:47.7482130Z 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-11-01T16:32:47.7482970Z 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-11-01T16:32:47.7484660Z 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-11-01T16:32:47.7485440Z 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-11-01T16:32:47.7486990Z 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-11-01T16:32:47.7487930Z 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-11-01T16:32:47.7489430Z 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-11-01T16:32:47.7490500Z 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-11-01T16:32:47.7491960Z 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-11-01T16:32:47.7492870Z 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-11-01T16:32:47.7494560Z 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-11-01T16:32:47.7495580Z 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-11-01T16:32:47.7496850Z 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-11-01T16:32:47.7498450Z 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-11-01T16:32:47.7499360Z 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-11-01T16:32:47.7500990Z 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-11-01T16:32:47.7502080Z 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-11-01T16:32:47.7503790Z 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-11-01T16:32:47.7504470Z 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-11-01T16:32:47.7506230Z 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-11-01T16:32:47.7506950Z 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-11-01T16:32:47.7508450Z 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-11-01T16:32:47.7509430Z 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-11-01T16:32:47.7511100Z 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-11-01T16:32:47.7513380Z 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-11-01T16:32:47.7514340Z 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-11-01T16:32:47.7516130Z 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-11-01T16:32:47.7516800Z 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-11-01T16:32:47.7519810Z 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-11-01T16:32:47.7520400Z 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-11-01T16:32:47.7520980Z 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-11-01T16:32:47.7521730Z 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-11-01T16:32:47.7522900Z 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-11-01T16:32:47.7523920Z 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-11-01T16:32:47.7525240Z 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-11-01T16:32:47.7526240Z 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-11-01T16:32:47.7527360Z 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-11-01T16:32:47.7529160Z 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-11-01T16:32:47.7529950Z 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-11-01T16:32:47.7531100Z 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-11-01T16:32:47.7532780Z 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-11-01T16:32:47.7533690Z 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-11-01T16:32:47.7535230Z 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-11-01T16:32:47.7536660Z 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-11-01T16:32:47.7538260Z 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-11-01T16:32:47.7539130Z 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-11-01T16:32:47.7540670Z 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-11-01T16:32:47.7541450Z 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-11-01T16:32:47.7542890Z 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-11-01T16:32:47.7543740Z 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-11-01T16:32:47.7545210Z 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-11-01T16:32:47.7546080Z 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-11-01T16:32:47.7547480Z 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-11-01T16:32:47.7548280Z 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-11-01T16:32:47.7549750Z 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-11-01T16:32:47.7550620Z 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-11-01T16:32:47.7552090Z 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-11-01T16:32:47.7553050Z 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-11-01T16:32:47.7554500Z 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-11-01T16:32:47.7555240Z 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-11-01T16:32:47.7556800Z 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-11-01T16:32:47.7557670Z 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-11-01T16:32:47.7558570Z 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-11-01T16:32:47.7559920Z 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-11-01T16:32:47.7561020Z 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-11-01T16:32:47.7562140Z 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-11-01T16:32:47.7563200Z 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-11-01T16:32:47.7564790Z 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-11-01T16:32:47.7565570Z 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-11-01T16:32:47.7567090Z 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-11-01T16:32:47.7568650Z 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-11-01T16:32:47.7569720Z 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-11-01T16:32:47.7571410Z 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-11-01T16:32:47.7573080Z 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-11-01T16:32:47.7574000Z 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-11-01T16:32:47.7575330Z 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-11-01T16:32:47.7576550Z 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-11-01T16:32:47.7577490Z 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-11-01T16:32:47.7579200Z 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-11-01T16:32:47.7579850Z 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-11-01T16:32:47.7581070Z 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-11-01T16:32:47.7582220Z 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-11-01T16:32:47.7583380Z 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-11-01T16:32:47.7584480Z 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-11-01T16:32:47.7585620Z 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-11-01T16:32:47.7587150Z 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-11-01T16:32:47.7588270Z 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-11-01T16:32:47.7589150Z 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-11-01T16:32:47.7590710Z 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-11-01T16:32:47.7591480Z 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-11-01T16:32:47.7592720Z 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-11-01T16:32:47.7594230Z 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-11-01T16:32:47.7595360Z 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-11-01T16:32:47.7596560Z 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-11-01T16:32:47.7597730Z 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-11-01T16:32:47.7599170Z 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-11-01T16:32:47.7599970Z 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-11-01T16:32:47.7601720Z 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-11-01T16:32:47.7602610Z 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-11-01T16:32:47.7604230Z 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-11-01T16:32:47.7604940Z 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-11-01T16:32:47.7606560Z 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-11-01T16:32:47.7607410Z 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-11-01T16:32:47.7608740Z 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-11-01T16:32:47.7609630Z 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-11-01T16:32:47.7611190Z 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-11-01T16:32:47.7612070Z 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-11-01T16:32:47.7613590Z 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-11-01T16:32:47.7614580Z 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-11-01T16:32:47.7615740Z 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-11-01T16:32:47.7617250Z 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-11-01T16:32:47.7618020Z 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-11-01T16:32:47.7619220Z 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-11-01T16:32:47.7620110Z 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-11-01T16:32:47.7625220Z 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-11-01T16:32:47.7625830Z 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-11-01T16:32:47.7626370Z 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-11-01T16:32:47.7627010Z 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-11-01T16:32:47.7627680Z 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-11-01T16:32:47.7628280Z 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-11-01T16:32:47.7628840Z 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-11-01T16:32:47.7629570Z 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-11-01T16:32:47.7630730Z 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-11-01T16:32:47.7631560Z 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-11-01T16:32:47.7632890Z 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-11-01T16:32:47.7633890Z 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-11-01T16:32:47.7635190Z 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-11-01T16:32:47.7636300Z 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-11-01T16:32:47.7637700Z 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-11-01T16:32:47.7638520Z 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-11-01T16:32:47.7639840Z 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-11-01T16:32:47.7640780Z 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-11-01T16:32:47.7642160Z 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-11-01T16:32:47.7643380Z 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-11-01T16:32:47.7644770Z 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-11-01T16:32:47.7645570Z 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-11-01T16:32:47.7647070Z 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-11-01T16:32:47.7648250Z 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-11-01T16:32:47.7649250Z 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-11-01T16:32:47.7650710Z 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-11-01T16:32:47.7651490Z 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-11-01T16:32:47.7652970Z 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-11-01T16:32:47.7653790Z 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-11-01T16:32:47.7655120Z 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-11-01T16:32:47.7656170Z 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-11-01T16:32:47.7657560Z 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-11-01T16:32:47.7658430Z 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-11-01T16:32:47.7659960Z 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-11-01T16:32:47.7660790Z 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-11-01T16:32:47.7662130Z 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-11-01T16:32:47.7663530Z 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-11-01T16:32:47.7664380Z 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-11-01T16:32:47.7665800Z 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-11-01T16:32:47.7666740Z 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-11-01T16:32:47.7668370Z 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-11-01T16:32:47.7669030Z 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-11-01T16:32:47.7670120Z 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-11-01T16:32:47.7671800Z 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-11-01T16:32:47.7672610Z 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-11-01T16:32:47.7673740Z 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-11-01T16:32:47.7675130Z 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-11-01T16:32:47.7676030Z 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-11-01T16:32:47.7677470Z 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-11-01T16:32:47.7678440Z 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-11-01T16:32:47.7679690Z 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-11-01T16:32:47.7680990Z 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-11-01T16:32:47.7681820Z 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-11-01T16:32:47.7683100Z 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-11-01T16:32:47.7684160Z 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-11-01T16:32:47.7685690Z 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-11-01T16:32:47.7686690Z 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-11-01T16:32:47.7687790Z 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-11-01T16:32:47.7688860Z 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-11-01T16:32:47.7689830Z 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-11-01T16:32:47.7691590Z 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-11-01T16:32:47.7692320Z 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-11-01T16:32:47.7693370Z 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-11-01T16:32:47.7694960Z 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-11-01T16:32:47.7695720Z 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-11-01T16:32:47.7697430Z 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-11-01T16:32:47.7698100Z 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-11-01T16:32:47.7699570Z 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-11-01T16:32:47.7700440Z 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-11-01T16:32:47.7701840Z 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-11-01T16:32:47.7702570Z 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-11-01T16:32:47.7703900Z 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-11-01T16:32:47.7705320Z 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-11-01T16:32:47.7706220Z 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-11-01T16:32:47.7707720Z 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-11-01T16:32:47.7708490Z 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-11-01T16:32:47.7709910Z 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-11-01T16:32:47.7710990Z 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-11-01T16:32:47.7712000Z 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-11-01T16:32:47.7713380Z 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-11-01T16:32:47.7714420Z 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-11-01T16:32:47.7716010Z 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-11-01T16:32:47.7716680Z 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-11-01T16:32:47.7717810Z 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-11-01T16:32:47.7719320Z 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-11-01T16:32:47.7720190Z 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-11-01T16:32:47.7721270Z 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-11-01T16:32:47.7722390Z 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-11-01T16:32:47.7723920Z 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-11-01T16:32:47.7724660Z 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-11-01T16:32:47.7726290Z 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-11-01T16:32:47.7726940Z 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-11-01T16:32:47.7728350Z 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-11-01T16:32:47.7729310Z 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-11-01T16:32:47.7730910Z 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-11-01T16:32:47.7731630Z 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-11-01T16:32:47.7733520Z 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-11-01T16:32:47.7734100Z 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-11-01T16:32:47.7735100Z 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-11-01T16:32:47.7736220Z 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-11-01T16:32:47.7737780Z 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-11-01T16:32:47.7738490Z 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-11-01T16:32:47.7739640Z 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-11-01T16:32:47.7741220Z 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-11-01T16:32:47.7742210Z 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-11-01T16:32:47.7743220Z 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-11-01T16:32:47.7744850Z 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-11-01T16:32:47.7745570Z 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-11-01T16:32:47.7746800Z 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-11-01T16:32:47.7748010Z 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-11-01T16:32:47.7749640Z 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-11-01T16:32:47.7750320Z 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-11-01T16:32:47.7751890Z 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-11-01T16:32:47.7752790Z 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-11-01T16:32:47.7753760Z 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-11-01T16:32:47.7754930Z 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-11-01T16:32:47.7756520Z 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-11-01T16:32:47.7757530Z 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-11-01T16:32:47.7758210Z 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-11-01T16:32:47.7759400Z 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-11-01T16:32:47.7760530Z 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-11-01T16:32:47.7761970Z 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-11-01T16:32:47.7762930Z 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-11-01T16:32:47.7764620Z 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-11-01T16:32:47.7765330Z 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-11-01T16:32:47.7766430Z 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-11-01T16:32:47.7768110Z 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-11-01T16:32:47.7768900Z 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-11-01T16:32:47.7770360Z 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-11-01T16:32:47.7771240Z 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-11-01T16:32:47.7772410Z 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-11-01T16:32:47.7774010Z 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-11-01T16:32:47.7774930Z 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-11-01T16:32:47.7776420Z 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-11-01T16:32:47.7778160Z 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-11-01T16:32:47.7779770Z 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-11-01T16:32:47.7781250Z 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-11-01T16:32:47.7782770Z 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-11-01T16:32:47.7784240Z 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-11-01T16:32:47.7785950Z 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-11-01T16:32:47.7787470Z 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-11-01T16:32:47.7789040Z 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-11-01T16:32:47.7790150Z 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-11-01T16:32:47.7791710Z 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-11-01T16:32:47.7793010Z 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-11-01T16:32:47.7794080Z 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-11-01T16:32:47.7795750Z 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-11-01T16:32:47.7797540Z 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-11-01T16:32:47.7798970Z 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-11-01T16:32:47.7800400Z 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-11-01T16:32:47.7801240Z 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-11-01T16:32:47.7802990Z 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-11-01T16:32:47.7803690Z 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-11-01T16:32:47.7804940Z 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-11-01T16:32:47.7806800Z 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-11-01T16:32:47.7807870Z 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-11-01T16:32:47.7808960Z 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-11-01T16:32:47.7813870Z 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-11-01T16:32:47.7814840Z 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-11-01T16:32:47.7815490Z 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-11-01T16:32:47.7816070Z 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-11-01T16:32:47.7816790Z 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-11-01T16:32:47.7818190Z 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-11-01T16:32:47.7819810Z 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-11-01T16:32:47.7820830Z 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-11-01T16:32:47.7822120Z 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-11-01T16:32:47.7823120Z 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-11-01T16:32:47.7824610Z 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-11-01T16:32:47.7825520Z 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-11-01T16:32:47.7827020Z 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-11-01T16:32:47.7827970Z 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-11-01T16:32:47.7829390Z 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-11-01T16:32:47.7830380Z 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-11-01T16:32:47.7831480Z 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-11-01T16:32:47.7833000Z 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-11-01T16:32:47.7833790Z 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-11-01T16:32:47.7835220Z 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-11-01T16:32:47.7835920Z 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-11-01T16:32:47.7837410Z 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-11-01T16:32:47.7838430Z 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-11-01T16:32:47.7839500Z 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-11-01T16:32:47.7840690Z 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-11-01T16:32:47.7842230Z 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-11-01T16:32:47.7843130Z 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-11-01T16:32:47.7844620Z 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-11-01T16:32:47.7845430Z 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-11-01T16:32:47.7846650Z 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-11-01T16:32:47.7848590Z 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-11-01T16:32:47.7849160Z 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-11-01T16:32:47.7850500Z 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-11-01T16:32:47.7851180Z 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-11-01T16:32:47.7852710Z 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-11-01T16:32:47.7853540Z 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-11-01T16:32:47.7854810Z 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-11-01T16:32:47.7855860Z 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-11-01T16:32:47.7857140Z 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-11-01T16:32:47.7858190Z 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-11-01T16:32:47.7859500Z 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-11-01T16:32:47.7860820Z 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-11-01T16:32:47.7861690Z 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-11-01T16:32:47.7863260Z 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-11-01T16:32:47.7864070Z 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-11-01T16:32:47.7865750Z 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-11-01T16:32:47.7866570Z 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-11-01T16:32:47.7867500Z 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-11-01T16:32:47.7868910Z 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-11-01T16:32:47.7869710Z 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-11-01T16:32:47.7871170Z 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-11-01T16:32:47.7872020Z 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-11-01T16:32:47.7873440Z 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-11-01T16:32:47.7874250Z 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-11-01T16:32:47.7876190Z 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-11-01T16:32:47.7877170Z 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-11-01T16:32:47.7878390Z 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-11-01T16:32:47.7879870Z 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-11-01T16:32:47.7880770Z 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-11-01T16:32:47.7882300Z 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-11-01T16:32:47.7883210Z 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-11-01T16:32:47.7884700Z 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-11-01T16:32:47.7885450Z 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-11-01T16:32:47.7886910Z 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-11-01T16:32:47.7887830Z 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-11-01T16:32:47.7889590Z 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-11-01T16:32:47.7890320Z 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-11-01T16:32:47.7891850Z 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-11-01T16:32:47.7892900Z 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-11-01T16:32:47.7893810Z 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-11-01T16:32:47.7895540Z 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-11-01T16:32:47.7896460Z 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-11-01T16:32:47.7898050Z 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-11-01T16:32:47.7899010Z 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-11-01T16:32:47.7900470Z 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-11-01T16:32:47.7901420Z 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-11-01T16:32:47.7903040Z 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-11-01T16:32:47.7903740Z 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-11-01T16:32:47.7904970Z 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-11-01T16:32:47.7906030Z 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-11-01T16:32:47.7907730Z 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-11-01T16:32:47.7909330Z 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-11-01T16:32:47.7909960Z 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-11-01T16:32:47.7911290Z 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-11-01T16:32:47.7912090Z 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-11-01T16:32:47.7913490Z 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-11-01T16:32:47.7914500Z 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-11-01T16:32:47.7915830Z 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-11-01T16:32:47.7916780Z 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-11-01T16:32:47.7918100Z 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-11-01T16:32:47.7919300Z 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-11-01T16:32:47.7920320Z 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-11-01T16:32:47.7921680Z 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-11-01T16:32:47.7922620Z 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-11-01T16:32:47.7924280Z 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-11-01T16:32:47.7925050Z 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-11-01T16:32:47.7926610Z 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-11-01T16:32:47.7927310Z 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-11-01T16:32:47.7928310Z 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-11-01T16:32:47.7929810Z 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-11-01T16:32:47.7930660Z 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-11-01T16:32:47.7931980Z 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-11-01T16:32:47.7932970Z 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-11-01T16:32:47.7934560Z 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-11-01T16:32:47.7935710Z 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-11-01T16:32:47.7936560Z 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-11-01T16:32:47.7938070Z 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-11-01T16:32:47.7938890Z 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-11-01T16:32:47.7940110Z 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-11-01T16:32:47.7941560Z 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-11-01T16:32:47.7942360Z 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-11-01T16:32:47.7943910Z 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-11-01T16:32:47.7944680Z 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-11-01T16:32:47.7946330Z 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-11-01T16:32:47.7947090Z 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-11-01T16:32:47.7948610Z 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-11-01T16:32:47.7949380Z 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-11-01T16:32:47.7950910Z 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-11-01T16:32:47.7952010Z 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-11-01T16:32:47.7952920Z 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-11-01T16:32:47.7954480Z 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-11-01T16:32:47.7955280Z 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-11-01T16:32:47.7956690Z 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-11-01T16:32:47.7957560Z 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-11-01T16:32:47.7958720Z 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-11-01T16:32:47.7960230Z 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-11-01T16:32:47.7960990Z 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-11-01T16:32:47.7962480Z 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-11-01T16:32:47.7963310Z 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-11-01T16:32:47.7964780Z 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-11-01T16:32:47.7965690Z 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-11-01T16:32:47.7967070Z 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-11-01T16:32:47.7967950Z 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-11-01T16:32:47.7969460Z 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-11-01T16:32:47.7970290Z 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-11-01T16:32:47.7971760Z 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-11-01T16:32:47.7972630Z 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-11-01T16:32:47.7974160Z 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-11-01T16:32:47.7974870Z 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-11-01T16:32:47.7976290Z 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-11-01T16:32:47.7977220Z 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-11-01T16:32:47.7978160Z 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-11-01T16:32:47.7979660Z 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-11-01T16:32:47.7980850Z 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-11-01T16:32:47.7981970Z 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-11-01T16:32:47.7982790Z 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-11-01T16:32:47.7984290Z 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-11-01T16:32:47.7985180Z 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-11-01T16:32:47.7986790Z 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-11-01T16:32:47.7987500Z 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-11-01T16:32:47.7988890Z 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-11-01T16:32:47.7989730Z 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-11-01T16:32:47.7991270Z 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-11-01T16:32:47.7992110Z 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-11-01T16:32:47.7993270Z 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-11-01T16:32:47.7994660Z 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-11-01T16:32:47.7999140Z 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-11-01T16:32:47.7999780Z 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-11-01T16:32:47.8000370Z 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-11-01T16:32:47.8001040Z 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-11-01T16:32:47.8001610Z 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-11-01T16:32:47.8002310Z 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-11-01T16:32:47.8003900Z 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-11-01T16:32:47.8004660Z 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-11-01T16:32:47.8006090Z 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-11-01T16:32:47.8006860Z 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-11-01T16:32:47.8008300Z 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-11-01T16:32:47.8009200Z 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-11-01T16:32:47.8010630Z 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-11-01T16:32:47.8011510Z 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-11-01T16:32:47.8012920Z 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-11-01T16:32:47.8013800Z 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-11-01T16:32:47.8015280Z 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-11-01T16:32:47.8016070Z 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-11-01T16:32:47.8017490Z 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-11-01T16:32:47.8018390Z 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-11-01T16:32:47.8019830Z 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-11-01T16:32:47.8020650Z 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-11-01T16:32:47.8022230Z 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-11-01T16:32:47.8023040Z 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-11-01T16:32:47.8024310Z 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-11-01T16:32:47.8025570Z 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-11-01T16:32:47.8026720Z 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-11-01T16:32:47.8027660Z 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-11-01T16:32:47.8028830Z 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-11-01T16:32:47.8030420Z 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-11-01T16:32:47.8031120Z 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-11-01T16:32:47.8032620Z 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-11-01T16:32:47.8033410Z 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-11-01T16:32:47.8035010Z 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-11-01T16:32:47.8035840Z 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-11-01T16:32:47.8037480Z 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-11-01T16:32:47.8038860Z 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-11-01T16:32:47.8039840Z 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-11-01T16:32:47.8041340Z 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-11-01T16:32:47.8043040Z 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-11-01T16:32:47.8043830Z 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-11-01T16:32:47.8045420Z 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-11-01T16:32:47.8046270Z 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-11-01T16:32:47.8047690Z 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-11-01T16:32:47.8048570Z 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-11-01T16:32:47.8050030Z 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-11-01T16:32:47.8050930Z 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-11-01T16:32:47.8052480Z 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-11-01T16:32:47.8053570Z 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-11-01T16:32:47.8054870Z 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-11-01T16:32:47.8055930Z 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-11-01T16:32:47.8057540Z 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-11-01T16:32:47.8058350Z 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-11-01T16:32:47.8059850Z 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-11-01T16:32:47.8061050Z 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-11-01T16:32:47.8062090Z 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-11-01T16:32:47.8063540Z 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-11-01T16:32:47.8064350Z 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-11-01T16:32:47.8066230Z 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-11-01T16:32:47.8067030Z 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-11-01T16:32:47.8068610Z 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-11-01T16:32:47.8069370Z 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-11-01T16:32:47.8070820Z 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-11-01T16:32:47.8071690Z 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-11-01T16:32:47.8073160Z 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-11-01T16:32:47.8074250Z 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-11-01T16:32:47.8075330Z 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-11-01T16:32:47.8076690Z 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-11-01T16:32:47.8077680Z 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-11-01T16:32:47.8079190Z 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-11-01T16:32:47.8080060Z 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-11-01T16:32:47.8081050Z 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-11-01T16:32:47.8082240Z 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-11-01T16:32:47.8083360Z 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-11-01T16:32:47.8084850Z 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-11-01T16:32:47.8086070Z 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-11-01T16:32:47.8086780Z 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-11-01T16:32:47.8088310Z 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-11-01T16:32:47.8089130Z 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-11-01T16:32:47.8090670Z 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-11-01T16:32:47.8092050Z 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-11-01T16:32:47.8092810Z 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-11-01T16:32:47.8093920Z 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-11-01T16:32:47.8095350Z 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-11-01T16:32:47.8096480Z 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-11-01T16:32:47.8097950Z 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-11-01T16:32:47.8099050Z 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-11-01T16:32:47.8100520Z 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-11-01T16:32:47.8101500Z 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-11-01T16:32:47.8103030Z 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-11-01T16:32:47.8103860Z 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-11-01T16:32:47.8104970Z 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-11-01T16:32:47.8107040Z 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-11-01T16:32:47.8107790Z 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-11-01T16:32:47.8109270Z 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-11-01T16:32:47.8110750Z 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-11-01T16:32:47.8111540Z 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-11-01T16:32:47.8113250Z 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-11-01T16:32:47.8114040Z 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-11-01T16:32:47.8115790Z 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-11-01T16:32:47.8116590Z 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-11-01T16:32:47.8117780Z 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-11-01T16:32:47.8118900Z 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-11-01T16:32:47.8120250Z 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-11-01T16:32:47.8121320Z 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-11-01T16:32:47.8122610Z 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-11-01T16:32:47.8124170Z 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-11-01T16:32:47.8125070Z 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-11-01T16:32:47.8125960Z 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-11-01T16:32:47.8127410Z 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-11-01T16:32:47.8128390Z 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-11-01T16:32:47.8129510Z 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-11-01T16:32:47.8130810Z 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-11-01T16:32:47.8131850Z 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-11-01T16:32:47.8133390Z 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-11-01T16:32:47.8134330Z 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-11-01T16:32:47.8135340Z 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-11-01T16:32:47.8136840Z 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-11-01T16:32:47.8137620Z 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-11-01T16:32:47.8139120Z 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-11-01T16:32:47.8140080Z 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-11-01T16:32:47.8141610Z 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-11-01T16:32:47.8142410Z 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-11-01T16:32:47.8143970Z 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-11-01T16:32:47.8144800Z 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-11-01T16:32:47.8146020Z 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-11-01T16:32:47.8147620Z 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-11-01T16:32:47.8148300Z 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-11-01T16:32:47.8149890Z 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-11-01T16:32:47.8150510Z 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-11-01T16:32:47.8151990Z 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-11-01T16:32:47.8153020Z 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-11-01T16:32:47.8154290Z 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-11-01T16:32:47.8155930Z 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-11-01T16:32:47.8156810Z 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-11-01T16:32:47.8157790Z 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-11-01T16:32:47.8159040Z 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-11-01T16:32:47.8160080Z 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-11-01T16:32:47.8161660Z 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-11-01T16:32:47.8162320Z 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-11-01T16:32:47.8164020Z 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-11-01T16:32:47.8164720Z 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-11-01T16:32:47.8166200Z 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-11-01T16:32:47.8167120Z 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-11-01T16:32:47.8168580Z 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-11-01T16:32:47.8169750Z 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-11-01T16:32:47.8170730Z 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-11-01T16:32:47.8172220Z 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-11-01T16:32:47.8173060Z 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-11-01T16:32:47.8174550Z 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-11-01T16:32:47.8175260Z 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-11-01T16:32:47.8176740Z 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-11-01T16:32:47.8181600Z 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-11-01T16:32:47.8182410Z 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-11-01T16:32:47.8183040Z 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-11-01T16:32:47.8183680Z 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-11-01T16:32:47.8184270Z 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-11-01T16:32:47.8184860Z 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-11-01T16:32:47.8185520Z 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-11-01T16:32:47.8186070Z 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-11-01T16:32:47.8186850Z 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-11-01T16:32:47.8188100Z 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-11-01T16:32:47.8189320Z 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-11-01T16:32:47.8190340Z 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-11-01T16:32:47.8191810Z 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-11-01T16:32:47.8192850Z 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-11-01T16:32:47.8193820Z 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-11-01T16:32:47.8195000Z 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-11-01T16:32:47.8196420Z 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-11-01T16:32:47.8197280Z 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-11-01T16:32:47.8198870Z 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-11-01T16:32:47.8199770Z 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-11-01T16:32:47.8200890Z 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-11-01T16:32:47.8202520Z 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-11-01T16:32:47.8203260Z 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-11-01T16:32:47.8204710Z 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-11-01T16:32:47.8205550Z 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-11-01T16:32:47.8206790Z 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-11-01T16:32:47.8207830Z 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-11-01T16:32:47.8209380Z 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-11-01T16:32:47.8210550Z 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-11-01T16:32:47.8211480Z 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-11-01T16:32:47.8212970Z 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-11-01T16:32:47.8213930Z 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-11-01T16:32:47.8215100Z 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-11-01T16:32:47.8216750Z 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-11-01T16:32:47.8217580Z 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-11-01T16:32:47.8219110Z 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-11-01T16:32:47.8219860Z 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-11-01T16:32:47.8221440Z 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-11-01T16:32:47.8222200Z 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-11-01T16:32:47.8223720Z 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-11-01T16:32:47.8224570Z 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-11-01T16:32:47.8226160Z 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-11-01T16:32:47.8227080Z 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-11-01T16:32:47.8228580Z 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-11-01T16:32:47.8229260Z 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-11-01T16:32:47.8230790Z 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-11-01T16:32:47.8231840Z 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-11-01T16:32:47.8232770Z 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-11-01T16:32:47.8234260Z 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-11-01T16:32:47.8235010Z 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-11-01T16:32:47.8236340Z 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-11-01T16:32:47.8237520Z 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-11-01T16:32:47.8238380Z 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-11-01T16:32:47.8239840Z 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-11-01T16:32:47.8240630Z 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-11-01T16:32:47.8241980Z 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-11-01T16:32:47.8242980Z 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-11-01T16:32:47.8244490Z 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-11-01T16:32:47.8245360Z 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-11-01T16:32:47.8246750Z 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-11-01T16:32:47.8247900Z 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-11-01T16:32:47.8249030Z 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-11-01T16:32:47.8250200Z 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-11-01T16:32:47.8251890Z 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-11-01T16:32:47.8252870Z 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-11-01T16:32:47.8253580Z 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-11-01T16:32:47.8255070Z 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-11-01T16:32:47.8255760Z 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-11-01T16:32:47.8257240Z 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-11-01T16:32:47.8258050Z 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-11-01T16:32:47.8259570Z 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-11-01T16:32:47.8260330Z 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-11-01T16:32:47.8261780Z 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-11-01T16:32:47.8262900Z 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-11-01T16:32:47.8263710Z 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-11-01T16:32:47.8265520Z 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-11-01T16:32:47.8266140Z 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-11-01T16:32:47.8267190Z 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-11-01T16:32:47.8268920Z 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-11-01T16:32:47.8269610Z 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-11-01T16:32:47.8271130Z 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-11-01T16:32:47.8272000Z 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-11-01T16:32:47.8273090Z 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-11-01T16:32:47.8274570Z 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-11-01T16:32:47.8275680Z 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-11-01T16:32:47.8277270Z 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-11-01T16:32:47.8278200Z 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-11-01T16:32:47.8279690Z 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-11-01T16:32:47.8280590Z 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-11-01T16:32:47.8282140Z 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-11-01T16:32:47.8282860Z 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-11-01T16:32:47.8284500Z 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-11-01T16:32:47.8285260Z 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-11-01T16:32:47.8286750Z 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-11-01T16:32:47.8287670Z 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-11-01T16:32:47.8289160Z 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-11-01T16:32:47.8289950Z 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-11-01T16:32:47.8291400Z 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-11-01T16:32:47.8292280Z 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-11-01T16:32:47.8293980Z 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-11-01T16:32:47.8294750Z 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-11-01T16:32:47.8295800Z 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-11-01T16:32:47.8297300Z 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-11-01T16:32:47.8298070Z 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-11-01T16:32:47.8299530Z 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-11-01T16:32:47.8300620Z 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-11-01T16:32:47.8301820Z 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-11-01T16:32:47.8303070Z 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-11-01T16:32:47.8304060Z 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-11-01T16:32:47.8305650Z 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-11-01T16:32:47.8306400Z 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-11-01T16:32:47.8307840Z 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-11-01T16:32:47.8308720Z 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-11-01T16:32:47.8310200Z 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-11-01T16:32:47.8311060Z 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-11-01T16:32:47.8312570Z 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-11-01T16:32:47.8313650Z 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-11-01T16:32:47.8315150Z 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-11-01T16:32:47.8316030Z 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-11-01T16:32:47.8317480Z 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-11-01T16:32:47.8318460Z 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-11-01T16:32:47.8320000Z 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-11-01T16:32:47.8320670Z 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-11-01T16:32:47.8322150Z 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-11-01T16:32:47.8323050Z 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-11-01T16:32:47.8324420Z 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-11-01T16:32:47.8325310Z 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-11-01T16:32:47.8326650Z 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-11-01T16:32:47.8327830Z 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-11-01T16:32:47.8328990Z 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-11-01T16:32:47.8329950Z 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-11-01T16:32:47.8331320Z 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-11-01T16:32:47.8332250Z 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-11-01T16:32:47.8333630Z 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-11-01T16:32:47.8334540Z 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-11-01T16:32:47.8335990Z 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-11-01T16:32:47.8336990Z 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-11-01T16:32:47.8338440Z 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-11-01T16:32:47.8339310Z 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-11-01T16:32:47.8340500Z 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-11-01T16:32:47.8341690Z 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-11-01T16:32:47.8343240Z 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-11-01T16:32:47.8343880Z 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-11-01T16:32:47.8345260Z 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-11-01T16:32:47.8346240Z 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-11-01T16:32:47.8347530Z 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-11-01T16:32:47.8348460Z 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-11-01T16:32:47.8350160Z 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-11-01T16:32:47.8351240Z 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-11-01T16:32:47.8352740Z 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-11-01T16:32:47.8353940Z 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-11-01T16:32:47.8355020Z 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-11-01T16:32:47.8356550Z 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-11-01T16:32:47.8357530Z 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-11-01T16:32:47.8358560Z 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-11-01T16:32:47.8359760Z 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-11-01T16:32:47.8361210Z 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-11-01T16:32:47.8365460Z 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-11-01T16:32:47.8366230Z 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-11-01T16:32:47.8366980Z 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-11-01T16:32:47.8367530Z 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-11-01T16:32:47.8368100Z 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-11-01T16:32:47.8368730Z 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-11-01T16:32:47.8369610Z 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-11-01T16:32:47.8371010Z 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-11-01T16:32:47.8371890Z 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-11-01T16:32:47.8373400Z 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-11-01T16:32:47.8374350Z 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-11-01T16:32:47.8375740Z 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-11-01T16:32:47.8376570Z 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-11-01T16:32:47.8378000Z 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-11-01T16:32:47.8378930Z 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-11-01T16:32:47.8380520Z 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-11-01T16:32:47.8381470Z 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-11-01T16:32:47.8382470Z 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-11-01T16:32:47.8383990Z 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-11-01T16:32:47.8384940Z 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-11-01T16:32:47.8386410Z 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-11-01T16:32:47.8387190Z 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-11-01T16:32:47.8388680Z 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-11-01T16:32:47.8389780Z 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-11-01T16:32:47.8390740Z 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-11-01T16:32:47.8392350Z 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-11-01T16:32:47.8393000Z 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-11-01T16:32:47.8394670Z 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-11-01T16:32:47.8395480Z 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-11-01T16:32:47.8396510Z 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-11-01T16:32:47.8397720Z 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-11-01T16:32:47.8398800Z 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-11-01T16:32:47.8400100Z 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-11-01T16:32:47.8401410Z 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-11-01T16:32:47.8402290Z 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-11-01T16:32:47.8403780Z 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-11-01T16:32:47.8404750Z 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-11-01T16:32:47.8405880Z 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-11-01T16:32:47.8407190Z 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-11-01T16:32:47.8408490Z 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-11-01T16:32:47.8409490Z 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-11-01T16:32:47.8410560Z 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-11-01T16:32:47.8412090Z 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-11-01T16:32:47.8413030Z 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-11-01T16:32:47.8414560Z 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-11-01T16:32:47.8415330Z 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-11-01T16:32:47.8416920Z 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-11-01T16:32:47.8417610Z 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-11-01T16:32:47.8419090Z 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-11-01T16:32:47.8419930Z 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-11-01T16:32:47.8421300Z 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-11-01T16:32:47.8422280Z 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-11-01T16:32:47.8424120Z 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-11-01T16:32:47.8424890Z 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-11-01T16:32:47.8426430Z 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-11-01T16:32:47.8427250Z 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-11-01T16:32:47.8428760Z 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-11-01T16:32:47.8429630Z 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-11-01T16:32:47.8431100Z 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-11-01T16:32:47.8432730Z 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-11-01T16:32:47.8433300Z 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-11-01T16:32:47.8435070Z 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-11-01T16:32:47.8435660Z 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-11-01T16:32:47.8437320Z 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-11-01T16:32:47.8438740Z 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-11-01T16:32:47.8439600Z 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-11-01T16:32:47.8441080Z 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-11-01T16:32:47.8442060Z 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-11-01T16:32:47.8443490Z 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-11-01T16:32:47.8444290Z 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-11-01T16:32:47.8445910Z 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-11-01T16:32:47.8446990Z 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-11-01T16:32:47.8447880Z 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-11-01T16:32:47.8449160Z 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-11-01T16:32:47.8450690Z 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-11-01T16:32:47.8451370Z 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-11-01T16:32:47.8452980Z 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-11-01T16:32:47.8453930Z 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-11-01T16:32:47.8455620Z 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-11-01T16:32:47.8456550Z 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-11-01T16:32:47.8457710Z 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-11-01T16:32:47.8458510Z 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-11-01T16:32:47.8460050Z 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-11-01T16:32:47.8460910Z 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-11-01T16:32:47.8462180Z 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-11-01T16:32:47.8463250Z 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-11-01T16:32:47.8464710Z 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-11-01T16:32:47.8465500Z 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-11-01T16:32:47.8467110Z 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-11-01T16:32:47.8467800Z 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-11-01T16:32:47.8469310Z 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-11-01T16:32:47.8470180Z 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-11-01T16:32:47.8471200Z 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-11-01T16:32:47.8472660Z 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-11-01T16:32:47.8473710Z 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-11-01T16:32:47.8475450Z 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-11-01T16:32:47.8476140Z 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-11-01T16:32:47.8477110Z 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-11-01T16:32:47.8478790Z 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-11-01T16:32:47.8479560Z 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-11-01T16:32:47.8481060Z 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-11-01T16:32:47.8482550Z 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-11-01T16:32:47.8483650Z 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-11-01T16:32:47.8485100Z 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-11-01T16:32:47.8485810Z 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-11-01T16:32:47.8487360Z 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-11-01T16:32:47.8488200Z 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-11-01T16:32:47.8489620Z 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-11-01T16:32:47.8490460Z 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-11-01T16:32:47.8491910Z 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-11-01T16:32:47.8492730Z 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-11-01T16:32:47.8494040Z 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-11-01T16:32:47.8495020Z 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-11-01T16:32:47.8496410Z 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-11-01T16:32:47.8497350Z 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-11-01T16:32:47.8498720Z 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-11-01T16:32:47.8500220Z 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-11-01T16:32:47.8500990Z 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-11-01T16:32:47.8502520Z 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-11-01T16:32:47.8503390Z 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-11-01T16:32:47.8504830Z 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-11-01T16:32:47.8505830Z 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-11-01T16:32:47.8507240Z 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-11-01T16:32:47.8508160Z 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-11-01T16:32:47.8509480Z 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-11-01T16:32:47.8510450Z 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-11-01T16:32:47.8511970Z 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-11-01T16:32:47.8513110Z 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-11-01T16:32:47.8514220Z 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-11-01T16:32:47.8515390Z 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-11-01T16:32:47.8516600Z 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-11-01T16:32:47.8518100Z 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-11-01T16:32:47.8518900Z 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-11-01T16:32:47.8520320Z 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-11-01T16:32:47.8521400Z 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-11-01T16:32:47.8522860Z 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-11-01T16:32:47.8523710Z 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-11-01T16:32:47.8524870Z 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-11-01T16:32:47.8526100Z 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-11-01T16:32:47.8527340Z 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-11-01T16:32:47.8528590Z 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-11-01T16:32:47.8529450Z 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-11-01T16:32:47.8530790Z 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-11-01T16:32:47.8531670Z 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-11-01T16:32:47.8533120Z 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-11-01T16:32:47.8533980Z 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-11-01T16:32:47.8535450Z 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-11-01T16:32:47.8536160Z 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-11-01T16:32:47.8537730Z 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-11-01T16:32:47.8538660Z 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-11-01T16:32:47.8540450Z 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-11-01T16:32:47.8541530Z 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-11-01T16:32:47.8543060Z 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-11-01T16:32:47.8543990Z 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-11-01T16:32:47.8545450Z 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-11-01T16:32:47.8546290Z 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-11-01T16:32:47.8547740Z 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-11-01T16:32:47.8552740Z 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-11-01T16:32:47.8553480Z 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-11-01T16:32:47.8554100Z 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-11-01T16:32:47.8554720Z 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-11-01T16:32:47.8555270Z 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-11-01T16:32:47.8555850Z 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-11-01T16:32:47.8556450Z 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-11-01T16:32:47.8557130Z 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-11-01T16:32:47.8558270Z 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-11-01T16:32:47.8559220Z 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-11-01T16:32:47.8560680Z 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-11-01T16:32:47.8561360Z 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-11-01T16:32:47.8562520Z 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-11-01T16:32:47.8564420Z 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-11-01T16:32:47.8565480Z 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-11-01T16:32:47.8566290Z 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-11-01T16:32:47.8567970Z 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-11-01T16:32:47.8568700Z 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-11-01T16:32:47.8570070Z 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-11-01T16:32:47.8571000Z 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-11-01T16:32:47.8572570Z 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-11-01T16:32:47.8573360Z 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-11-01T16:32:47.8574550Z 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-11-01T16:32:47.8575690Z 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-11-01T16:32:47.8577150Z 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-11-01T16:32:47.8578080Z 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-11-01T16:32:47.8579220Z 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-11-01T16:32:47.8580730Z 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-11-01T16:32:47.8581590Z 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-11-01T16:32:47.8583230Z 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-11-01T16:32:47.8584080Z 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-11-01T16:32:47.8585120Z 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-11-01T16:32:47.8586590Z 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-11-01T16:32:47.8587520Z 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-11-01T16:32:47.8588940Z 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-11-01T16:32:47.8589830Z 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-11-01T16:32:47.8591230Z 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-11-01T16:32:47.8592480Z 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-11-01T16:32:47.8594050Z 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-11-01T16:32:47.8595130Z 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-11-01T16:32:47.8596580Z 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-11-01T16:32:47.8597640Z 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-11-01T16:32:47.8599140Z 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-11-01T16:32:47.8599900Z 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-11-01T16:32:47.8601470Z 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-11-01T16:32:47.8602170Z 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-11-01T16:32:47.8603720Z 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-11-01T16:32:47.8604680Z 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-11-01T16:32:47.8605720Z 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-11-01T16:32:47.8607260Z 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-11-01T16:32:47.8608380Z 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-11-01T16:32:47.8609340Z 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-11-01T16:32:47.8610760Z 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-11-01T16:32:47.8611600Z 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-11-01T16:32:47.8613190Z 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-11-01T16:32:47.8613940Z 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-11-01T16:32:47.8615330Z 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-11-01T16:32:47.8616330Z 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-11-01T16:32:47.8617810Z 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-11-01T16:32:47.8618690Z 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-11-01T16:32:47.8620260Z 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-11-01T16:32:47.8620970Z 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-11-01T16:32:47.8622250Z 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-11-01T16:32:47.8623900Z 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-11-01T16:32:47.8624600Z 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-11-01T16:32:47.8626070Z 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-11-01T16:32:47.8626800Z 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-11-01T16:32:47.8628010Z 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-11-01T16:32:47.8629180Z 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-11-01T16:32:47.8630250Z 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-11-01T16:32:47.8631810Z 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-11-01T16:32:47.8632650Z 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-11-01T16:32:47.8634210Z 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-11-01T16:32:47.8635120Z 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-11-01T16:32:47.8636030Z 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-11-01T16:32:47.8637810Z 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-11-01T16:32:47.8638680Z 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-11-01T16:32:47.8639780Z 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-11-01T16:32:47.8641350Z 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-11-01T16:32:47.8642150Z 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-11-01T16:32:47.8643560Z 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-11-01T16:32:47.8644500Z 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-11-01T16:32:47.8645940Z 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-11-01T16:32:47.8647760Z 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-11-01T16:32:47.8648700Z 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-11-01T16:32:47.8650260Z 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-11-01T16:32:47.8650960Z 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-11-01T16:32:47.8652550Z 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-11-01T16:32:47.8653370Z 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-11-01T16:32:47.8655010Z 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-11-01T16:32:47.8655890Z 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-11-01T16:32:47.8657140Z 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-11-01T16:32:47.8658070Z 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-11-01T16:32:47.8659510Z 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-11-01T16:32:47.8660600Z 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-11-01T16:32:47.8661600Z 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-11-01T16:32:47.8663330Z 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-11-01T16:32:47.8664160Z 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-11-01T16:32:47.8665770Z 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-11-01T16:32:47.8666450Z 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-11-01T16:32:47.8667550Z 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-11-01T16:32:47.8669120Z 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-11-01T16:32:47.8669810Z 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-11-01T16:32:47.8671400Z 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-11-01T16:32:47.8672470Z 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-11-01T16:32:47.8673770Z 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-11-01T16:32:47.8674870Z 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-11-01T16:32:47.8675940Z 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-11-01T16:32:47.8677110Z 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-11-01T16:32:47.8678630Z 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-11-01T16:32:47.8679620Z 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-11-01T16:32:47.8681160Z 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-11-01T16:32:47.8682180Z 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-11-01T16:32:47.8683120Z 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-11-01T16:32:47.8684710Z 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-11-01T16:32:47.8685630Z 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-11-01T16:32:47.8686970Z 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-11-01T16:32:47.8687770Z 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-11-01T16:32:47.8689290Z 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-11-01T16:32:47.8690230Z 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-11-01T16:32:47.8691330Z 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-11-01T16:32:47.8692740Z 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-11-01T16:32:47.8693580Z 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-11-01T16:32:47.8695080Z 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-11-01T16:32:47.8696140Z 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-11-01T16:32:47.8697570Z 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-11-01T16:32:47.8698520Z 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-11-01T16:32:47.8699570Z 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-11-01T16:32:47.8701220Z 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-11-01T16:32:47.8701960Z 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-11-01T16:32:47.8703530Z 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-11-01T16:32:47.8704180Z 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-11-01T16:32:47.8705360Z 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-11-01T16:32:47.8706890Z 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-11-01T16:32:47.8707870Z 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-11-01T16:32:47.8708920Z 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-11-01T16:32:47.8710440Z 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-11-01T16:32:47.8711210Z 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-11-01T16:32:47.8712320Z 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-11-01T16:32:47.8714020Z 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-11-01T16:32:47.8714760Z 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-11-01T16:32:47.8716460Z 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-11-01T16:32:47.8717370Z 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-11-01T16:32:47.8718880Z 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-11-01T16:32:47.8719630Z 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-11-01T16:32:47.8720960Z 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-11-01T16:32:47.8722630Z 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-11-01T16:32:47.8723330Z 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-11-01T16:32:47.8724650Z 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-11-01T16:32:47.8725730Z 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-11-01T16:32:47.8726770Z 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-11-01T16:32:47.8728330Z 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-11-01T16:32:47.8729340Z 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-11-01T16:32:47.8730830Z 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-11-01T16:32:47.8731620Z 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-11-01T16:32:47.8732840Z 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-11-01T16:32:47.8738260Z 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-11-01T16:32:47.8739050Z 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-11-01T16:32:47.8739810Z 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-11-01T16:32:47.8740370Z 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-11-01T16:32:47.8740930Z 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-11-01T16:32:47.8741500Z 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-11-01T16:32:47.8742110Z 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-11-01T16:32:47.8742800Z 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-11-01T16:32:47.8743560Z 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-11-01T16:32:47.8744490Z 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-11-01T16:32:47.8745940Z 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-11-01T16:32:47.8747100Z 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-11-01T16:32:47.8748000Z 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-11-01T16:32:47.8749810Z 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-11-01T16:32:47.8750490Z 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-11-01T16:32:47.8751600Z 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-11-01T16:32:47.8753040Z 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-11-01T16:32:47.8753960Z 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-11-01T16:32:47.8755460Z 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-11-01T16:32:47.8756190Z 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-11-01T16:32:47.8757700Z 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-11-01T16:32:47.8758480Z 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-11-01T16:32:47.8759680Z 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-11-01T16:32:47.8761150Z 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-11-01T16:32:47.8761990Z 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-11-01T16:32:47.8763570Z 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-11-01T16:32:47.8764320Z 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-11-01T16:32:47.8765500Z 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-11-01T16:32:47.8767120Z 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-11-01T16:32:47.8768260Z 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-11-01T16:32:47.8769050Z 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-11-01T16:32:47.8770160Z 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-11-01T16:32:47.8771790Z 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-11-01T16:32:47.8772770Z 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-11-01T16:32:47.8774160Z 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-11-01T16:32:47.8775000Z 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-11-01T16:32:47.8776700Z 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-11-01T16:32:47.8777590Z 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-11-01T16:32:47.8779220Z 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-11-01T16:32:47.8779990Z 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-11-01T16:32:47.8781290Z 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-11-01T16:32:47.8782290Z 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-11-01T16:32:47.8783730Z 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-11-01T16:32:47.8784590Z 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-11-01T16:32:47.8786270Z 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-11-01T16:32:47.8786950Z 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-11-01T16:32:47.8788240Z 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-11-01T16:32:47.8789180Z 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-11-01T16:32:47.8790680Z 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-11-01T16:32:47.8791600Z 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-11-01T16:32:47.8792790Z 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-11-01T16:32:47.8794320Z 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-11-01T16:32:47.8795040Z 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-11-01T16:32:47.8796720Z 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-11-01T16:32:47.8797430Z 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-11-01T16:32:47.8798870Z 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-11-01T16:32:47.8799750Z 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-11-01T16:32:47.8801330Z 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-11-01T16:32:47.8802160Z 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-11-01T16:32:47.8803640Z 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-11-01T16:32:47.8804710Z 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-11-01T16:32:47.8805720Z 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-11-01T16:32:47.8807050Z 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-11-01T16:32:47.8808070Z 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-11-01T16:32:47.8809600Z 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-11-01T16:32:47.8810260Z 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-11-01T16:32:47.8811860Z 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-11-01T16:32:47.8813050Z 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-11-01T16:32:47.8814000Z 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-11-01T16:32:47.8815150Z 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-11-01T16:32:47.8816470Z 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-11-01T16:32:47.8817510Z 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-11-01T16:32:47.8819140Z 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-11-01T16:32:47.8820020Z 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-11-01T16:32:47.8821230Z 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-11-01T16:32:47.8822840Z 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-11-01T16:32:47.8823880Z 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-11-01T16:32:47.8825400Z 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-11-01T16:32:47.8826510Z 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-11-01T16:32:47.8827810Z 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-11-01T16:32:47.8828760Z 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-11-01T16:32:47.8830220Z 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-11-01T16:32:47.8831250Z 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-11-01T16:32:47.8832510Z 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-11-01T16:32:47.8833510Z 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-11-01T16:32:47.8835000Z 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-11-01T16:32:47.8835970Z 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-11-01T16:32:47.8837420Z 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-11-01T16:32:47.8838280Z 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-11-01T16:32:47.8839800Z 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-11-01T16:32:47.8840750Z 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-11-01T16:32:47.8842170Z 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-11-01T16:32:47.8843050Z 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-11-01T16:32:47.8844480Z 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-11-01T16:32:47.8845220Z 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-11-01T16:32:47.8846710Z 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-11-01T16:32:47.8847430Z 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-11-01T16:32:47.8848900Z 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-11-01T16:32:47.8850260Z 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-11-01T16:32:47.8851140Z 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-11-01T16:32:47.8852670Z 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-11-01T16:32:47.8853630Z 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-11-01T16:32:47.8854870Z 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-11-01T16:32:47.8856330Z 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-11-01T16:32:47.8857120Z 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-11-01T16:32:47.8858390Z 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-11-01T16:32:47.8859390Z 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-11-01T16:32:47.8860880Z 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-11-01T16:32:47.8861760Z 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-11-01T16:32:47.8863220Z 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-11-01T16:32:47.8864090Z 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-11-01T16:32:47.8865450Z 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-11-01T16:32:47.8866410Z 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-11-01T16:32:47.8867530Z 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-11-01T16:32:47.8869170Z 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-11-01T16:32:47.8870000Z 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-11-01T16:32:47.8871050Z 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-11-01T16:32:47.8872320Z 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-11-01T16:32:47.8873830Z 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-11-01T16:32:47.8874720Z 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-11-01T16:32:47.8876260Z 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-11-01T16:32:47.8877180Z 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-11-01T16:32:47.8878690Z 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-11-01T16:32:47.8879690Z 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-11-01T16:32:47.8881400Z 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-11-01T16:32:47.8882180Z 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-11-01T16:32:47.8883760Z 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-11-01T16:32:47.8884960Z 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-11-01T16:32:47.8886400Z 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-11-01T16:32:47.8887400Z 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-11-01T16:32:47.8889040Z 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-11-01T16:32:47.8889760Z 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-11-01T16:32:47.8890720Z 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-11-01T16:32:47.8892710Z 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-11-01T16:32:47.8893610Z 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-11-01T16:32:47.8895210Z 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-11-01T16:32:47.8895980Z 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-11-01T16:32:47.8897420Z 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-11-01T16:32:47.8898270Z 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-11-01T16:32:47.8900190Z 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-11-01T16:32:47.8900950Z 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-11-01T16:32:47.8902050Z 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-11-01T16:32:47.8903050Z 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-11-01T16:32:47.8904270Z 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-11-01T16:32:47.8905960Z 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-11-01T16:32:47.8906580Z 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-11-01T16:32:47.8908200Z 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-11-01T16:32:47.8908900Z 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-11-01T16:32:47.8910500Z 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-11-01T16:32:47.8911290Z 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-11-01T16:32:47.8912770Z 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-11-01T16:32:47.8913480Z 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-11-01T16:32:47.8914960Z 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-11-01T16:32:47.8916170Z 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-11-01T16:32:47.8917010Z 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-11-01T16:32:47.8918520Z 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-11-01T16:32:47.8919320Z 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-11-01T16:32:47.8924170Z 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-11-01T16:32:47.8924800Z 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-11-01T16:32:47.8925370Z 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-11-01T16:32:47.8925960Z 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-11-01T16:32:47.8926630Z 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-11-01T16:32:47.8927220Z 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-11-01T16:32:47.8927770Z 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-11-01T16:32:47.8928620Z 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-11-01T16:32:47.8929960Z 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-11-01T16:32:47.8930940Z 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-11-01T16:32:47.8932460Z 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-11-01T16:32:47.8933340Z 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-11-01T16:32:47.8935070Z 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-11-01T16:32:47.8935920Z 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-11-01T16:32:47.8937200Z 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-11-01T16:32:47.8938640Z 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-11-01T16:32:47.8939540Z 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-11-01T16:32:47.8941130Z 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-11-01T16:32:47.8941840Z 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-11-01T16:32:47.8943080Z 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-11-01T16:32:47.8944670Z 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-11-01T16:32:47.8945600Z 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-11-01T16:32:47.8947020Z 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-11-01T16:32:47.8947740Z 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-11-01T16:32:47.8949180Z 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-11-01T16:32:47.8950040Z 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-11-01T16:32:47.8951500Z 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-11-01T16:32:47.8952310Z 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-11-01T16:32:47.8953720Z 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-11-01T16:32:47.8954530Z 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-11-01T16:32:47.8956020Z 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-11-01T16:32:47.8956780Z 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-11-01T16:32:47.8958390Z 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-11-01T16:32:47.8959230Z 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-11-01T16:32:47.8960670Z 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-11-01T16:32:47.8961560Z 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-11-01T16:32:47.8962970Z 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-11-01T16:32:47.8963910Z 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-11-01T16:32:47.8965370Z 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-11-01T16:32:47.8966290Z 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-11-01T16:32:47.8967630Z 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-11-01T16:32:47.8968420Z 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-11-01T16:32:47.8970020Z 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-11-01T16:32:47.8970740Z 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-11-01T16:32:47.8972240Z 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-11-01T16:32:47.8973090Z 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-11-01T16:32:47.8974650Z 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-11-01T16:32:47.8975490Z 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-11-01T16:32:47.8976540Z 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-11-01T16:32:47.8978040Z 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-11-01T16:32:47.8978740Z 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-11-01T16:32:47.8980350Z 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-11-01T16:32:47.8981280Z 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-11-01T16:32:47.8982800Z 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-11-01T16:32:47.8983550Z 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-11-01T16:32:47.8985020Z 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-11-01T16:32:47.8985830Z 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-11-01T16:32:47.8987350Z 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-11-01T16:32:47.8988130Z 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-11-01T16:32:47.8989610Z 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-11-01T16:32:47.8990490Z 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-11-01T16:32:47.8991800Z 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-11-01T16:32:47.8993330Z 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-11-01T16:32:47.8994110Z 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-11-01T16:32:47.8995120Z 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-11-01T16:32:47.8996320Z 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-11-01T16:32:47.8997770Z 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-11-01T16:32:47.8998650Z 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-11-01T16:32:47.9000240Z 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-11-01T16:32:47.9000950Z 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-11-01T16:32:47.9002210Z 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-11-01T16:32:47.9003820Z 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-11-01T16:32:47.9005500Z 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-11-01T16:32:47.9006160Z 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-11-01T16:32:47.9007820Z 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-11-01T16:32:47.9008670Z 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-11-01T16:32:47.9010200Z 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-11-01T16:32:47.9010950Z 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-11-01T16:32:47.9012440Z 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-11-01T16:32:47.9013350Z 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-11-01T16:32:47.9014470Z 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-11-01T16:32:47.9015850Z 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-11-01T16:32:47.9016600Z 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-11-01T16:32:47.9018040Z 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-11-01T16:32:47.9019050Z 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-11-01T16:32:47.9020510Z 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-11-01T16:32:47.9021200Z 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-11-01T16:32:47.9023150Z 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-11-01T16:32:47.9024130Z 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-11-01T16:32:47.9025520Z 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-11-01T16:32:47.9026530Z 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-11-01T16:32:47.9027980Z 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-11-01T16:32:47.9028850Z 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-11-01T16:32:47.9030190Z 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-11-01T16:32:47.9031260Z 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-11-01T16:32:47.9032480Z 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-11-01T16:32:47.9034410Z 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-11-01T16:32:47.9034990Z 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-11-01T16:32:47.9035810Z 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-11-01T16:32:47.9036960Z 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-11-01T16:32:47.9038560Z 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-11-01T16:32:47.9039360Z 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-11-01T16:32:47.9040610Z 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-11-01T16:32:47.9041580Z 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-11-01T16:32:47.9042930Z 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-11-01T16:32:47.9043810Z 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-11-01T16:32:47.9044990Z 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-11-01T16:32:47.9046350Z 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-11-01T16:32:47.9047340Z 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-11-01T16:32:47.9048790Z 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-11-01T16:32:47.9049630Z 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-11-01T16:32:47.9051080Z 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-11-01T16:32:47.9051850Z 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-11-01T16:32:47.9053420Z 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-11-01T16:32:47.9054330Z 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-11-01T16:32:47.9055770Z 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-11-01T16:32:47.9056600Z 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-11-01T16:32:47.9058070Z 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-11-01T16:32:47.9058950Z 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-11-01T16:32:47.9060360Z 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-11-01T16:32:47.9061210Z 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-11-01T16:32:47.9062700Z 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-11-01T16:32:47.9063620Z 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-11-01T16:32:47.9065110Z 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-11-01T16:32:47.9065940Z 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-11-01T16:32:47.9067390Z 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-11-01T16:32:47.9068420Z 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-11-01T16:32:47.9069950Z 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-11-01T16:32:47.9071020Z 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-11-01T16:32:47.9072210Z 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-11-01T16:32:47.9073130Z 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-11-01T16:32:47.9074630Z 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-11-01T16:32:47.9075440Z 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-11-01T16:32:47.9077050Z 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-11-01T16:32:47.9077820Z 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-11-01T16:32:47.9079450Z 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-11-01T16:32:47.9080110Z 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-11-01T16:32:47.9081140Z 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-11-01T16:32:47.9082800Z 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-11-01T16:32:47.9083720Z 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-11-01T16:32:47.9085000Z 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-11-01T16:32:47.9086260Z 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-11-01T16:32:47.9087390Z 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-11-01T16:32:47.9088370Z 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-11-01T16:32:47.9089980Z 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-11-01T16:32:47.9091120Z 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-11-01T16:32:47.9092800Z 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-11-01T16:32:47.9093560Z 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-11-01T16:32:47.9095220Z 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-11-01T16:32:47.9095960Z 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-11-01T16:32:47.9097640Z 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-11-01T16:32:47.9098650Z 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-11-01T16:32:47.9099450Z 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-11-01T16:32:47.9100930Z 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-11-01T16:32:47.9101740Z 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-11-01T16:32:47.9103240Z 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-11-01T16:32:47.9107610Z 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-11-01T16:32:47.9108330Z 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-11-01T16:32:47.9109010Z 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-11-01T16:32:47.9109540Z 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-11-01T16:32:47.9110100Z 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-11-01T16:32:47.9110690Z 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-11-01T16:32:47.9111980Z 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-11-01T16:32:47.9113060Z 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-11-01T16:32:47.9113920Z 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-11-01T16:32:47.9115540Z 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-11-01T16:32:47.9116760Z 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-11-01T16:32:47.9118070Z 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-11-01T16:32:47.9119000Z 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-11-01T16:32:47.9120430Z 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-11-01T16:32:47.9121990Z 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-11-01T16:32:47.9122770Z 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-11-01T16:32:47.9124010Z 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-11-01T16:32:47.9125570Z 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-11-01T16:32:47.9126290Z 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-11-01T16:32:47.9127870Z 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-11-01T16:32:47.9128840Z 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-11-01T16:32:47.9129820Z 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-11-01T16:32:47.9130860Z 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-11-01T16:32:47.9132460Z 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-11-01T16:32:47.9133280Z 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-11-01T16:32:47.9134400Z 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-11-01T16:32:47.9135500Z 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-11-01T16:32:47.9136820Z 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-11-01T16:32:47.9138280Z 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-11-01T16:32:47.9139160Z 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-11-01T16:32:47.9140400Z 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-11-01T16:32:47.9141610Z 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-11-01T16:32:47.9142730Z 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-11-01T16:32:47.9144300Z 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-11-01T16:32:47.9145140Z 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-11-01T16:32:47.9146160Z 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-11-01T16:32:47.9147360Z 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-11-01T16:32:47.9148460Z 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-11-01T16:32:47.9149790Z 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-11-01T16:32:47.9150790Z 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-11-01T16:32:47.9152350Z 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-11-01T16:32:47.9153100Z 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-11-01T16:32:47.9154640Z 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-11-01T16:32:47.9155530Z 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-11-01T16:32:47.9156580Z 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-11-01T16:32:47.9158010Z 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-11-01T16:32:47.9158900Z 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-11-01T16:32:47.9160400Z 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-11-01T16:32:47.9161300Z 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-11-01T16:32:47.9162500Z 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-11-01T16:32:47.9163540Z 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-11-01T16:32:47.9164670Z 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-11-01T16:32:47.9165930Z 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-11-01T16:32:47.9167080Z 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-11-01T16:32:47.9168030Z 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-11-01T16:32:47.9169490Z 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-11-01T16:32:47.9171020Z 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-11-01T16:32:47.9171830Z 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-11-01T16:32:47.9172910Z 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-11-01T16:32:47.9174550Z 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-11-01T16:32:47.9175270Z 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-11-01T16:32:47.9176740Z 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-11-01T16:32:47.9177690Z 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-11-01T16:32:47.9179000Z 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-11-01T16:32:47.9180120Z 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-11-01T16:32:47.9181020Z 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-11-01T16:32:47.9182490Z 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-11-01T16:32:47.9183310Z 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-11-01T16:32:47.9184410Z 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-11-01T16:32:47.9186150Z 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-11-01T16:32:47.9186820Z 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-11-01T16:32:47.9187890Z 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-11-01T16:32:47.9189030Z 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-11-01T16:32:47.9190800Z 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-11-01T16:32:47.9191400Z 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-11-01T16:32:47.9192420Z 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-11-01T16:32:47.9193950Z 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-11-01T16:32:47.9195010Z 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-11-01T16:32:47.9196060Z 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-11-01T16:32:47.9197530Z 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-11-01T16:32:47.9198380Z 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-11-01T16:32:47.9199780Z 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-11-01T16:32:47.9200670Z 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-11-01T16:32:47.9202090Z 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-11-01T16:32:47.9202960Z 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-11-01T16:32:47.9204480Z 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-11-01T16:32:47.9205610Z 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-11-01T16:32:47.9206480Z 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-11-01T16:32:47.9207890Z 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-11-01T16:32:47.9208910Z 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-11-01T16:32:47.9210390Z 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-11-01T16:32:47.9211190Z 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-11-01T16:32:47.9212610Z 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-11-01T16:32:47.9213400Z 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-11-01T16:32:47.9214810Z 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-11-01T16:32:47.9216100Z 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-11-01T16:32:47.9217020Z 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-11-01T16:32:47.9218060Z 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-11-01T16:32:47.9219560Z 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-11-01T16:32:47.9220270Z 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-11-01T16:32:47.9222020Z 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-11-01T16:32:47.9222870Z 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-11-01T16:32:47.9224290Z 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-11-01T16:32:47.9225070Z 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-11-01T16:32:47.9226690Z 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-11-01T16:32:47.9227520Z 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-11-01T16:32:47.9228920Z 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-11-01T16:32:47.9229760Z 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-11-01T16:32:47.9231370Z 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-11-01T16:32:47.9232070Z 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-11-01T16:32:47.9233530Z 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-11-01T16:32:47.9234280Z 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-11-01T16:32:47.9235790Z 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-11-01T16:32:47.9236930Z 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-11-01T16:32:47.9238400Z 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-11-01T16:32:47.9239210Z 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-11-01T16:32:47.9240520Z 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-11-01T16:32:47.9241740Z 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-11-01T16:32:47.9243270Z 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-11-01T16:32:47.9244410Z 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-11-01T16:32:47.9246090Z 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-11-01T16:32:47.9247070Z 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-11-01T16:32:47.9248530Z 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-11-01T16:32:47.9250040Z 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-11-01T16:32:47.9251190Z 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-11-01T16:32:47.9252580Z 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-11-01T16:32:47.9253540Z 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-11-01T16:32:47.9255340Z 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-11-01T16:32:47.9256140Z 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-11-01T16:32:47.9257170Z 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-11-01T16:32:47.9258240Z 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-11-01T16:32:47.9259950Z 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-11-01T16:32:47.9260770Z 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-11-01T16:32:47.9262170Z 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-11-01T16:32:47.9263010Z 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-11-01T16:32:47.9264560Z 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-11-01T16:32:47.9265370Z 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-11-01T16:32:47.9267010Z 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-11-01T16:32:47.9267850Z 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-11-01T16:32:47.9268910Z 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-11-01T16:32:47.9269940Z 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-11-01T16:32:47.9271420Z 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-11-01T16:32:47.9272600Z 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-11-01T16:32:47.9274440Z 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-11-01T16:32:47.9275440Z 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-11-01T16:32:47.9276300Z 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-11-01T16:32:47.9277790Z 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-11-01T16:32:47.9278910Z 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-11-01T16:32:47.9279860Z 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-11-01T16:32:47.9281540Z 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-11-01T16:32:47.9282360Z 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-11-01T16:32:47.9283570Z 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-11-01T16:32:47.9284680Z 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-11-01T16:32:47.9286170Z 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-11-01T16:32:47.9286940Z 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-11-01T16:32:47.9288210Z 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-11-01T16:32:47.9293070Z 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-11-01T16:32:47.9293730Z 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-11-01T16:32:47.9294640Z 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-11-01T16:32:47.9295210Z 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-11-01T16:32:47.9295910Z 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-11-01T16:32:47.9296530Z 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-11-01T16:32:47.9297060Z 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-11-01T16:32:47.9297620Z 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-11-01T16:32:47.9298300Z 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-11-01T16:32:47.9299770Z 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-11-01T16:32:47.9300570Z 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-11-01T16:32:47.9301990Z 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-11-01T16:32:47.9302820Z 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-11-01T16:32:47.9304250Z 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-11-01T16:32:47.9305110Z 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-11-01T16:32:47.9306690Z 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-11-01T16:32:47.9307460Z 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-11-01T16:32:47.9308770Z 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-11-01T16:32:47.9309660Z 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-11-01T16:32:47.9311090Z 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-11-01T16:32:47.9311940Z 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-11-01T16:32:47.9313580Z 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-11-01T16:32:47.9314470Z 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-11-01T16:32:47.9315950Z 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-11-01T16:32:47.9317310Z 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-11-01T16:32:47.9318210Z 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-11-01T16:32:47.9319750Z 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-11-01T16:32:47.9320460Z 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-11-01T16:32:47.9322050Z 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-11-01T16:32:47.9323030Z 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-11-01T16:32:47.9324350Z 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-11-01T16:32:47.9325700Z 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-11-01T16:32:47.9326790Z 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-11-01T16:32:47.9328220Z 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-11-01T16:32:47.9329170Z 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-11-01T16:32:47.9330660Z 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-11-01T16:32:47.9331360Z 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-11-01T16:32:47.9332510Z 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-11-01T16:32:47.9334230Z 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-11-01T16:32:47.9335120Z 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-11-01T16:32:47.9336150Z 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-11-01T16:32:47.9337220Z 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-11-01T16:32:47.9338660Z 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-11-01T16:32:47.9339520Z 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-11-01T16:32:47.9341250Z 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-11-01T16:32:47.9342080Z 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-11-01T16:32:47.9343020Z 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-11-01T16:32:47.9344480Z 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-11-01T16:32:47.9345470Z 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-11-01T16:32:47.9346630Z 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-11-01T16:32:47.9347780Z 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-11-01T16:32:47.9349380Z 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-11-01T16:32:47.9350260Z 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-11-01T16:32:47.9351420Z 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-11-01T16:32:47.9353000Z 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-11-01T16:32:47.9353670Z 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-11-01T16:32:47.9355210Z 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-11-01T16:32:47.9356100Z 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-11-01T16:32:47.9357220Z 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-11-01T16:32:47.9358730Z 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-11-01T16:32:47.9359900Z 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-11-01T16:32:47.9360660Z 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-11-01T16:32:47.9362300Z 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-11-01T16:32:47.9363090Z 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-11-01T16:32:47.9364100Z 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-11-01T16:32:47.9365800Z 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-11-01T16:32:47.9366500Z 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-11-01T16:32:47.9367730Z 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-11-01T16:32:47.9368990Z 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-11-01T16:32:47.9369950Z 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-11-01T16:32:47.9371270Z 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-11-01T16:32:47.9372320Z 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-11-01T16:32:47.9373420Z 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-11-01T16:32:47.9374470Z 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-11-01T16:32:47.9375980Z 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-11-01T16:32:47.9377070Z 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-11-01T16:32:47.9378070Z 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-11-01T16:32:47.9379600Z 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-11-01T16:32:47.9380480Z 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-11-01T16:32:47.9381480Z 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-11-01T16:32:47.9382970Z 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-11-01T16:32:47.9383840Z 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-11-01T16:32:47.9385410Z 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-11-01T16:32:47.9386100Z 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-11-01T16:32:47.9387720Z 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-11-01T16:32:47.9388590Z 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-11-01T16:32:47.9390100Z 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-11-01T16:32:47.9390850Z 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-11-01T16:32:47.9392250Z 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-11-01T16:32:47.9393210Z 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-11-01T16:32:47.9394710Z 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-11-01T16:32:47.9395600Z 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-11-01T16:32:47.9396910Z 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-11-01T16:32:47.9397860Z 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-11-01T16:32:47.9399190Z 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-11-01T16:32:47.9400130Z 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-11-01T16:32:47.9401800Z 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-11-01T16:32:47.9402690Z 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-11-01T16:32:47.9404270Z 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-11-01T16:32:47.9404850Z 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-11-01T16:32:47.9406010Z 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-11-01T16:32:47.9407450Z 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-11-01T16:32:47.9408270Z 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-11-01T16:32:47.9409410Z 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-11-01T16:32:47.9410900Z 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-11-01T16:32:47.9412040Z 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-11-01T16:32:47.9412860Z 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-11-01T16:32:47.9414410Z 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-11-01T16:32:47.9415100Z 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-11-01T16:32:47.9416370Z 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-11-01T16:32:47.9417870Z 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-11-01T16:32:47.9419080Z 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-11-01T16:32:47.9420340Z 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-11-01T16:32:47.9421060Z 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-11-01T16:32:47.9422510Z 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-11-01T16:32:47.9423280Z 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-11-01T16:32:47.9424750Z 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-11-01T16:32:47.9425490Z 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-11-01T16:32:47.9426740Z 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-11-01T16:32:47.9428330Z 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-11-01T16:32:47.9428970Z 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-11-01T16:32:47.9430400Z 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-11-01T16:32:47.9431150Z 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-11-01T16:32:47.9432680Z 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-11-01T16:32:47.9433490Z 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-11-01T16:32:47.9435020Z 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-11-01T16:32:47.9435680Z 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-11-01T16:32:47.9436880Z 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-11-01T16:32:47.9437990Z 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-11-01T16:32:47.9439470Z 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-11-01T16:32:47.9440370Z 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-11-01T16:32:47.9441430Z 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-11-01T16:32:47.9442710Z 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-11-01T16:32:47.9444030Z 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-11-01T16:32:47.9445010Z 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-11-01T16:32:47.9446170Z 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-11-01T16:32:47.9447400Z 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-11-01T16:32:47.9448500Z 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-11-01T16:32:47.9449720Z 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-11-01T16:32:47.9450670Z 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-11-01T16:32:47.9452090Z 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-11-01T16:32:47.9452910Z 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-11-01T16:32:47.9454560Z 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-11-01T16:32:47.9455560Z 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-11-01T16:32:47.9456660Z 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-11-01T16:32:47.9458200Z 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-11-01T16:32:47.9458860Z 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-11-01T16:32:47.9460360Z 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-11-01T16:32:47.9461140Z 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-11-01T16:32:47.9462600Z 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-11-01T16:32:47.9463430Z 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-11-01T16:32:47.9464920Z 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-11-01T16:32:47.9466110Z 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-11-01T16:32:47.9466900Z 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-11-01T16:32:47.9468420Z 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-11-01T16:32:47.9469220Z 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-11-01T16:32:47.9470740Z 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-11-01T16:32:47.9475080Z 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-11-01T16:32:47.9475940Z 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-11-01T16:32:47.9476470Z 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-11-01T16:32:47.9477050Z 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-11-01T16:32:47.9477760Z 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-11-01T16:32:47.9478430Z 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-11-01T16:32:47.9478990Z 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-11-01T16:32:47.9480270Z 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-11-01T16:32:47.9481080Z 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-11-01T16:32:47.9482690Z 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-11-01T16:32:47.9483370Z 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-11-01T16:32:47.9484900Z 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-11-01T16:32:47.9485840Z 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-11-01T16:32:47.9487260Z 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-11-01T16:32:47.9488820Z 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-11-01T16:32:47.9489730Z 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-11-01T16:32:47.9491260Z 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-11-01T16:32:47.9492130Z 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-11-01T16:32:47.9493500Z 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-11-01T16:32:47.9494470Z 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-11-01T16:32:47.9495860Z 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-11-01T16:32:47.9496790Z 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-11-01T16:32:47.9498260Z 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-11-01T16:32:47.9499230Z 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-11-01T16:32:47.9500740Z 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-11-01T16:32:47.9501590Z 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-11-01T16:32:47.9503320Z 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-11-01T16:32:47.9504060Z 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-11-01T16:32:47.9505140Z 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-11-01T16:32:47.9506530Z 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-11-01T16:32:47.9507460Z 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-11-01T16:32:47.9508480Z 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-11-01T16:32:47.9509980Z 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-11-01T16:32:47.9510790Z 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-11-01T16:32:47.9511950Z 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-11-01T16:32:47.9513390Z 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-11-01T16:32:47.9514900Z 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-11-01T16:32:47.9515720Z 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-11-01T16:32:47.9517190Z 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-11-01T16:32:47.9518240Z 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-11-01T16:32:47.9519290Z 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-11-01T16:32:47.9520750Z 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-11-01T16:32:47.9521480Z 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-11-01T16:32:47.9523180Z 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-11-01T16:32:47.9524220Z 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-11-01T16:32:47.9525760Z 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-11-01T16:32:47.9526470Z 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-11-01T16:32:47.9528070Z 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-11-01T16:32:47.9528920Z 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-11-01T16:32:47.9529940Z 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-11-01T16:32:47.9531470Z 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-11-01T16:32:47.9532440Z 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-11-01T16:32:47.9533480Z 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-11-01T16:32:47.9534970Z 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-11-01T16:32:47.9535840Z 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-11-01T16:32:47.9536950Z 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-11-01T16:32:47.9538500Z 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-11-01T16:32:47.9539430Z 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-11-01T16:32:47.9540870Z 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-11-01T16:32:47.9541910Z 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-11-01T16:32:47.9543020Z 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-11-01T16:32:47.9544510Z 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-11-01T16:32:47.9545710Z 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-11-01T16:32:47.9547300Z 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-11-01T16:32:47.9548120Z 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-11-01T16:32:47.9549720Z 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-11-01T16:32:47.9550690Z 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-11-01T16:32:47.9552270Z 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-11-01T16:32:47.9552980Z 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-11-01T16:32:47.9554510Z 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-11-01T16:32:47.9555270Z 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-11-01T16:32:47.9556670Z 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-11-01T16:32:47.9557530Z 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-11-01T16:32:47.9559120Z 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-11-01T16:32:47.9559870Z 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-11-01T16:32:47.9561600Z 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-11-01T16:32:47.9562690Z 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-11-01T16:32:47.9563520Z 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-11-01T16:32:47.9565020Z 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-11-01T16:32:47.9565880Z 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-11-01T16:32:47.9567480Z 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-11-01T16:32:47.9568380Z 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-11-01T16:32:47.9569830Z 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-11-01T16:32:47.9570860Z 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-11-01T16:32:47.9571860Z 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-11-01T16:32:47.9573250Z 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-11-01T16:32:47.9574050Z 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-11-01T16:32:47.9575530Z 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-11-01T16:32:47.9576540Z 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-11-01T16:32:47.9577940Z 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-11-01T16:32:47.9578680Z 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-11-01T16:32:47.9580170Z 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-11-01T16:32:47.9581040Z 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-11-01T16:32:47.9582630Z 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-11-01T16:32:47.9583470Z 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-11-01T16:32:47.9584940Z 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-11-01T16:32:47.9585770Z 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-11-01T16:32:47.9587280Z 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-11-01T16:32:47.9588060Z 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-11-01T16:32:47.9589530Z 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-11-01T16:32:47.9590470Z 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-11-01T16:32:47.9591920Z 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-11-01T16:32:47.9592880Z 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-11-01T16:32:47.9594150Z 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-11-01T16:32:47.9595090Z 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-11-01T16:32:47.9596420Z 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-11-01T16:32:47.9597660Z 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-11-01T16:32:47.9598590Z 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-11-01T16:32:47.9600160Z 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-11-01T16:32:47.9601840Z 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-11-01T16:32:47.9602960Z 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-11-01T16:32:47.9603880Z 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-11-01T16:32:47.9605370Z 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-11-01T16:32:47.9606280Z 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-11-01T16:32:47.9607830Z 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-11-01T16:32:47.9608810Z 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-11-01T16:32:47.9610220Z 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-11-01T16:32:47.9611250Z 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-11-01T16:32:47.9613070Z 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-11-01T16:32:47.9613880Z 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-11-01T16:32:47.9615410Z 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-11-01T16:32:47.9616870Z 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-11-01T16:32:47.9617760Z 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-11-01T16:32:47.9619610Z 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-11-01T16:32:47.9620830Z 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-11-01T16:32:47.9621630Z 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-11-01T16:32:47.9623210Z 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-11-01T16:32:47.9624010Z 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-11-01T16:32:47.9625480Z 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-11-01T16:32:47.9626440Z 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-11-01T16:32:47.9627590Z 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-11-01T16:32:47.9629360Z 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-11-01T16:32:47.9630130Z 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-11-01T16:32:47.9631120Z 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-11-01T16:32:47.9632700Z 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-11-01T16:32:47.9633360Z 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-11-01T16:32:47.9635000Z 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-11-01T16:32:47.9635840Z 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-11-01T16:32:47.9637180Z 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-11-01T16:32:47.9638290Z 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-11-01T16:32:47.9639370Z 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-11-01T16:32:47.9640430Z 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-11-01T16:32:47.9641670Z 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-11-01T16:32:47.9647360Z 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-11-01T16:32:47.9648650Z 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-11-01T16:32:47.9649860Z 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-11-01T16:32:47.9651140Z 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-11-01T16:32:47.9652610Z 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-11-01T16:32:47.9653930Z 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-11-01T16:32:47.9655160Z 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-11-01T16:32:47.9656360Z 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-11-01T16:32:47.9657540Z 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-11-01T16:32:47.9658730Z 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-11-01T16:32:47.9660000Z 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-11-01T16:32:47.9661150Z 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-11-01T16:32:47.9662210Z 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-11-01T16:32:47.9663290Z 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-11-01T16:32:47.9664440Z 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-11-01T16:32:47.9665640Z 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-11-01T16:32:47.9666850Z 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-11-01T16:32:47.9668120Z 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-11-01T16:32:47.9669390Z 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-11-01T16:32:47.9670610Z 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-11-01T16:32:47.9671790Z 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-11-01T16:32:47.9673040Z 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-11-01T16:32:47.9674440Z 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-11-01T16:32:47.9675720Z 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-11-01T16:32:47.9676900Z 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-11-01T16:32:47.9678110Z 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-11-01T16:32:47.9679270Z 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-11-01T16:32:47.9680460Z 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-11-01T16:32:47.9681620Z 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-11-01T16:32:47.9682830Z 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-11-01T16:32:47.9684120Z 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-11-01T16:32:47.9685350Z 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-11-01T16:32:47.9686500Z 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-11-01T16:32:47.9687690Z 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-11-01T16:32:47.9688980Z 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-11-01T16:32:47.9690280Z 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-11-01T16:32:47.9691490Z 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-11-01T16:32:47.9692640Z 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-11-01T16:32:47.9693820Z 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-11-01T16:32:47.9695080Z 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-11-01T16:32:47.9696310Z 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-11-01T16:32:47.9697530Z 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-11-01T16:32:47.9698750Z 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-11-01T16:32:47.9699860Z 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-11-01T16:32:47.9700940Z 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-11-01T16:32:47.9702220Z 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-11-01T16:32:47.9703450Z 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-11-01T16:32:47.9704570Z 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-11-01T16:32:47.9705700Z 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-11-01T16:32:47.9707040Z 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-11-01T16:32:47.9708390Z 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-11-01T16:32:47.9709550Z 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-11-01T16:32:47.9710870Z 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-11-01T16:32:47.9712180Z 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-11-01T16:32:47.9713570Z 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-11-01T16:32:47.9714940Z 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-11-01T16:32:47.9716100Z 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-11-01T16:32:47.9717190Z 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-11-01T16:32:47.9718300Z 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-11-01T16:32:47.9719460Z 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-11-01T16:32:47.9720640Z 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-11-01T16:32:47.9721830Z 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-11-01T16:32:47.9722960Z 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-11-01T16:32:47.9724040Z 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-11-01T16:32:47.9725150Z 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-11-01T16:32:47.9726350Z 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-11-01T16:32:47.9727550Z 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-11-01T16:32:47.9732570Z 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-11-01T16:32:47.9733740Z 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-11-01T16:32:47.9735100Z 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-11-01T16:32:47.9736390Z 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-11-01T16:32:47.9737620Z 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-11-01T16:32:47.9738860Z 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-11-01T16:32:47.9740040Z 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-11-01T16:32:47.9741290Z 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-11-01T16:32:47.9742540Z 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-11-01T16:32:47.9743800Z 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-11-01T16:32:47.9745000Z 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-11-01T16:32:47.9746150Z 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-11-01T16:32:47.9747330Z 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-11-01T16:32:47.9748540Z 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-11-01T16:32:47.9749950Z 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-11-01T16:32:47.9751280Z 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-11-01T16:32:47.9752460Z 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-11-01T16:32:47.9753740Z 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-11-01T16:32:47.9755030Z 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-11-01T16:32:47.9756280Z 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-11-01T16:32:47.9757550Z 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-11-01T16:32:47.9758990Z 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-11-01T16:32:47.9760280Z 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-11-01T16:32:47.9761650Z 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-11-01T16:32:47.9763140Z 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-11-01T16:32:47.9764460Z 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-11-01T16:32:47.9765690Z 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-11-01T16:32:47.9766900Z 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-11-01T16:32:47.9768040Z 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-11-01T16:32:47.9769240Z 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-11-01T16:32:47.9770570Z 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-11-01T16:32:47.9771860Z 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-11-01T16:32:47.9773040Z 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-11-01T16:32:47.9774450Z 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-11-01T16:32:47.9775750Z 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-11-01T16:32:47.9777010Z 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-11-01T16:32:47.9778290Z 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-11-01T16:32:47.9779530Z 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-11-01T16:32:47.9780870Z 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-11-01T16:32:47.9782100Z 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-11-01T16:32:47.9783270Z 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-11-01T16:32:47.9784510Z 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-11-01T16:32:47.9785820Z 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-11-01T16:32:47.9787130Z 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-11-01T16:32:47.9788380Z 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-11-01T16:32:47.9789540Z 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-11-01T16:32:47.9790770Z 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-11-01T16:32:47.9792110Z 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-11-01T16:32:47.9793520Z 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-11-01T16:32:47.9794870Z 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-11-01T16:32:47.9796210Z 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-11-01T16:32:47.9797500Z 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-11-01T16:32:47.9798700Z 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-11-01T16:32:47.9799850Z 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-11-01T16:32:47.9801000Z 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-11-01T16:32:47.9802160Z 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-11-01T16:32:47.9803300Z 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-11-01T16:32:47.9804550Z 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-11-01T16:32:47.9805960Z 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-11-01T16:32:47.9807310Z 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-11-01T16:32:47.9808510Z 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-11-01T16:32:47.9809640Z 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-11-01T16:32:47.9810830Z 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-11-01T16:32:47.9812110Z 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-11-01T16:32:47.9813340Z 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-11-01T16:32:47.9814590Z 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-11-01T16:32:47.9815760Z 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-11-01T16:32:47.9816920Z 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-11-01T16:32:47.9818030Z 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-11-01T16:32:47.9819160Z 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-11-01T16:32:47.9820340Z 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-11-01T16:32:47.9821590Z 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-11-01T16:32:47.9822890Z 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-11-01T16:32:47.9824170Z 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-11-01T16:32:47.9825460Z 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-11-01T16:32:47.9826820Z 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-11-01T16:32:47.9828210Z 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-11-01T16:32:47.9829620Z 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-11-01T16:32:47.9831150Z 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-11-01T16:32:47.9832590Z 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-11-01T16:32:47.9833960Z 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-11-01T16:32:47.9835240Z 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-11-01T16:32:47.9836460Z 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-11-01T16:32:47.9841380Z 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-11-01T16:32:47.9842570Z 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-11-01T16:32:47.9843750Z 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-11-01T16:32:47.9844990Z 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-11-01T16:32:47.9846150Z 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-11-01T16:32:47.9847380Z 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-11-01T16:32:47.9848680Z 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-11-01T16:32:47.9849870Z 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-11-01T16:32:47.9851040Z 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-11-01T16:32:47.9852260Z 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-11-01T16:32:47.9853410Z 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-11-01T16:32:47.9854590Z 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-11-01T16:32:47.9855960Z 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-11-01T16:32:47.9857260Z 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-11-01T16:32:47.9858470Z 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-11-01T16:32:47.9859650Z 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-11-01T16:32:47.9860920Z 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-11-01T16:32:47.9862280Z 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-11-01T16:32:47.9863550Z 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-11-01T16:32:47.9864730Z 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-11-01T16:32:47.9865910Z 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-11-01T16:32:47.9867180Z 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-11-01T16:32:47.9868590Z 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-11-01T16:32:47.9869860Z 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-11-01T16:32:47.9871110Z 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-11-01T16:32:47.9872350Z 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-11-01T16:32:47.9873560Z 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-11-01T16:32:47.9874710Z 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-11-01T16:32:47.9875930Z 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-11-01T16:32:47.9877180Z 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-11-01T16:32:47.9878340Z 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-11-01T16:32:47.9879490Z 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-11-01T16:32:47.9880700Z 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-11-01T16:32:47.9881960Z 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-11-01T16:32:47.9883310Z 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-11-01T16:32:47.9884580Z 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-11-01T16:32:47.9885720Z 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-11-01T16:32:47.9887010Z 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-11-01T16:32:47.9888250Z 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-11-01T16:32:47.9889380Z 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-11-01T16:32:47.9890580Z 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-11-01T16:32:47.9891740Z 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-11-01T16:32:47.9892880Z 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-11-01T16:32:47.9894160Z 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-11-01T16:32:47.9895430Z 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-11-01T16:32:47.9896660Z 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-11-01T16:32:47.9897950Z 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-11-01T16:32:47.9899160Z 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-11-01T16:32:47.9900470Z 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-11-01T16:32:47.9901770Z 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-11-01T16:32:47.9902900Z 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-11-01T16:32:47.9904130Z 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-11-01T16:32:47.9905520Z 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-11-01T16:32:47.9906770Z 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-11-01T16:32:47.9907920Z 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-11-01T16:32:47.9909040Z 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-11-01T16:32:47.9910160Z 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-11-01T16:32:47.9911340Z 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-11-01T16:32:47.9912630Z 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-11-01T16:32:47.9913900Z 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-11-01T16:32:47.9915180Z 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-11-01T16:32:47.9916440Z 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-11-01T16:32:47.9917620Z 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-11-01T16:32:47.9918790Z 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-11-01T16:32:47.9920180Z 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-11-01T16:32:47.9921590Z 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-11-01T16:32:47.9922720Z 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-11-01T16:32:47.9923880Z 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-11-01T16:32:47.9925140Z 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-11-01T16:32:47.9926340Z 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-11-01T16:32:47.9927600Z 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-11-01T16:32:47.9928870Z 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-11-01T16:32:47.9930000Z 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-11-01T16:32:47.9931130Z 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-11-01T16:32:47.9932390Z 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-11-01T16:32:47.9933750Z 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-11-01T16:32:47.9935050Z 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-11-01T16:32:47.9936250Z 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-11-01T16:32:47.9937470Z 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-11-01T16:32:47.9938800Z 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-11-01T16:32:47.9940150Z 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-11-01T16:32:47.9941440Z 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-11-01T16:32:47.9942710Z 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-11-01T16:32:47.9944020Z 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-11-01T16:32:47.9949140Z 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-11-01T16:32:47.9950340Z 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-11-01T16:32:47.9951530Z 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-11-01T16:32:47.9952780Z 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-11-01T16:32:47.9954010Z 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-11-01T16:32:47.9955270Z 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-11-01T16:32:47.9956690Z 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-11-01T16:32:47.9957940Z 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-11-01T16:32:47.9959160Z 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-11-01T16:32:47.9960490Z 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-11-01T16:32:47.9961770Z 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-11-01T16:32:47.9962940Z 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-11-01T16:32:47.9964060Z 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-11-01T16:32:47.9965180Z 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-11-01T16:32:47.9966330Z 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-11-01T16:32:47.9967510Z 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-11-01T16:32:47.9968720Z 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-11-01T16:32:47.9969950Z 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-11-01T16:32:47.9971110Z 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-11-01T16:32:47.9972290Z 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-11-01T16:32:47.9973460Z 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-11-01T16:32:47.9974630Z 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-11-01T16:32:47.9975760Z 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-11-01T16:32:47.9977020Z 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-11-01T16:32:47.9978360Z 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-11-01T16:32:47.9979640Z 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-11-01T16:32:47.9980970Z 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-11-01T16:32:47.9982190Z 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-11-01T16:32:47.9983380Z 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-11-01T16:32:47.9984560Z 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-11-01T16:32:47.9985820Z 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-11-01T16:32:47.9987030Z 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-11-01T16:32:47.9988180Z 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-11-01T16:32:47.9989260Z 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-11-01T16:32:47.9990350Z 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-11-01T16:32:47.9991490Z 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-11-01T16:32:47.9992640Z 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-11-01T16:32:47.9993790Z 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-11-01T16:32:47.9994950Z 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-11-01T16:32:47.9996120Z 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-11-01T16:32:47.9997380Z 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-11-01T16:32:47.9998670Z 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-11-01T16:32:47.9999810Z 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-11-01T16:32:48.0000930Z 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-11-01T16:32:48.0002100Z 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-11-01T16:32:48.0003300Z 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-11-01T16:32:48.0004470Z 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-11-01T16:32:48.0005670Z 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-11-01T16:32:48.0006860Z 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-11-01T16:32:48.0007940Z 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-11-01T16:32:48.0009010Z 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-11-01T16:32:48.0010110Z 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-11-01T16:32:48.0011400Z 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-11-01T16:32:48.0012700Z 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-11-01T16:32:48.0013940Z 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-11-01T16:32:48.0015180Z 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-11-01T16:32:48.0016370Z 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-11-01T16:32:48.0017490Z 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-11-01T16:32:48.0018760Z 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-11-01T16:32:48.0020040Z 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-11-01T16:32:48.0021180Z 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-11-01T16:32:48.0022430Z 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-11-01T16:32:48.0023690Z 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-11-01T16:32:48.0024960Z 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-11-01T16:32:48.0026180Z 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-11-01T16:32:48.0027450Z 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-11-01T16:32:48.0028760Z 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-11-01T16:32:48.0030010Z 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-11-01T16:32:48.0031330Z 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-11-01T16:32:48.0032660Z 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-11-01T16:32:48.0033950Z 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-11-01T16:32:48.0035080Z 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-11-01T16:32:48.0036240Z 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-11-01T16:32:48.0037450Z 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-11-01T16:32:48.0038670Z 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-11-01T16:32:48.0039990Z 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-11-01T16:32:48.0041260Z 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-11-01T16:32:48.0042390Z 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-11-01T16:32:48.0043540Z 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-11-01T16:32:48.0044860Z 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-11-01T16:32:48.0046200Z 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-11-01T16:32:48.0047420Z 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-11-01T16:32:48.0048720Z 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-11-01T16:32:48.0050010Z 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-11-01T16:32:48.0051190Z 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-11-01T16:32:48.0052360Z 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-11-01T16:32:48.0053670Z 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-11-01T16:32:48.0054970Z 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-11-01T16:32:48.0056270Z 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-11-01T16:32:48.0057930Z 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-11-01T16:32:48.0059180Z 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-11-01T16:32:48.0060410Z 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-11-01T16:32:48.0061630Z 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-11-01T16:32:48.0062800Z 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-11-01T16:32:48.0063990Z 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-11-01T16:32:48.0065160Z 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-11-01T16:32:48.0066270Z 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-11-01T16:32:48.0067450Z 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-11-01T16:32:48.0068740Z 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-11-01T16:32:48.0069950Z 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-11-01T16:32:48.0071170Z 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-11-01T16:32:48.0072370Z 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-11-01T16:32:48.0073520Z 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-11-01T16:32:48.0074760Z 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-11-01T16:32:48.0076050Z 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-11-01T16:32:48.0077420Z 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-11-01T16:32:48.0078610Z 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-11-01T16:32:48.0079800Z 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-11-01T16:32:48.0081000Z 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-11-01T16:32:48.0082200Z 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-11-01T16:32:48.0083430Z 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-11-01T16:32:48.0084570Z 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-11-01T16:32:48.0089610Z 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-11-01T16:32:48.0091030Z 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-11-01T16:32:48.0092200Z 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-11-01T16:32:48.0093340Z 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-11-01T16:32:48.0094560Z 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-11-01T16:32:48.0095710Z 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-11-01T16:32:48.0096870Z 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-11-01T16:32:48.0098090Z 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-11-01T16:32:48.0099180Z 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-11-01T16:32:48.0100320Z 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-11-01T16:32:48.0101490Z 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-11-01T16:32:48.0102680Z 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-11-01T16:32:48.0104020Z 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-11-01T16:32:48.0105460Z 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-11-01T16:32:48.0106770Z 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-11-01T16:32:48.0108010Z 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-11-01T16:32:48.0109180Z 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-11-01T16:32:48.0110340Z 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-11-01T16:32:48.0111550Z 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-11-01T16:32:48.0112740Z 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-11-01T16:32:48.0113930Z 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-11-01T16:32:48.0115200Z 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-11-01T16:32:48.0116500Z 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-11-01T16:32:48.0117690Z 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-11-01T16:32:48.0118930Z 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-11-01T16:32:48.0120220Z 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-11-01T16:32:48.0121400Z 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-11-01T16:32:48.0122570Z 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-11-01T16:32:48.0123740Z 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-11-01T16:32:48.0125160Z 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-11-01T16:32:48.0126820Z 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-11-01T16:32:48.0128190Z 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-11-01T16:32:48.0129380Z 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-11-01T16:32:48.0130530Z 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-11-01T16:32:48.0131720Z 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-11-01T16:32:48.0132870Z 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-11-01T16:32:48.0134120Z 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-11-01T16:32:48.0135330Z 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-11-01T16:32:48.0136580Z 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-11-01T16:32:48.0137850Z 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-11-01T16:32:48.0139070Z 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-11-01T16:32:48.0140280Z 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-11-01T16:32:48.0141480Z 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-11-01T16:32:48.0142720Z 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-11-01T16:32:48.0144080Z 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-11-01T16:32:48.0145400Z 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-11-01T16:32:48.0146560Z 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-11-01T16:32:48.0147700Z 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-11-01T16:32:48.0148980Z 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-11-01T16:32:48.0150230Z 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-11-01T16:32:48.0151450Z 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-11-01T16:32:48.0152630Z 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-11-01T16:32:48.0153830Z 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-11-01T16:32:48.0155290Z 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-11-01T16:32:48.0156690Z 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-11-01T16:32:48.0158110Z 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-11-01T16:32:48.0159440Z 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-11-01T16:32:48.0160720Z 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-11-01T16:32:48.0161940Z 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-11-01T16:32:48.0163210Z 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-11-01T16:32:48.0164510Z 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-11-01T16:32:48.0165770Z 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-11-01T16:32:48.0166970Z 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-11-01T16:32:48.0168150Z 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-11-01T16:32:48.0169390Z 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-11-01T16:32:48.0170620Z 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-11-01T16:32:48.0171770Z 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-11-01T16:32:48.0172950Z 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-11-01T16:32:48.0174170Z 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-11-01T16:32:48.0175340Z 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-11-01T16:32:48.0176450Z 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-11-01T16:32:48.0177650Z 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-11-01T16:32:48.0178840Z 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-11-01T16:32:48.0179950Z 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-11-01T16:32:48.0181080Z 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-11-01T16:32:48.0182220Z 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-11-01T16:32:48.0183460Z 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-11-01T16:32:48.0184970Z 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-11-01T16:32:48.0186130Z 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-11-01T16:32:48.0187420Z 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-11-01T16:32:48.0188850Z 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-11-01T16:32:48.0190200Z 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-11-01T16:32:48.0191440Z 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-11-01T16:32:48.0192640Z 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-11-01T16:32:48.0198750Z 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-11-01T16:32:48.0200050Z 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-11-01T16:32:48.0201270Z 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-11-01T16:32:48.0202490Z 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-11-01T16:32:48.0203750Z 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-11-01T16:32:48.0205000Z 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-11-01T16:32:48.0206240Z 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-11-01T16:32:48.0207420Z 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-11-01T16:32:48.0208570Z 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-11-01T16:32:48.0209760Z 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-11-01T16:32:48.0210970Z 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-11-01T16:32:48.0212120Z 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-11-01T16:32:48.0213370Z 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-11-01T16:32:48.0214700Z 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-11-01T16:32:48.0215980Z 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-11-01T16:32:48.0217180Z 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-11-01T16:32:48.0218380Z 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-11-01T16:32:48.0219520Z 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-11-01T16:32:48.0220660Z 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-11-01T16:32:48.0221800Z 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-11-01T16:32:48.0222930Z 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-11-01T16:32:48.0224070Z 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-11-01T16:32:48.0225270Z 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-11-01T16:32:48.0226490Z 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-11-01T16:32:48.0227730Z 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-11-01T16:32:48.0229000Z 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-11-01T16:32:48.0230300Z 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-11-01T16:32:48.0231480Z 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-11-01T16:32:48.0232750Z 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-11-01T16:32:48.0234050Z 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-11-01T16:32:48.0235230Z 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-11-01T16:32:48.0236320Z 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-11-01T16:32:48.0237420Z 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-11-01T16:32:48.0238650Z 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-11-01T16:32:48.0239870Z 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-11-01T16:32:48.0240980Z 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-11-01T16:32:48.0242160Z 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-11-01T16:32:48.0243440Z 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-11-01T16:32:48.0244650Z 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-11-01T16:32:48.0245740Z 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-11-01T16:32:48.0246900Z 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-11-01T16:32:48.0248140Z 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-11-01T16:32:48.0249500Z 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-11-01T16:32:48.0250890Z 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-11-01T16:32:48.0252200Z 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-11-01T16:32:48.0253380Z 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-11-01T16:32:48.0254630Z 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-11-01T16:32:48.0255820Z 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-11-01T16:32:48.0256980Z 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-11-01T16:32:48.0258370Z 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-11-01T16:32:48.0259620Z 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-11-01T16:32:48.0260790Z 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-11-01T16:32:48.0262020Z 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-11-01T16:32:48.0263260Z 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-11-01T16:32:48.0264480Z 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-11-01T16:32:48.0265710Z 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-11-01T16:32:48.0266880Z 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-11-01T16:32:48.0268010Z 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-11-01T16:32:48.0269270Z 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-11-01T16:32:48.0270510Z 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-11-01T16:32:48.0271680Z 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-11-01T16:32:48.0273010Z 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-11-01T16:32:48.0274470Z 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-11-01T16:32:48.0275760Z 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-11-01T16:32:48.0276910Z 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-11-01T16:32:48.0278230Z 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-11-01T16:32:48.0279510Z 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-11-01T16:32:48.0280660Z 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-11-01T16:32:48.0281940Z 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-11-01T16:32:48.0283340Z 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-11-01T16:32:48.0283880Z 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-11-01T16:32:48.0284540Z 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-11-01T16:32:48.0285100Z 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-11-01T16:32:48.0285780Z 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-11-01T16:32:48.0286450Z 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-11-01T16:32:48.0287040Z 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-11-01T16:32:48.0287610Z 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-11-01T16:32:48.0288230Z 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-11-01T16:32:48.0288910Z 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-11-01T16:32:48.0289720Z 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-11-01T16:32:48.0290320Z 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-11-01T16:32:48.0290980Z 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-11-01T16:32:48.0291550Z 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-11-01T16:32:48.0292120Z 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-11-01T16:32:48.0292690Z 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-11-01T16:32:48.0293350Z 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-11-01T16:32:48.0294080Z 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-11-01T16:32:48.0294750Z 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-11-01T16:32:48.0295430Z 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-11-01T16:32:48.0295970Z 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-11-01T16:32:48.0296650Z 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-11-01T16:32:48.0297230Z 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-11-01T16:32:48.0297960Z 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-11-01T16:32:48.0298540Z 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-11-01T16:32:48.0299120Z 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-11-01T16:32:48.0303090Z 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-11-01T16:32:48.0303700Z 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-11-01T16:32:48.0304270Z 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-11-01T16:32:48.0304850Z 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-11-01T16:32:48.0305490Z 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-11-01T16:32:48.0306080Z 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-11-01T16:32:48.0306710Z 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-11-01T16:32:48.0307280Z 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-11-01T16:32:48.0307840Z 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-11-01T16:32:48.0308400Z 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-11-01T16:32:48.0308950Z 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-11-01T16:32:48.0309550Z 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-11-01T16:32:48.0310250Z 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-11-01T16:32:48.0310970Z 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-11-01T16:32:48.0311620Z 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-11-01T16:32:48.0312200Z 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-11-01T16:32:48.0312790Z 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-11-01T16:32:48.0313330Z 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-11-01T16:32:48.0313910Z 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-11-01T16:32:48.0314580Z 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-11-01T16:32:48.0315230Z 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-11-01T16:32:48.0315740Z 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-11-01T16:32:48.0316330Z 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-11-01T16:32:48.0317090Z 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-11-01T16:32:48.0317640Z 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-11-01T16:32:48.0318180Z 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-11-01T16:32:48.0318760Z 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-11-01T16:32:48.0319380Z 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-11-01T16:32:48.0319950Z 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-11-01T16:32:48.0320600Z 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-11-01T16:32:48.0321270Z 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-11-01T16:32:48.0321830Z 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-11-01T16:32:48.0322500Z 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-11-01T16:32:48.0323090Z 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-11-01T16:32:48.0323780Z 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-11-01T16:32:48.0324340Z 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-11-01T16:32:48.0325030Z 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-11-01T16:32:48.0325700Z 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-11-01T16:32:48.0326230Z 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-11-01T16:32:48.0326950Z 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-11-01T16:32:48.0327520Z 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-11-01T16:32:48.0328200Z 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-11-01T16:32:48.0328900Z 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-11-01T16:32:48.0329850Z 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-11-01T16:32:48.0331480Z 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-11-01T16:32:48.0332330Z 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-11-01T16:32:48.0333610Z 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-11-01T16:32:48.0334580Z 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-11-01T16:32:48.0335690Z 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-11-01T16:32:48.0336620Z 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-11-01T16:32:48.0338080Z 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-11-01T16:32:48.0339070Z 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-11-01T16:32:48.0340340Z 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-11-01T16:32:48.0341250Z 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-11-01T16:32:48.0342410Z 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-11-01T16:32:48.0344000Z 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-11-01T16:32:48.0344770Z 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-11-01T16:32:48.0345940Z 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-11-01T16:32:48.0347460Z 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-11-01T16:32:48.0348340Z 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-11-01T16:32:48.0349370Z 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-11-01T16:32:48.0351190Z 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-11-01T16:32:48.0351940Z 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-11-01T16:32:48.0353140Z 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-11-01T16:32:48.0354150Z 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-11-01T16:32:48.0355530Z 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-11-01T16:32:48.0356560Z 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-11-01T16:32:48.0358040Z 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-11-01T16:32:48.0358770Z 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-11-01T16:32:48.0360270Z 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-11-01T16:32:48.0362090Z 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-11-01T16:32:48.0362980Z 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-11-01T16:32:48.0364610Z 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-11-01T16:32:48.0365610Z 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-11-01T16:32:48.0367020Z 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-11-01T16:32:48.0368220Z 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-11-01T16:32:48.0369740Z 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-11-01T16:32:48.0370630Z 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-11-01T16:32:48.0372430Z 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-11-01T16:32:48.0373320Z 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-11-01T16:32:48.0374990Z 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-11-01T16:32:48.0375660Z 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-11-01T16:32:48.0377090Z 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-11-01T16:32:48.0378050Z 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-11-01T16:32:48.0379240Z 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-11-01T16:32:48.0380560Z 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-11-01T16:32:48.0381520Z 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-11-01T16:32:48.0383010Z 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-11-01T16:32:48.0383970Z 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-11-01T16:32:48.0385430Z 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-11-01T16:32:48.0386400Z 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-11-01T16:32:48.0387370Z 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-11-01T16:32:48.0388680Z 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-11-01T16:32:48.0390190Z 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-11-01T16:32:48.0390880Z 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-11-01T16:32:48.0392210Z 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-11-01T16:32:48.0393250Z 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-11-01T16:32:48.0394920Z 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-11-01T16:32:48.0395680Z 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-11-01T16:32:48.0397210Z 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-11-01T16:32:48.0398130Z 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-11-01T16:32:48.0399620Z 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-11-01T16:32:48.0400520Z 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-11-01T16:32:48.0401560Z 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-11-01T16:32:48.0402930Z 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-11-01T16:32:48.0403920Z 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-11-01T16:32:48.0405850Z 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-11-01T16:32:48.0407160Z 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-11-01T16:32:48.0408170Z 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-11-01T16:32:48.0409960Z 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-11-01T16:32:48.0410940Z 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-11-01T16:32:48.0412740Z 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-11-01T16:32:48.0413740Z 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-11-01T16:32:48.0414740Z 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-11-01T16:32:48.0415620Z 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-11-01T16:32:48.0417480Z 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-11-01T16:32:48.0418180Z 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-11-01T16:32:48.0419380Z 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-11-01T16:32:48.0420780Z 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-11-01T16:32:48.0421560Z 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-11-01T16:32:48.0423340Z 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-11-01T16:32:48.0424030Z 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-11-01T16:32:48.0425720Z 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-11-01T16:32:48.0426370Z 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-11-01T16:32:48.0427960Z 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-11-01T16:32:48.0428710Z 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-11-01T16:32:48.0430120Z 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-11-01T16:32:48.0431040Z 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-11-01T16:32:48.0432550Z 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-11-01T16:32:48.0433390Z 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-11-01T16:32:48.0435070Z 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-11-01T16:32:48.0435760Z 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-11-01T16:32:48.0436990Z 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-11-01T16:32:48.0438570Z 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-11-01T16:32:48.0439300Z 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-11-01T16:32:48.0440910Z 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-11-01T16:32:48.0441570Z 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-11-01T16:32:48.0443170Z 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-11-01T16:32:48.0444170Z 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-11-01T16:32:48.0445820Z 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-11-01T16:32:48.0446670Z 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-11-01T16:32:48.0448190Z 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-11-01T16:32:48.0448990Z 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-11-01T16:32:48.0450570Z 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-11-01T16:32:48.0451560Z 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-11-01T16:32:48.0453050Z 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-11-01T16:32:48.0454080Z 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-11-01T16:32:48.0455310Z 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-11-01T16:32:48.0456300Z 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-11-01T16:32:48.0457830Z 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-11-01T16:32:48.0458720Z 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-11-01T16:32:48.0460180Z 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-11-01T16:32:48.0461700Z 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-11-01T16:32:48.0462850Z 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-11-01T16:32:48.0464470Z 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-11-01T16:32:48.0465560Z 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-11-01T16:32:48.0467010Z 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-11-01T16:32:48.0467900Z 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-11-01T16:32:48.0469520Z 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-11-01T16:32:48.0474010Z 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-11-01T16:32:48.0474630Z 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-11-01T16:32:48.0475270Z 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-11-01T16:32:48.0475900Z 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-11-01T16:32:48.0476520Z 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-11-01T16:32:48.0477300Z 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-11-01T16:32:48.0478330Z 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-11-01T16:32:48.0479590Z 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-11-01T16:32:48.0480870Z 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-11-01T16:32:48.0481880Z 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-11-01T16:32:48.0483490Z 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-11-01T16:32:48.0484360Z 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-11-01T16:32:48.0485810Z 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-11-01T16:32:48.0486550Z 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-11-01T16:32:48.0488090Z 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-11-01T16:32:48.0488980Z 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-11-01T16:32:48.0490740Z 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-11-01T16:32:48.0491520Z 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-11-01T16:32:48.0492790Z 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-11-01T16:32:48.0494230Z 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-11-01T16:32:48.0495070Z 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-11-01T16:32:48.0496560Z 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-11-01T16:32:48.0497320Z 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-11-01T16:32:48.0498510Z 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-11-01T16:32:48.0500240Z 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-11-01T16:32:48.0501180Z 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-11-01T16:32:48.0502170Z 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-11-01T16:32:48.0503640Z 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-11-01T16:32:48.0504560Z 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-11-01T16:32:48.0505820Z 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-11-01T16:32:48.0507290Z 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-11-01T16:32:48.0508260Z 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-11-01T16:32:48.0509970Z 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-11-01T16:32:48.0510760Z 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-11-01T16:32:48.0511980Z 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-11-01T16:32:48.0513520Z 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-11-01T16:32:48.0514400Z 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-11-01T16:32:48.0516030Z 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-11-01T16:32:48.0516750Z 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-11-01T16:32:48.0518190Z 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-11-01T16:32:48.0518960Z 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-11-01T16:32:48.0520550Z 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-11-01T16:32:48.0521380Z 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-11-01T16:32:48.0522750Z 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-11-01T16:32:48.0523860Z 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-11-01T16:32:48.0525510Z 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-11-01T16:32:48.0526210Z 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-11-01T16:32:48.0527690Z 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-11-01T16:32:48.0528580Z 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-11-01T16:32:48.0530140Z 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-11-01T16:32:48.0530930Z 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-11-01T16:32:48.0532340Z 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-11-01T16:32:48.0533130Z 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-11-01T16:32:48.0534540Z 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-11-01T16:32:48.0535540Z 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-11-01T16:32:48.0537390Z 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-11-01T16:32:48.0538210Z 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-11-01T16:32:48.0539700Z 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-11-01T16:32:48.0540350Z 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-11-01T16:32:48.0541860Z 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-11-01T16:32:48.0542840Z 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-11-01T16:32:48.0544290Z 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-11-01T16:32:48.0545290Z 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-11-01T16:32:48.0546270Z 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-11-01T16:32:48.0547840Z 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-11-01T16:32:48.0548750Z 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-11-01T16:32:48.0550240Z 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-11-01T16:32:48.0550950Z 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-11-01T16:32:48.0552350Z 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-11-01T16:32:48.0553430Z 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-11-01T16:32:48.0554690Z 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-11-01T16:32:48.0555710Z 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-11-01T16:32:48.0557280Z 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-11-01T16:32:48.0558120Z 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-11-01T16:32:48.0559500Z 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-11-01T16:32:48.0560400Z 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-11-01T16:32:48.0562370Z 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-11-01T16:32:48.0563220Z 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-11-01T16:32:48.0564730Z 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-11-01T16:32:48.0565430Z 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-11-01T16:32:48.0566780Z 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-11-01T16:32:48.0567790Z 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-11-01T16:32:48.0569270Z 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-11-01T16:32:48.0570210Z 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-11-01T16:32:48.0571230Z 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-11-01T16:32:48.0572620Z 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-11-01T16:32:48.0573560Z 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-11-01T16:32:48.0575140Z 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-11-01T16:32:48.0576030Z 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-11-01T16:32:48.0577580Z 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-11-01T16:32:48.0578560Z 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-11-01T16:32:48.0579600Z 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-11-01T16:32:48.0581080Z 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-11-01T16:32:48.0582770Z 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-11-01T16:32:48.0583510Z 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-11-01T16:32:48.0584680Z 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-11-01T16:32:48.0586280Z 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-11-01T16:32:48.0587010Z 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-11-01T16:32:48.0588170Z 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-11-01T16:32:48.0589590Z 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-11-01T16:32:48.0590580Z 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-11-01T16:32:48.0591900Z 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-11-01T16:32:48.0593010Z 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-11-01T16:32:48.0594600Z 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-11-01T16:32:48.0595610Z 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-11-01T16:32:48.0596630Z 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-11-01T16:32:48.0598210Z 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-11-01T16:32:48.0599230Z 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-11-01T16:32:48.0600910Z 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-11-01T16:32:48.0601870Z 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-11-01T16:32:48.0603290Z 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-11-01T16:32:48.0604340Z 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-11-01T16:32:48.0605760Z 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-11-01T16:32:48.0606680Z 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-11-01T16:32:48.0608360Z 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-11-01T16:32:48.0609250Z 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-11-01T16:32:48.0610750Z 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-11-01T16:32:48.0612160Z 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-11-01T16:32:48.0612970Z 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-11-01T16:32:48.0614570Z 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-11-01T16:32:48.0615480Z 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-11-01T16:32:48.0616450Z 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-11-01T16:32:48.0617760Z 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-11-01T16:32:48.0618920Z 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-11-01T16:32:48.0619950Z 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-11-01T16:32:48.0621290Z 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-11-01T16:32:48.0622180Z 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-11-01T16:32:48.0623680Z 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-11-01T16:32:48.0624530Z 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-11-01T16:32:48.0625970Z 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-11-01T16:32:48.0626940Z 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-11-01T16:32:48.0628380Z 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-11-01T16:32:48.0629140Z 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-11-01T16:32:48.0630800Z 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-11-01T16:32:48.0631630Z 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-11-01T16:32:48.0633160Z 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-11-01T16:32:48.0633980Z 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-11-01T16:32:48.0635360Z 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-11-01T16:32:48.0636300Z 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-11-01T16:32:48.0637780Z 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-11-01T16:32:48.0638600Z 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-11-01T16:32:48.0640080Z 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-11-01T16:32:48.0640960Z 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-11-01T16:32:48.0642400Z 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-11-01T16:32:48.0643500Z 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-11-01T16:32:48.0645030Z 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-11-01T16:32:48.0645760Z 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-11-01T16:32:48.0647220Z 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-11-01T16:32:48.0648130Z 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-11-01T16:32:48.0649700Z 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-11-01T16:32:48.0650560Z 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-11-01T16:32:48.0652030Z 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-11-01T16:32:48.0652850Z 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-11-01T16:32:48.0654350Z 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-11-01T16:32:48.0655240Z 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-11-01T16:32:48.0656630Z 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-11-01T16:32:48.0660930Z 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-11-01T16:32:48.0661670Z 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-11-01T16:32:48.0662340Z 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-11-01T16:32:48.0662980Z 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-11-01T16:32:48.0663570Z 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-11-01T16:32:48.0664230Z 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-11-01T16:32:48.0664850Z 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-11-01T16:32:48.0665640Z 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-11-01T16:32:48.0667270Z 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-11-01T16:32:48.0668100Z 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-11-01T16:32:48.0669560Z 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-11-01T16:32:48.0670310Z 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-11-01T16:32:48.0671820Z 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-11-01T16:32:48.0672800Z 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-11-01T16:32:48.0673900Z 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-11-01T16:32:48.0675000Z 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-11-01T16:32:48.0676160Z 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-11-01T16:32:48.0677250Z 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-11-01T16:32:48.0678850Z 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-11-01T16:32:48.0679680Z 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-11-01T16:32:48.0680840Z 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-11-01T16:32:48.0681800Z 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-11-01T16:32:48.0683270Z 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-11-01T16:32:48.0684050Z 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-11-01T16:32:48.0685570Z 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-11-01T16:32:48.0686350Z 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-11-01T16:32:48.0687910Z 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-11-01T16:32:48.0688790Z 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-11-01T16:32:48.0689920Z 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-11-01T16:32:48.0691550Z 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-11-01T16:32:48.0692440Z 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-11-01T16:32:48.0693380Z 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-11-01T16:32:48.0694780Z 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-11-01T16:32:48.0696200Z 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-11-01T16:32:48.0697150Z 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-11-01T16:32:48.0698300Z 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-11-01T16:32:48.0699850Z 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-11-01T16:32:48.0700610Z 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-11-01T16:32:48.0702120Z 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-11-01T16:32:48.0702890Z 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-11-01T16:32:48.0704470Z 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-11-01T16:32:48.0705440Z 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-11-01T16:32:48.0706700Z 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-11-01T16:32:48.0707700Z 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-11-01T16:32:48.0709430Z 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-11-01T16:32:48.0710510Z 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-11-01T16:32:48.0712000Z 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-11-01T16:32:48.0712930Z 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-11-01T16:32:48.0714670Z 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-11-01T16:32:48.0715350Z 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-11-01T16:32:48.0716340Z 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-11-01T16:32:48.0717730Z 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-11-01T16:32:48.0719300Z 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-11-01T16:32:48.0720110Z 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-11-01T16:32:48.0721410Z 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-11-01T16:32:48.0722430Z 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-11-01T16:32:48.0724010Z 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-11-01T16:32:48.0724950Z 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-11-01T16:32:48.0726780Z 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-11-01T16:32:48.0727440Z 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-11-01T16:32:48.0728980Z 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-11-01T16:32:48.0729760Z 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-11-01T16:32:48.0731230Z 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-11-01T16:32:48.0732270Z 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-11-01T16:32:48.0733430Z 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-11-01T16:32:48.0734900Z 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-11-01T16:32:48.0735760Z 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-11-01T16:32:48.0737470Z 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-11-01T16:32:48.0738930Z 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-11-01T16:32:48.0740680Z 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-11-01T16:32:48.0741460Z 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-11-01T16:32:48.0743060Z 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-11-01T16:32:48.0744530Z 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-11-01T16:32:48.0745450Z 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-11-01T16:32:48.0747080Z 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-11-01T16:32:48.0748120Z 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-11-01T16:32:48.0749470Z 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-11-01T16:32:48.0750690Z 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-11-01T16:32:48.0752160Z 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-11-01T16:32:48.0752940Z 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-11-01T16:32:48.0754450Z 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-11-01T16:32:48.0755360Z 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-11-01T16:32:48.0756840Z 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-11-01T16:32:48.0757630Z 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-11-01T16:32:48.0758810Z 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-11-01T16:32:48.0760220Z 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-11-01T16:32:48.0761000Z 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-11-01T16:32:48.0762570Z 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-11-01T16:32:48.0763510Z 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-11-01T16:32:48.0765200Z 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-11-01T16:32:48.0766020Z 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-11-01T16:32:48.0767470Z 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-11-01T16:32:48.0768190Z 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-11-01T16:32:48.0769690Z 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-11-01T16:32:48.0770810Z 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-11-01T16:32:48.0771750Z 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-11-01T16:32:48.0772950Z 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-11-01T16:32:48.0774180Z 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-11-01T16:32:48.0775170Z 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-11-01T16:32:48.0776590Z 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-11-01T16:32:48.0777560Z 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-11-01T16:32:48.0778800Z 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-11-01T16:32:48.0779820Z 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-11-01T16:32:48.0781120Z 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-11-01T16:32:48.0782480Z 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-11-01T16:32:48.0783450Z 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-11-01T16:32:48.0784870Z 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-11-01T16:32:48.0785860Z 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-11-01T16:32:48.0787240Z 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-11-01T16:32:48.0788160Z 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-11-01T16:32:48.0789640Z 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-11-01T16:32:48.0790550Z 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-11-01T16:32:48.0791870Z 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-11-01T16:32:48.0793230Z 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-11-01T16:32:48.0794150Z 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-11-01T16:32:48.0795430Z 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-11-01T16:32:48.0796380Z 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-11-01T16:32:48.0797690Z 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-11-01T16:32:48.0798990Z 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-11-01T16:32:48.0799930Z 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-11-01T16:32:48.0801290Z 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-11-01T16:32:48.0802250Z 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-11-01T16:32:48.0803550Z 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-11-01T16:32:48.0804680Z 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-11-01T16:32:48.0805840Z 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-11-01T16:32:48.0807230Z 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-11-01T16:32:48.0808150Z 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-11-01T16:32:48.0809700Z 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-11-01T16:32:48.0810520Z 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-11-01T16:32:48.0811910Z 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-11-01T16:32:48.0813180Z 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-11-01T16:32:48.0814120Z 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-11-01T16:32:48.0815440Z 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-11-01T16:32:48.0816790Z 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-11-01T16:32:48.0817760Z 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-11-01T16:32:48.0819150Z 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-11-01T16:32:48.0820000Z 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-11-01T16:32:48.0821370Z 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-11-01T16:32:48.0822320Z 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-11-01T16:32:48.0823620Z 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-11-01T16:32:48.0824590Z 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-11-01T16:32:48.0825830Z 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-11-01T16:32:48.0827080Z 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-11-01T16:32:48.0828340Z 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-11-01T16:32:48.0829290Z 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-11-01T16:32:48.0830410Z 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-11-01T16:32:48.0831650Z 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-11-01T16:32:48.0832770Z 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-11-01T16:32:48.0834390Z 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-11-01T16:32:48.0835270Z 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-11-01T16:32:48.0836520Z 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-11-01T16:32:48.0837940Z 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-11-01T16:32:48.0839060Z 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-11-01T16:32:48.0839920Z 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-11-01T16:32:48.0841020Z 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-11-01T16:32:48.0842380Z 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-11-01T16:32:48.0843280Z 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-11-01T16:32:48.0848090Z 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-11-01T16:32:48.0848830Z 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-11-01T16:32:48.0849390Z 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-11-01T16:32:48.0849940Z 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-11-01T16:32:48.0850540Z 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-11-01T16:32:48.0851110Z 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-11-01T16:32:48.0851730Z 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-11-01T16:32:48.0852740Z 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-11-01T16:32:48.0854290Z 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-11-01T16:32:48.0855200Z 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-11-01T16:32:48.0856730Z 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-11-01T16:32:48.0858080Z 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-11-01T16:32:48.0859070Z 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-11-01T16:32:48.0860350Z 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-11-01T16:32:48.0861290Z 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-11-01T16:32:48.0862680Z 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-11-01T16:32:48.0863530Z 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-11-01T16:32:48.0865210Z 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-11-01T16:32:48.0866020Z 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-11-01T16:32:48.0867630Z 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-11-01T16:32:48.0868650Z 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-11-01T16:32:48.0870250Z 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-11-01T16:32:48.0870990Z 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-11-01T16:32:48.0872590Z 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-11-01T16:32:48.0873280Z 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-11-01T16:32:48.0875020Z 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-11-01T16:32:48.0875820Z 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-11-01T16:32:48.0877240Z 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-11-01T16:32:48.0878250Z 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-11-01T16:32:48.0879830Z 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-11-01T16:32:48.0880420Z 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-11-01T16:32:48.0882000Z 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-11-01T16:32:48.0882730Z 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-11-01T16:32:48.0884020Z 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-11-01T16:32:48.0885640Z 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-11-01T16:32:48.0886260Z 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-11-01T16:32:48.0887900Z 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-11-01T16:32:48.0888660Z 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-11-01T16:32:48.0890060Z 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-11-01T16:32:48.0891030Z 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-11-01T16:32:48.0892570Z 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-11-01T16:32:48.0893830Z 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-11-01T16:32:48.0894710Z 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-11-01T16:32:48.0895720Z 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-11-01T16:32:48.0897120Z 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-11-01T16:32:48.0897910Z 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-11-01T16:32:48.0899380Z 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-11-01T16:32:48.0900400Z 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-11-01T16:32:48.0901630Z 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-11-01T16:32:48.0902540Z 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-11-01T16:32:48.0903980Z 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-11-01T16:32:48.0904900Z 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-11-01T16:32:48.0906310Z 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-11-01T16:32:48.0907760Z 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-11-01T16:32:48.0908530Z 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-11-01T16:32:48.0909820Z 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-11-01T16:32:48.0911050Z 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-11-01T16:32:48.0912180Z 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-11-01T16:32:48.0913490Z 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-11-01T16:32:48.0914370Z 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-11-01T16:32:48.0915850Z 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-11-01T16:32:48.0916660Z 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-11-01T16:32:48.0918290Z 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-11-01T16:32:48.0919240Z 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-11-01T16:32:48.0920730Z 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-11-01T16:32:48.0921550Z 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-11-01T16:32:48.0922650Z 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-11-01T16:32:48.0923940Z 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-11-01T16:32:48.0924990Z 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-11-01T16:32:48.0926290Z 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-11-01T16:32:48.0927270Z 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-11-01T16:32:48.0928500Z 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-11-01T16:32:48.0929550Z 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-11-01T16:32:48.0930810Z 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-11-01T16:32:48.0932010Z 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-11-01T16:32:48.0933170Z 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-11-01T16:32:48.0934500Z 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-11-01T16:32:48.0935320Z 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-11-01T16:32:48.0936770Z 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-11-01T16:32:48.0938000Z 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-11-01T16:32:48.0939050Z 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-11-01T16:32:48.0940010Z 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-11-01T16:32:48.0941410Z 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-11-01T16:32:48.0942910Z 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-11-01T16:32:48.0943900Z 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-11-01T16:32:48.0944970Z 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-11-01T16:32:48.0946400Z 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-11-01T16:32:48.0947380Z 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-11-01T16:32:48.0948940Z 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-11-01T16:32:48.0949730Z 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-11-01T16:32:48.0951570Z 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-11-01T16:32:48.0952370Z 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-11-01T16:32:48.0953250Z 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-11-01T16:32:48.0954880Z 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-11-01T16:32:48.0955790Z 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-11-01T16:32:48.0957250Z 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-11-01T16:32:48.0958500Z 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-11-01T16:32:48.0959230Z 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-11-01T16:32:48.0960730Z 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-11-01T16:32:48.0961510Z 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-11-01T16:32:48.0962940Z 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-11-01T16:32:48.0963870Z 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-11-01T16:32:48.0965330Z 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-11-01T16:32:48.0966100Z 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-11-01T16:32:48.0967610Z 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-11-01T16:32:48.0968460Z 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-11-01T16:32:48.0969480Z 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-11-01T16:32:48.0970560Z 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-11-01T16:32:48.0971990Z 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-11-01T16:32:48.0972840Z 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-11-01T16:32:48.0974230Z 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-11-01T16:32:48.0975210Z 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-11-01T16:32:48.0976740Z 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-11-01T16:32:48.0977520Z 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-11-01T16:32:48.0979040Z 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-11-01T16:32:48.0979920Z 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-11-01T16:32:48.0981590Z 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-11-01T16:32:48.0982400Z 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-11-01T16:32:48.0983480Z 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-11-01T16:32:48.0985060Z 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-11-01T16:32:48.0985850Z 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-11-01T16:32:48.0987270Z 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-11-01T16:32:48.0988120Z 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-11-01T16:32:48.0989610Z 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-11-01T16:32:48.0990470Z 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-11-01T16:32:48.0992090Z 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-11-01T16:32:48.0992990Z 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-11-01T16:32:48.0994020Z 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-11-01T16:32:48.0995450Z 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-11-01T16:32:48.0996330Z 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-11-01T16:32:48.0997870Z 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-11-01T16:32:48.0998760Z 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-11-01T16:32:48.1000340Z 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-11-01T16:32:48.1001210Z 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-11-01T16:32:48.1002630Z 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-11-01T16:32:48.1003490Z 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-11-01T16:32:48.1004930Z 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-11-01T16:32:48.1005750Z 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-11-01T16:32:48.1007270Z 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-11-01T16:32:48.1008340Z 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-11-01T16:32:48.1009300Z 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-11-01T16:32:48.1011060Z 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-11-01T16:32:48.1011850Z 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-11-01T16:32:48.1013290Z 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-11-01T16:32:48.1014390Z 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-11-01T16:32:48.1015460Z 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-11-01T16:32:48.1016860Z 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-11-01T16:32:48.1021050Z 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-11-01T16:32:48.1022720Z 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-11-01T16:32:48.1025130Z 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-11-01T16:32:48.1028530Z 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-11-01T16:32:48.1032370Z 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-11-01T16:32:48.1036690Z 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-11-01T16:32:48.1038770Z 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-11-01T16:32:48.1060660Z 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-11-01T16:32:48.1067380Z 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-11-01T16:32:48.1068280Z 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-11-01T16:32:48.1073220Z 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-11-01T16:32:48.1073830Z 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-11-01T16:32:48.1074390Z 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-11-01T16:32:48.1074940Z 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-11-01T16:32:48.1075480Z 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-11-01T16:32:48.1076080Z 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-11-01T16:32:48.1076780Z 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-11-01T16:32:48.1077760Z 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-11-01T16:32:48.1079580Z 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-11-01T16:32:48.1081600Z 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-11-01T16:32:48.1085890Z 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-11-01T16:32:48.1089270Z 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-11-01T16:32:48.1092450Z 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-11-01T16:32:48.1095620Z 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-11-01T16:32:48.1098710Z 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-11-01T16:32:48.1102150Z 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-11-01T16:32:48.1104230Z 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-11-01T16:32:48.1107820Z 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-11-01T16:32:48.1110050Z 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-11-01T16:32:48.1114350Z 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-11-01T16:32:48.1119090Z 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-11-01T16:32:48.1122200Z 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-11-01T16:32:48.1125710Z 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-11-01T16:32:48.1128000Z 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-11-01T16:32:48.1130770Z 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-11-01T16:32:48.1134840Z 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-11-01T16:32:48.1137520Z 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-11-01T16:32:48.1141860Z 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-11-01T16:32:48.1144890Z 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-11-01T16:32:48.1148000Z 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-11-01T16:32:48.1157430Z 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-11-01T16:32:48.1160120Z 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-11-01T16:32:48.1161110Z 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-11-01T16:32:48.1166920Z 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-11-01T16:32:48.1167910Z 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-11-01T16:32:48.1172190Z 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-11-01T16:32:48.1174630Z 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-11-01T16:32:48.1179000Z 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-11-01T16:32:48.1181060Z 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-11-01T16:32:48.1184500Z 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-11-01T16:32:48.1187170Z 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-11-01T16:32:48.1191690Z 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-11-01T16:32:48.1196550Z 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-11-01T16:32:48.1199070Z 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-11-01T16:32:48.1202410Z 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-11-01T16:32:48.1205870Z 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-11-01T16:32:48.1208980Z 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-11-01T16:32:48.1212270Z 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-11-01T16:32:48.1218120Z 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-11-01T16:32:48.1218940Z 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-11-01T16:32:48.1225620Z 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-11-01T16:32:48.1226770Z 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-11-01T16:32:48.1232160Z 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-11-01T16:32:48.1233900Z 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-11-01T16:32:48.1237320Z 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-11-01T16:32:48.1239990Z 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-11-01T16:32:48.1243050Z 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-11-01T16:32:48.1245910Z 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-11-01T16:32:48.1250120Z 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-11-01T16:32:48.1252480Z 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-11-01T16:32:48.1276940Z 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-11-01T16:32:48.1284190Z 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-11-01T16:32:48.1285070Z 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-11-01T16:32:48.1286170Z 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-11-01T16:32:48.1287910Z 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-11-01T16:32:48.1288880Z 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-11-01T16:32:48.1290360Z 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-11-01T16:32:48.1291540Z 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-11-01T16:32:48.1293000Z 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-11-01T16:32:48.1293950Z 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-11-01T16:32:48.1295510Z 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-11-01T16:32:48.1296490Z 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-11-01T16:32:48.1298730Z 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-11-01T16:32:48.1300760Z 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-11-01T16:32:48.1304390Z 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-11-01T16:32:48.1306430Z 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-11-01T16:32:48.1309480Z 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-11-01T16:32:48.1311510Z 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-11-01T16:32:48.1316630Z 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-11-01T16:32:48.1324770Z 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-11-01T16:32:48.1326820Z 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-11-01T16:32:48.1329260Z 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-11-01T16:32:48.1331670Z 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-11-01T16:32:48.1336100Z 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-11-01T16:32:48.1338750Z 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-11-01T16:32:48.1342580Z 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-11-01T16:32:48.1346470Z 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-11-01T16:32:48.1348070Z 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-11-01T16:32:48.1351510Z 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-11-01T16:32:48.1354690Z 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-11-01T16:32:48.1357660Z 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-11-01T16:32:48.1363690Z 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-11-01T16:32:48.1365680Z 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-11-01T16:32:48.1372370Z 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-11-01T16:32:48.1373830Z 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-11-01T16:32:48.1378910Z 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-11-01T16:32:48.1382170Z 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-11-01T16:32:48.1385180Z 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-11-01T16:32:48.1390070Z 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-11-01T16:32:48.1391050Z 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-11-01T16:32:48.1392930Z 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-11-01T16:32:48.1397330Z 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-11-01T16:32:48.1402330Z 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-11-01T16:32:48.1403270Z 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-11-01T16:32:48.1405810Z 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-11-01T16:32:48.1408490Z 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-11-01T16:32:48.1410560Z 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-11-01T16:32:48.1414820Z 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-11-01T16:32:48.1417900Z 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-11-01T16:32:48.1422720Z 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-11-01T16:32:48.1427440Z 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-11-01T16:32:48.1428140Z 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-11-01T16:32:48.1434730Z 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-11-01T16:32:48.1435560Z 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-11-01T16:32:48.1441750Z 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-11-01T16:32:48.1442530Z 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-11-01T16:32:48.1446940Z 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-11-01T16:32:48.1448900Z 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-11-01T16:32:48.1452890Z 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-11-01T16:32:48.1456180Z 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-11-01T16:32:48.1461400Z 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-11-01T16:32:48.1463740Z 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-11-01T16:32:48.1467310Z 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-11-01T16:32:48.1470640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-11-01T16:32:48.1473710Z 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-11-01T16:32:48.1475750Z 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-11-01T16:32:48.1480110Z 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-11-01T16:32:48.1485500Z 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-11-01T16:32:48.1494380Z 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-11-01T16:32:48.1499040Z 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-11-01T16:32:48.1501030Z 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-11-01T16:32:48.1502920Z 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-11-01T16:32:48.1529870Z 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-11-01T16:32:48.1530610Z 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-11-01T16:32:48.1546550Z 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-11-01T16:32:48.1547360Z 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-11-01T16:32:48.1549940Z 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-11-01T16:32:48.1550620Z 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-11-01T16:32:48.1552430Z 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-11-01T16:32:48.1553080Z 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-11-01T16:32:48.1554720Z 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-11-01T16:32:48.1555370Z 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-11-01T16:32:48.1556790Z 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-11-01T16:32:48.1557870Z 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-11-01T16:32:48.1558870Z 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-11-01T16:32:48.1560360Z 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-11-01T16:32:48.1561290Z 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-11-01T16:32:48.1562730Z 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-11-01T16:32:48.1563580Z 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-11-01T16:32:48.1565020Z 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-11-01T16:32:48.1584030Z 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-11-01T16:32:48.1584780Z 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-11-01T16:32:48.1588710Z 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-11-01T16:32:48.1590270Z 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-11-01T16:32:48.1592990Z 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-11-01T16:32:48.1594010Z 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-11-01T16:32:48.1595590Z 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-11-01T16:32:48.1600500Z 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-11-01T16:32:48.1601060Z 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-11-01T16:32:48.1601640Z 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-11-01T16:32:48.1602240Z 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-11-01T16:32:48.1602810Z 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-11-01T16:32:48.1603410Z 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-11-01T16:32:48.1603950Z 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-11-01T16:32:48.1606620Z 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-11-01T16:32:48.1611200Z 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-11-01T16:32:48.1612290Z 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-11-01T16:32:48.1615940Z 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-11-01T16:32:48.1622080Z 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-11-01T16:32:48.1623500Z 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-11-01T16:32:48.1628260Z 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-11-01T16:32:48.1629800Z 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-11-01T16:32:48.1635560Z 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-11-01T16:32:48.1637190Z 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-11-01T16:32:48.1638160Z 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-11-01T16:32:48.1642420Z 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-11-01T16:32:48.1644980Z 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-11-01T16:32:48.1649160Z 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-11-01T16:32:48.1655070Z 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-11-01T16:32:48.1662470Z 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-11-01T16:32:48.1663170Z 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-11-01T16:32:48.1669950Z 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-11-01T16:32:48.1670690Z 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-11-01T16:32:48.1673230Z 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-11-01T16:32:48.1675600Z 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-11-01T16:32:48.1679110Z 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-11-01T16:32:48.1682160Z 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-11-01T16:32:48.1685170Z 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-11-01T16:32:48.1689900Z 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-11-01T16:32:48.1690650Z 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-11-01T16:32:48.1695300Z 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-11-01T16:32:48.1699730Z 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-11-01T16:32:48.1703110Z 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-11-01T16:32:48.1705680Z 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-11-01T16:32:48.1709450Z 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-11-01T16:32:48.1712540Z 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-11-01T16:32:48.1714470Z 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-11-01T16:32:48.1718500Z 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-11-01T16:32:48.1723420Z 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-11-01T16:32:48.1727870Z 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-11-01T16:32:48.1729390Z 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-11-01T16:32:48.1733850Z 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-11-01T16:32:48.1735400Z 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-11-01T16:32:48.1738710Z 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-11-01T16:32:48.1740920Z 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-11-01T16:32:48.1744710Z 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-11-01T16:32:48.1748620Z 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-11-01T16:32:48.1754040Z 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-11-01T16:32:48.1758410Z 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-11-01T16:32:48.1760780Z 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-11-01T16:32:48.1764550Z 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-11-01T16:32:48.1766970Z 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-11-01T16:32:48.1769820Z 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-11-01T16:32:48.1771730Z 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-11-01T16:32:48.1772620Z 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-11-01T16:32:48.1773860Z 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-11-01T16:32:48.1778810Z 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-11-01T16:32:48.1782230Z 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-11-01T16:32:48.1783050Z 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-11-01T16:32:48.1788630Z 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-11-01T16:32:48.1793260Z 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-11-01T16:32:48.1796760Z 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-11-01T16:32:48.1799340Z 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-11-01T16:32:48.1801360Z 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-11-01T16:32:48.1805660Z 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-11-01T16:32:48.1810050Z 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-11-01T16:32:48.1812970Z 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-11-01T16:32:48.1815150Z 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-11-01T16:32:48.1821720Z 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-11-01T16:32:48.1826890Z 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-11-01T16:32:48.1828300Z 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-11-01T16:32:48.1834550Z 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-11-01T16:32:48.1835320Z 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-11-01T16:32:48.1838800Z 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-11-01T16:32:48.1842090Z 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-11-01T16:32:48.1845200Z 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-11-01T16:32:48.1847520Z 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-11-01T16:32:48.1852350Z 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-11-01T16:32:48.1854510Z 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-11-01T16:32:48.1857820Z 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-11-01T16:32:48.1862780Z 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-11-01T16:32:48.1872770Z 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-11-01T16:32:48.1877230Z 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-11-01T16:32:48.1878080Z 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-11-01T16:32:48.1880960Z 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-11-01T16:32:48.1883270Z 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-11-01T16:32:48.1885180Z 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-11-01T16:32:48.1887770Z 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-11-01T16:32:48.1889660Z 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-11-01T16:32:48.1896220Z 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-11-01T16:32:48.1897100Z 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-11-01T16:32:48.1899360Z 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-11-01T16:32:48.1903570Z 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-11-01T16:32:48.1907300Z 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-11-01T16:32:48.1910430Z 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-11-01T16:32:48.1913230Z 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-11-01T16:32:48.1918970Z 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-11-01T16:32:48.1919970Z 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-11-01T16:32:48.1922290Z 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-11-01T16:32:48.1926960Z 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-11-01T16:32:48.1927940Z 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-11-01T16:32:48.1934950Z 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-11-01T16:32:48.1936950Z 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-11-01T16:32:48.1940420Z 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-11-01T16:32:48.1941240Z 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-11-01T16:32:48.1945750Z 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-11-01T16:32:48.1948890Z 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-11-01T16:32:48.1953530Z 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-11-01T16:32:48.1957490Z 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-11-01T16:32:48.1958390Z 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-11-01T16:32:48.1962170Z 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-11-01T16:32:48.1985760Z 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-11-01T16:32:48.1991720Z 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-11-01T16:32:48.1993930Z 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-11-01T16:32:48.1996450Z 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-11-01T16:32:48.1997360Z 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-11-01T16:32:48.1998290Z 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-11-01T16:32:48.1999950Z 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-11-01T16:32:48.2000710Z 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-11-01T16:32:48.2002310Z 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-11-01T16:32:48.2003110Z 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-11-01T16:32:48.2004600Z 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-11-01T16:32:48.2005370Z 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-11-01T16:32:48.2007700Z 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-11-01T16:32:48.2008760Z 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-11-01T16:32:48.2012950Z 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-11-01T16:32:48.2015990Z 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-11-01T16:32:48.2019530Z 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-11-01T16:32:48.2021500Z 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-11-01T16:32:48.2025520Z 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-11-01T16:32:48.2029800Z 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-11-01T16:32:48.2033530Z 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-11-01T16:32:48.2037840Z 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-11-01T16:32:48.2039960Z 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-11-01T16:32:48.2042430Z 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-11-01T16:32:48.2046140Z 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-11-01T16:32:48.2050470Z 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-11-01T16:32:48.2053580Z 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-11-01T16:32:48.2057050Z 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-11-01T16:32:48.2059270Z 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-11-01T16:32:48.2061840Z 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-11-01T16:32:48.2066720Z 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-11-01T16:32:48.2071220Z 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-11-01T16:32:48.2074770Z 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-11-01T16:32:48.2076320Z 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-11-01T16:32:48.2080840Z 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-11-01T16:32:48.2082930Z 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-11-01T16:32:48.2087880Z 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-11-01T16:32:48.2088610Z 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-11-01T16:32:48.2092260Z 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-11-01T16:32:48.2097720Z 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-11-01T16:32:48.2099490Z 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-11-01T16:32:48.2103740Z 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-11-01T16:32:48.2106060Z 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-11-01T16:32:48.2115230Z 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-11-01T16:32:48.2115860Z 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-11-01T16:32:48.2116390Z 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-11-01T16:32:48.2118950Z 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-11-01T16:32:48.2123620Z 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-11-01T16:32:48.2127660Z 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-11-01T16:32:48.2130260Z 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-11-01T16:32:48.2135400Z 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-11-01T16:32:48.2137090Z 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-11-01T16:32:48.2138130Z 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-11-01T16:32:48.2141430Z 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-11-01T16:32:48.2145970Z 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-11-01T16:32:48.2150870Z 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-11-01T16:32:48.2156590Z 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-11-01T16:32:48.2159570Z 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-11-01T16:32:48.2162530Z 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-11-01T16:32:48.2165570Z 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-11-01T16:32:48.2171680Z 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-11-01T16:32:48.2172410Z 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-11-01T16:32:48.2179890Z 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-11-01T16:32:48.2181350Z 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-11-01T16:32:48.2186350Z 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-11-01T16:32:48.2187450Z 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-11-01T16:32:48.2188290Z 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-11-01T16:32:48.2193610Z 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-11-01T16:32:48.2197580Z 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-11-01T16:32:48.2200600Z 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-11-01T16:32:48.2204060Z 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-11-01T16:32:48.2205840Z 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-11-01T16:32:48.2210120Z 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-11-01T16:32:48.2214050Z 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-11-01T16:32:48.2216480Z 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-11-01T16:32:48.2219250Z 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-11-01T16:32:48.2223350Z 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-11-01T16:32:48.2225980Z 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-11-01T16:32:48.2229900Z 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-11-01T16:32:48.2233740Z 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-11-01T16:32:48.2236150Z 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-11-01T16:32:48.2239310Z 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-11-01T16:32:48.2244250Z 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-11-01T16:32:48.2246300Z 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-11-01T16:32:48.2251170Z 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-11-01T16:32:48.2253740Z 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-11-01T16:32:48.2255580Z 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-11-01T16:32:48.2258850Z 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-11-01T16:32:48.2262270Z 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-11-01T16:32:48.2268610Z 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-11-01T16:32:48.2270580Z 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-11-01T16:32:48.2276000Z 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-11-01T16:32:48.2276870Z 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-11-01T16:32:48.2280730Z 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-11-01T16:32:48.2283500Z 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-11-01T16:32:48.2287410Z 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-11-01T16:32:48.2294460Z 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-11-01T16:32:48.2300130Z 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-11-01T16:32:48.2301970Z 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-11-01T16:32:48.2303300Z 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-11-01T16:32:48.2306100Z 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-11-01T16:32:48.2306900Z 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-11-01T16:32:48.2309040Z 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-11-01T16:32:48.2310990Z 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-11-01T16:32:48.2315290Z 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-11-01T16:32:48.2325170Z 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-11-01T16:32:48.2327080Z 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-11-01T16:32:48.2332090Z 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-11-01T16:32:48.2332970Z 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-11-01T16:32:48.2335080Z 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-11-01T16:32:48.2342550Z 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-11-01T16:32:48.2345740Z 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-11-01T16:32:48.2350780Z 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-11-01T16:32:48.2353370Z 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-11-01T16:32:48.2354380Z 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-11-01T16:32:48.2358380Z 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-11-01T16:32:48.2360080Z 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-11-01T16:32:48.2362550Z 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-11-01T16:32:48.2384340Z 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-11-01T16:32:48.2392250Z 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-11-01T16:32:48.2392950Z 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-11-01T16:32:48.2394190Z 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-11-01T16:32:48.2395800Z 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-11-01T16:32:48.2396570Z 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-11-01T16:32:48.2397660Z 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-11-01T16:32:48.2399080Z 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-11-01T16:32:48.2399910Z 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-11-01T16:32:48.2418670Z 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-11-01T16:32:48.2419430Z 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-11-01T16:32:48.2420870Z 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-11-01T16:32:48.2425740Z 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-11-01T16:32:48.2426970Z 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-11-01T16:32:48.2428530Z 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-11-01T16:32:48.2429390Z 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-11-01T16:32:48.2430820Z 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-11-01T16:32:48.2431780Z 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-11-01T16:32:48.2433400Z 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-11-01T16:32:48.2434020Z 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-11-01T16:32:48.2435370Z 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-11-01T16:32:48.2436280Z 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-11-01T16:32:48.2437800Z 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-11-01T16:32:48.2442000Z 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-11-01T16:32:48.2445840Z 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-11-01T16:32:48.2448990Z 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-11-01T16:32:48.2451380Z 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-11-01T16:32:48.2456020Z 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-11-01T16:32:48.2459110Z 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-11-01T16:32:48.2465270Z 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-11-01T16:32:48.2466080Z 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-11-01T16:32:48.2472120Z 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-11-01T16:32:48.2472900Z 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-11-01T16:32:48.2478040Z 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-11-01T16:32:48.2479110Z 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-11-01T16:32:48.2485610Z 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-11-01T16:32:48.2486780Z 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-11-01T16:32:48.2492630Z 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-11-01T16:32:48.2496790Z 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-11-01T16:32:48.2499080Z 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-11-01T16:32:48.2504440Z 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-11-01T16:32:48.2506110Z 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-11-01T16:32:48.2536770Z 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-11-01T16:32:48.2538230Z 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-11-01T16:32:48.2545160Z 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-11-01T16:32:48.2545970Z 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-11-01T16:32:48.2547620Z 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-11-01T16:32:48.2548410Z 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-11-01T16:32:48.2549930Z 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-11-01T16:32:48.2550890Z 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-11-01T16:32:48.2552490Z 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-11-01T16:32:48.2553130Z 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-11-01T16:32:48.2554700Z 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-11-01T16:32:48.2555600Z 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-11-01T16:32:48.2557110Z 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-11-01T16:32:48.2558050Z 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-11-01T16:32:48.2559580Z 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-11-01T16:32:48.2561580Z 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-11-01T16:32:48.2562570Z 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-11-01T16:32:48.2564100Z 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-11-01T16:32:48.2566510Z 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-11-01T16:32:48.2571070Z 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-11-01T16:32:48.2573980Z 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-11-01T16:32:48.2576770Z 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-11-01T16:32:48.2600820Z 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-11-01T16:32:48.2601520Z 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-11-01T16:32:48.2608360Z 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-11-01T16:32:48.2609220Z 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-11-01T16:32:48.2610830Z 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-11-01T16:32:48.2611520Z 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-11-01T16:32:48.2613030Z 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-11-01T16:32:48.2614040Z 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-11-01T16:32:48.2615290Z 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-11-01T16:32:48.2616210Z 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-11-01T16:32:48.2617720Z 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-11-01T16:32:48.2618550Z 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-11-01T16:32:48.2622630Z 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-11-01T16:32:48.2623360Z 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-11-01T16:32:48.2626160Z 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-11-01T16:32:48.2631540Z 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-11-01T16:32:48.2633580Z 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-11-01T16:32:48.2640720Z 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-11-01T16:32:48.2641320Z 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-11-01T16:32:48.2642090Z 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-11-01T16:32:48.2669750Z 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-11-01T16:32:48.2676920Z 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-11-01T16:32:48.2678320Z 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-11-01T16:32:48.2679090Z 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-11-01T16:32:48.2680560Z 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-11-01T16:32:48.2681410Z 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-11-01T16:32:48.2682970Z 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-11-01T16:32:48.2683870Z 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-11-01T16:32:48.2685130Z 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-11-01T16:32:48.2686190Z 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-11-01T16:32:48.2687820Z 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-11-01T16:32:48.2688690Z 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-11-01T16:32:48.2690100Z 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-11-01T16:32:48.2692110Z 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-11-01T16:32:48.2694020Z 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-11-01T16:32:48.2699810Z 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-11-01T16:32:48.2702890Z 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-11-01T16:32:48.2706720Z 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-11-01T16:32:48.2712500Z 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-11-01T16:32:48.2716430Z 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-11-01T16:32:48.2719610Z 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-11-01T16:32:48.2720480Z 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-11-01T16:32:48.2726350Z 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-11-01T16:32:48.2727360Z 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-11-01T16:32:48.2732030Z 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-11-01T16:32:48.2735170Z 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-11-01T16:32:48.2736030Z 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-11-01T16:32:48.2737600Z 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-11-01T16:32:48.2738410Z 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-11-01T16:32:48.2743280Z 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-11-01T16:32:48.2746200Z 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-11-01T16:32:48.2751890Z 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-11-01T16:32:48.2752600Z 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-11-01T16:32:48.2759240Z 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-11-01T16:32:48.2764050Z 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-11-01T16:32:48.2765530Z 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-11-01T16:32:48.2767100Z 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-11-01T16:32:48.2769100Z 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-11-01T16:32:48.2771010Z 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-11-01T16:32:48.2793010Z 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-11-01T16:32:48.2793830Z 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-11-01T16:32:48.2804010Z 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-11-01T16:32:48.2804990Z 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-11-01T16:32:48.2806870Z 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-11-01T16:32:48.2808320Z 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-11-01T16:32:48.2809790Z 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-11-01T16:32:48.2810790Z 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-11-01T16:32:48.2812400Z 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-11-01T16:32:48.3014530Z 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-11-01T16:32:48.3015160Z 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-11-01T16:32:48.3015860Z 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-11-01T16:32:48.3016630Z 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-11-01T16:32:48.3017200Z 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-11-01T16:32:48.3017920Z 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-11-01T16:32:48.3018810Z 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-11-01T16:32:48.3020320Z 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-11-01T16:32:48.3021080Z 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-11-01T16:32:48.3022660Z 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-11-01T16:32:48.3023550Z 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-11-01T16:32:48.3024990Z 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-11-01T16:32:48.3025640Z 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-11-01T16:32:48.3027300Z 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-11-01T16:32:48.3028090Z 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-11-01T16:32:48.3029530Z 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-11-01T16:32:48.3030230Z 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-11-01T16:32:48.3031660Z 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-11-01T16:32:48.3032570Z 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-11-01T16:32:48.3034180Z 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-11-01T16:32:48.3035260Z 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-11-01T16:32:48.3036190Z 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-11-01T16:32:48.3037250Z 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-11-01T16:32:48.3038670Z 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-11-01T16:32:48.3039470Z 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-11-01T16:32:48.3040930Z 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-11-01T16:32:48.3041700Z 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-11-01T16:32:48.3043130Z 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-11-01T16:32:48.3044160Z 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-11-01T16:32:48.3045750Z 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-11-01T16:32:48.3046510Z 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-11-01T16:32:48.3047790Z 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-11-01T16:32:48.3048800Z 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-11-01T16:32:48.3050250Z 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-11-01T16:32:48.3051110Z 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-11-01T16:32:48.3052560Z 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-11-01T16:32:48.3053440Z 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-11-01T16:32:48.3054960Z 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-11-01T16:32:48.3055700Z 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-11-01T16:32:48.3057140Z 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-11-01T16:32:48.3058070Z 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-11-01T16:32:48.3059600Z 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-11-01T16:32:48.3060390Z 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-11-01T16:32:48.3062380Z 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-11-01T16:32:48.3062970Z 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-11-01T16:32:48.3064050Z 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-11-01T16:32:48.3065290Z 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-11-01T16:32:48.3066250Z 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-11-01T16:32:48.3067660Z 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-11-01T16:32:48.3068520Z 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-11-01T16:32:48.3070060Z 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-11-01T16:32:48.3071060Z 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-11-01T16:32:48.3071900Z 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-11-01T16:32:48.3073300Z 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-11-01T16:32:48.3074330Z 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-11-01T16:32:48.3075810Z 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-11-01T16:32:48.3076560Z 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-11-01T16:32:48.3078160Z 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-11-01T16:32:48.3079010Z 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-11-01T16:32:48.3080090Z 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-11-01T16:32:48.3081500Z 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-11-01T16:32:48.3082460Z 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-11-01T16:32:48.3083930Z 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-11-01T16:32:48.3084800Z 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-11-01T16:32:48.3086270Z 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-11-01T16:32:48.3087860Z 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-11-01T16:32:48.3088880Z 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-11-01T16:32:48.3090550Z 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-11-01T16:32:48.3091340Z 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-11-01T16:32:48.3092970Z 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-11-01T16:32:48.3093820Z 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-11-01T16:32:48.3095330Z 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-11-01T16:32:48.3096320Z 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-11-01T16:32:48.3097900Z 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-11-01T16:32:48.3098790Z 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-11-01T16:32:48.3100290Z 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-11-01T16:32:48.3101010Z 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-11-01T16:32:48.3102500Z 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-11-01T16:32:48.3103800Z 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-11-01T16:32:48.3104550Z 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-11-01T16:32:48.3106040Z 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-11-01T16:32:48.3106910Z 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-11-01T16:32:48.3108690Z 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-11-01T16:32:48.3109670Z 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-11-01T16:32:48.3111130Z 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-11-01T16:32:48.3111940Z 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-11-01T16:32:48.3113460Z 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-11-01T16:32:48.3115180Z 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-11-01T16:32:48.3115900Z 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-11-01T16:32:48.3117510Z 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-11-01T16:32:48.3130860Z 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-11-01T16:32:48.3140110Z 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-11-01T16:32:48.3145930Z 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-11-01T16:32:48.3146740Z 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-11-01T16:32:48.3148400Z 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-11-01T16:32:48.3149530Z 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-11-01T16:32:48.3151120Z 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-11-01T16:32:48.3151790Z 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-11-01T16:32:48.3153330Z 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-11-01T16:32:48.3154090Z 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-11-01T16:32:48.3155670Z 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-11-01T16:32:48.3156420Z 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-11-01T16:32:48.3157850Z 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-11-01T16:32:48.3160410Z 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-11-01T16:32:48.3165070Z 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-11-01T16:32:48.3165770Z 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-11-01T16:32:48.3168200Z 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-11-01T16:32:48.3173730Z 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-11-01T16:32:48.3176130Z 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-11-01T16:32:48.3179550Z 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-11-01T16:32:48.3182020Z 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-11-01T16:32:48.3185760Z 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-11-01T16:32:48.3189070Z 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-11-01T16:32:48.3193180Z 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-11-01T16:32:48.3193990Z 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-11-01T16:32:48.3199100Z 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-11-01T16:32:48.3201440Z 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-11-01T16:32:48.3205020Z 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-11-01T16:32:48.3209040Z 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-11-01T16:32:48.3213060Z 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-11-01T16:32:48.3216030Z 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-11-01T16:32:48.3218450Z 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-11-01T16:32:48.3222060Z 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-11-01T16:32:48.3225530Z 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-11-01T16:32:48.3228670Z 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-11-01T16:32:48.3233760Z 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-11-01T16:32:48.3238120Z 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-11-01T16:32:48.3240190Z 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-11-01T16:32:48.3241710Z 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-11-01T16:32:48.3246570Z 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-11-01T16:32:48.3248600Z 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-11-01T16:32:48.3253360Z 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-11-01T16:32:48.3255190Z 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-11-01T16:32:48.3259960Z 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-11-01T16:32:48.3262220Z 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-11-01T16:32:48.3265830Z 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-11-01T16:32:48.3270010Z 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-11-01T16:32:48.3272490Z 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-11-01T16:32:48.3277060Z 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-11-01T16:32:48.3279820Z 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-11-01T16:32:48.3284990Z 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-11-01T16:32:48.3286560Z 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-11-01T16:32:48.3288750Z 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-11-01T16:32:48.3294820Z 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-11-01T16:32:48.3295970Z 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-11-01T16:32:48.3301210Z 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-11-01T16:32:48.3301850Z 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-11-01T16:32:48.3305530Z 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-11-01T16:32:48.3309930Z 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-11-01T16:32:48.3312760Z 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-11-01T16:32:48.3318700Z 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-11-01T16:32:48.3321420Z 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-11-01T16:32:48.3325910Z 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-11-01T16:32:48.3329060Z 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-11-01T16:32:48.3332390Z 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-11-01T16:32:48.3335890Z 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-11-01T16:32:48.3336830Z 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-11-01T16:32:48.3339400Z 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-11-01T16:32:48.3342950Z 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-11-01T16:32:48.3347000Z 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-11-01T16:32:48.3349740Z 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-11-01T16:32:48.3352430Z 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-11-01T16:32:48.3355370Z 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-11-01T16:32:48.3357770Z 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-11-01T16:32:48.3361970Z 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-11-01T16:32:48.3364760Z 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-11-01T16:32:48.3369310Z 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-11-01T16:32:48.3372130Z 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-11-01T16:32:48.3375920Z 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-11-01T16:32:48.3378760Z 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-11-01T16:32:48.3382790Z 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-11-01T16:32:48.3386560Z 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-11-01T16:32:48.3387360Z 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-11-01T16:32:48.3392310Z 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-11-01T16:32:48.3394580Z 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-11-01T16:32:48.3397530Z 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-11-01T16:32:48.3402400Z 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-11-01T16:32:48.3405150Z 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-11-01T16:32:48.3409810Z 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-11-01T16:32:48.3412650Z 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-11-01T16:32:48.3415470Z 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-11-01T16:32:48.3418180Z 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-11-01T16:32:48.3420600Z 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-11-01T16:32:48.3425830Z 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-11-01T16:32:48.3428360Z 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-11-01T16:32:48.3454360Z 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-11-01T16:32:48.3459880Z 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-11-01T16:32:48.3461780Z 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-11-01T16:32:48.3462890Z 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-11-01T16:32:48.3464410Z 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-11-01T16:32:48.3465340Z 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-11-01T16:32:48.3466460Z 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-11-01T16:32:48.3467400Z 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-11-01T16:32:48.3469020Z 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-11-01T16:32:48.3469760Z 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-11-01T16:32:48.3470880Z 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-11-01T16:32:48.3472330Z 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-11-01T16:32:48.3473230Z 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-11-01T16:32:48.3478570Z 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-11-01T16:32:48.3479350Z 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-11-01T16:32:48.3485740Z 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-11-01T16:32:48.3490570Z 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-11-01T16:32:48.3492240Z 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-11-01T16:32:48.3496570Z 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-11-01T16:32:48.3499470Z 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-11-01T16:32:48.3502510Z 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-11-01T16:32:48.3504480Z 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-11-01T16:32:48.3507420Z 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-11-01T16:32:48.3511760Z 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-11-01T16:32:48.3516610Z 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-11-01T16:32:48.3518960Z 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-11-01T16:32:48.3542260Z 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-11-01T16:32:48.3546550Z 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-11-01T16:32:48.3549360Z 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-11-01T16:32:48.3550070Z 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-11-01T16:32:48.3551320Z 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-11-01T16:32:48.3552400Z 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-11-01T16:32:48.3557500Z 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-11-01T16:32:48.3559360Z 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-11-01T16:32:48.3560640Z 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-11-01T16:32:48.3561590Z 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-11-01T16:32:48.3563350Z 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-11-01T16:32:48.3564260Z 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-11-01T16:32:48.3565590Z 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-11-01T16:32:48.3566380Z 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-11-01T16:32:48.3569640Z 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-11-01T16:32:48.3574050Z 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-11-01T16:32:48.3578480Z 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-11-01T16:32:48.3582370Z 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-11-01T16:32:48.3583280Z 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-11-01T16:32:48.3585660Z 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-11-01T16:32:48.3591530Z 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-11-01T16:32:48.3593640Z 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-11-01T16:32:48.3597480Z 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-11-01T16:32:48.3601270Z 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-11-01T16:32:48.3602040Z 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-11-01T16:32:48.3606670Z 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-11-01T16:32:48.3609070Z 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-11-01T16:32:48.3613190Z 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-11-01T16:32:48.3615800Z 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-11-01T16:32:48.3621100Z 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-11-01T16:32:48.3621860Z 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-11-01T16:32:48.3628240Z 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-11-01T16:32:48.3630110Z 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-11-01T16:32:48.3636450Z 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-11-01T16:32:48.3637440Z 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-11-01T16:32:48.3639000Z 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-11-01T16:32:48.3641500Z 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-11-01T16:32:48.3645470Z 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-11-01T16:32:48.3646260Z 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-11-01T16:32:48.3656080Z 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-11-01T16:32:48.3657880Z 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-11-01T16:32:48.3661190Z 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-11-01T16:32:48.3666540Z 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-11-01T16:32:48.3668170Z 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-11-01T16:32:48.3670920Z 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-11-01T16:32:48.3673610Z 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-11-01T16:32:48.3677310Z 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-11-01T16:32:48.3681290Z 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-11-01T16:32:48.3685310Z 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-11-01T16:32:48.3688930Z 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-11-01T16:32:48.3697360Z 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-11-01T16:32:48.3698190Z 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-11-01T16:32:48.3700440Z 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-11-01T16:32:48.3701400Z 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-11-01T16:32:48.3727180Z 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-11-01T16:32:48.3727970Z 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-11-01T16:32:48.3751580Z 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-11-01T16:32:48.3752300Z 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-11-01T16:32:48.3753750Z 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-11-01T16:32:48.3754700Z 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-11-01T16:32:48.3756170Z 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-11-01T16:32:48.3757190Z 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-11-01T16:32:48.3758100Z 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-11-01T16:32:48.3759650Z 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-11-01T16:32:48.3760550Z 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-11-01T16:32:48.3764890Z 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-11-01T16:32:48.3765670Z 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-11-01T16:32:48.3767340Z 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-11-01T16:32:48.3768160Z 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-11-01T16:32:48.3769180Z 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-11-01T16:32:48.3770710Z 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-11-01T16:32:48.3771420Z 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-11-01T16:32:48.3773230Z 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-11-01T16:32:48.3773890Z 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-11-01T16:32:48.3782240Z 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-11-01T16:32:48.3783260Z 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-11-01T16:32:48.3791210Z 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-11-01T16:32:48.3792660Z 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-11-01T16:32:48.3793640Z 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-11-01T16:32:48.3795170Z 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-11-01T16:32:48.3795980Z 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-11-01T16:32:48.3797420Z 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-11-01T16:32:48.3801170Z 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-11-01T16:32:48.3803760Z 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-11-01T16:32:48.3822480Z 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-11-01T16:32:48.3828810Z 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-11-01T16:32:48.3830490Z 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-11-01T16:32:48.3832030Z 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-11-01T16:32:48.3832840Z 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-11-01T16:32:48.3834360Z 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-11-01T16:32:48.3835360Z 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-11-01T16:32:48.3836850Z 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-11-01T16:32:48.3837760Z 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-11-01T16:32:48.3839290Z 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-11-01T16:32:48.3840090Z 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-11-01T16:32:48.3842250Z 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-11-01T16:32:48.3843020Z 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-11-01T16:32:48.3848340Z 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-11-01T16:32:48.3850080Z 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-11-01T16:32:48.3854360Z 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-11-01T16:32:48.3859370Z 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-11-01T16:32:48.3862890Z 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-11-01T16:32:48.3880700Z 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-11-01T16:32:48.3881610Z 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-11-01T16:32:48.3891030Z 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-11-01T16:32:48.3897710Z 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-11-01T16:32:48.3898470Z 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-11-01T16:32:48.3899930Z 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-11-01T16:32:48.3900920Z 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-11-01T16:32:48.3902360Z 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-11-01T16:32:48.3903410Z 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-11-01T16:32:48.3933940Z 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-11-01T16:32:48.3934720Z 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-11-01T16:32:48.3936310Z 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-11-01T16:32:48.3936960Z 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-11-01T16:32:48.3938620Z 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-11-01T16:32:48.3941440Z 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-11-01T16:32:48.3942280Z 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-11-01T16:32:48.3943280Z 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-11-01T16:32:48.3944640Z 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-11-01T16:32:48.3946160Z 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-11-01T16:32:48.3946920Z 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-11-01T16:32:48.3948570Z 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-11-01T16:32:48.3949510Z 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-11-01T16:32:48.3951120Z 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-11-01T16:32:48.3968660Z 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-11-01T16:32:48.3970120Z 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-11-01T16:32:48.3970870Z 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-11-01T16:32:48.3972340Z 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-11-01T16:32:48.3974390Z 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-11-01T16:32:48.3975780Z 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-11-01T16:32:48.3976880Z 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-11-01T16:32:48.3977840Z 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-11-01T16:32:48.3979500Z 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-11-01T16:32:48.3980270Z 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-11-01T16:32:48.3981800Z 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-11-01T16:32:48.3982510Z 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-11-01T16:32:48.3984330Z 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-11-01T16:32:48.3985240Z 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-11-01T16:32:48.3989890Z 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-11-01T16:32:48.3992880Z 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-11-01T16:32:48.3994970Z 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-11-01T16:32:48.4000150Z 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-11-01T16:32:48.4001940Z 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-11-01T16:32:48.4006130Z 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-11-01T16:32:48.4008670Z 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-11-01T16:32:48.4011740Z 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-11-01T16:32:48.4012710Z 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-11-01T16:32:48.4016130Z 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-11-01T16:32:48.4019670Z 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-11-01T16:32:48.4022460Z 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-11-01T16:32:48.4042520Z 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-11-01T16:32:48.4048220Z 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-11-01T16:32:48.4049320Z 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-11-01T16:32:48.4050730Z 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-11-01T16:32:48.4051620Z 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-11-01T16:32:48.4052800Z 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-11-01T16:32:48.4053810Z 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-11-01T16:32:48.4055350Z 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-11-01T16:32:48.4056150Z 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-11-01T16:32:48.4059830Z 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-11-01T16:32:48.4060690Z 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-11-01T16:32:48.4063400Z 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-11-01T16:32:48.4064080Z 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-11-01T16:32:48.4068700Z 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-11-01T16:32:48.4071960Z 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-11-01T16:32:48.4073920Z 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-11-01T16:32:48.4078720Z 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-11-01T16:32:48.4084900Z 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-11-01T16:32:48.4085850Z 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-11-01T16:32:48.4091300Z 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-11-01T16:32:48.4092350Z 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-11-01T16:32:48.4097200Z 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-11-01T16:32:48.4098660Z 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-11-01T16:32:48.4102980Z 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-11-01T16:32:48.4108600Z 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-11-01T16:32:48.4110300Z 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-11-01T16:32:48.4111500Z 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-11-01T16:32:48.4115200Z 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-11-01T16:32:48.4123240Z 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-11-01T16:32:48.4124880Z 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-11-01T16:32:48.4130980Z 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-11-01T16:32:48.4131990Z 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-11-01T16:32:48.4133780Z 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-11-01T16:32:48.4136320Z 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-11-01T16:32:48.4139260Z 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-11-01T16:32:48.4141520Z 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-11-01T16:32:48.4145100Z 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-11-01T16:32:48.4148330Z 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-11-01T16:32:48.4154470Z 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-11-01T16:32:48.4160100Z 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-11-01T16:32:48.4163090Z 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-11-01T16:32:48.4166330Z 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-11-01T16:32:48.4167250Z 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-11-01T16:32:48.4168930Z 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-11-01T16:32:48.4171240Z 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-11-01T16:32:48.4176060Z 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-11-01T16:32:48.4179000Z 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-11-01T16:32:48.4181630Z 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-11-01T16:32:48.4184300Z 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-11-01T16:32:48.4187260Z 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-11-01T16:32:48.4195520Z 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-11-01T16:32:48.4197840Z 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-11-01T16:32:48.4201450Z 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-11-01T16:32:48.4204680Z 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-11-01T16:32:48.4208670Z 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-11-01T16:32:48.4215570Z 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-11-01T16:32:48.4216320Z 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-11-01T16:32:48.4218650Z 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-11-01T16:32:48.4222090Z 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-11-01T16:32:48.4226490Z 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-11-01T16:32:48.4230810Z 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-11-01T16:32:48.4232700Z 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-11-01T16:32:48.4233690Z 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-11-01T16:32:48.4238810Z 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-11-01T16:32:48.4241760Z 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-11-01T16:32:48.4244270Z 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-11-01T16:32:48.4250750Z 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-11-01T16:32:48.4252640Z 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-11-01T16:32:48.4256710Z 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-11-01T16:32:48.4262700Z 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-11-01T16:32:48.4268570Z 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-11-01T16:32:48.4269310Z 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-11-01T16:32:48.4273980Z 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-11-01T16:32:48.4276550Z 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-11-01T16:32:48.4278620Z 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-11-01T16:32:48.4283220Z 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-11-01T16:32:48.4308190Z 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-11-01T16:32:48.4315110Z 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-11-01T16:32:48.4315830Z 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-11-01T16:32:48.4317320Z 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-11-01T16:32:48.4318190Z 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-11-01T16:32:48.4321500Z 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-11-01T16:32:48.4323410Z 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-11-01T16:32:48.4324100Z 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-11-01T16:32:48.4325610Z 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-11-01T16:32:48.4326880Z 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-11-01T16:32:48.4328530Z 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-11-01T16:32:48.4329240Z 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-11-01T16:32:48.4331290Z 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-11-01T16:32:48.4332920Z 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-11-01T16:32:48.4333800Z 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-11-01T16:32:48.4340520Z 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-11-01T16:32:48.4343960Z 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-11-01T16:32:48.4347950Z 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-11-01T16:32:48.4348680Z 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-11-01T16:32:48.4351250Z 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-11-01T16:32:48.4355790Z 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-11-01T16:32:48.4358770Z 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-11-01T16:32:48.4361620Z 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-11-01T16:32:48.4365880Z 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-11-01T16:32:48.4369190Z 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-11-01T16:32:48.4373510Z 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-11-01T16:32:48.4375670Z 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-11-01T16:32:48.4378740Z 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-11-01T16:32:48.4382790Z 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-11-01T16:32:48.4387050Z 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-11-01T16:32:48.4389710Z 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-11-01T16:32:48.4393960Z 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-11-01T16:32:48.4397320Z 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-11-01T16:32:48.4400470Z 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-11-01T16:32:48.4401350Z 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-11-01T16:32:48.4406760Z 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-11-01T16:32:48.4409920Z 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-11-01T16:32:48.4413180Z 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-11-01T16:32:48.4414320Z 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-11-01T16:32:48.4419000Z 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-11-01T16:32:48.4422510Z 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-11-01T16:32:48.4426680Z 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-11-01T16:32:48.4429320Z 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-11-01T16:32:48.4432560Z 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-11-01T16:32:48.4436480Z 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-11-01T16:32:48.4438160Z 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-11-01T16:32:48.4442970Z 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-11-01T16:32:48.4445910Z 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-11-01T16:32:48.4449550Z 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-11-01T16:32:48.4451880Z 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-11-01T16:32:48.4456860Z 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-11-01T16:32:48.4460220Z 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-11-01T16:32:48.4465300Z 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-11-01T16:32:48.4468920Z 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-11-01T16:32:48.4471960Z 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-11-01T16:32:48.4474350Z 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-11-01T16:32:48.4481930Z 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-11-01T16:32:48.4489650Z 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-11-01T16:32:48.4491570Z 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-11-01T16:32:48.4505630Z 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-11-01T16:32:48.4506470Z 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-11-01T16:32:48.4507950Z 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-11-01T16:32:48.4518500Z 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-11-01T16:32:48.4519490Z 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-11-01T16:32:48.4520980Z 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-11-01T16:32:48.4521700Z 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-11-01T16:32:48.4524850Z 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-11-01T16:32:48.4525860Z 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-11-01T16:32:48.4527510Z 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-11-01T16:32:48.4528330Z 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-11-01T16:32:48.4532280Z 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-11-01T16:32:48.4533860Z 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-11-01T16:32:48.4541860Z 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-11-01T16:32:48.4542780Z 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-11-01T16:32:48.4551320Z 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-11-01T16:32:48.4552250Z 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-11-01T16:32:48.4554100Z 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-11-01T16:32:48.4576650Z 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-11-01T16:32:48.4577450Z 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-11-01T16:32:48.4585630Z 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-11-01T16:32:48.4586860Z 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-11-01T16:32:48.4588010Z 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-11-01T16:32:48.4589190Z 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-11-01T16:32:48.4590250Z 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-11-01T16:32:48.4591700Z 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-11-01T16:32:48.4592550Z 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-11-01T16:32:48.4594040Z 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-11-01T16:32:48.4594890Z 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-11-01T16:32:48.4596370Z 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-11-01T16:32:48.4611640Z 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-11-01T16:32:48.4612460Z 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-11-01T16:32:48.4623400Z 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-11-01T16:32:48.4624370Z 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-11-01T16:32:48.4625860Z 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-11-01T16:32:48.4626580Z 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-11-01T16:32:48.4628140Z 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-11-01T16:32:48.4629190Z 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-11-01T16:32:48.4634470Z 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-11-01T16:32:48.4635120Z 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-11-01T16:32:48.4636790Z 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-11-01T16:32:48.4637860Z 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-11-01T16:32:48.4639470Z 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-11-01T16:32:48.4640290Z 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-11-01T16:32:48.4642680Z 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-11-01T16:32:48.4643640Z 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-11-01T16:32:48.4645240Z 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-11-01T16:32:48.4650280Z 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-11-01T16:32:48.4656460Z 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-11-01T16:32:48.4658360Z 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-11-01T16:32:48.4661150Z 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-11-01T16:32:48.4664620Z 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-11-01T16:32:48.4668810Z 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-11-01T16:32:48.4673280Z 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-11-01T16:32:48.4675130Z 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-11-01T16:32:48.4682500Z 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-11-01T16:32:48.4700350Z 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-11-01T16:32:48.4701110Z 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-11-01T16:32:48.4705020Z 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-11-01T16:32:48.4710830Z 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-11-01T16:32:48.4711860Z 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-11-01T16:32:48.4713330Z 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-11-01T16:32:48.4714160Z 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-11-01T16:32:48.4715730Z 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-11-01T16:32:48.4716530Z 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-11-01T16:32:48.4718230Z 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-11-01T16:32:48.4719320Z 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-11-01T16:32:48.4735830Z 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-11-01T16:32:48.4736790Z 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-11-01T16:32:48.4743700Z 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-11-01T16:32:48.4745120Z 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-11-01T16:32:48.4750710Z 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-11-01T16:32:48.4752080Z 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-11-01T16:32:48.4753590Z 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-11-01T16:32:48.4755060Z 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-11-01T16:32:48.4756350Z 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-11-01T16:32:48.4757650Z 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-11-01T16:32:48.4758890Z 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-11-01T16:32:48.4760110Z 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-11-01T16:32:48.4761870Z 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-11-01T16:32:48.4764800Z 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-11-01T16:32:48.4767770Z 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-11-01T16:32:48.4774110Z 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-11-01T16:32:48.4775570Z 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-11-01T16:32:48.4780670Z 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-11-01T16:32:48.4781970Z 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-11-01T16:32:48.4803340Z 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-11-01T16:32:48.4809420Z 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-11-01T16:32:48.4810870Z 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-11-01T16:32:48.4812100Z 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-11-01T16:32:48.4813400Z 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-11-01T16:32:48.4814750Z 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-11-01T16:32:48.4816010Z 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-11-01T16:32:48.4817410Z 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-11-01T16:32:48.4818730Z 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-11-01T16:32:48.4819880Z 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-11-01T16:32:48.4825180Z 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-11-01T16:32:48.4828860Z 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-11-01T16:32:48.4830410Z 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-11-01T16:32:48.4831780Z 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-11-01T16:32:48.4836070Z 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-11-01T16:32:48.4839260Z 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-11-01T16:32:48.4842160Z 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-11-01T16:32:48.4845290Z 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-11-01T16:32:48.4848940Z 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-11-01T16:32:48.4851330Z 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-11-01T16:32:48.4853880Z 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-11-01T16:32:48.4857930Z 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-11-01T16:32:48.4861610Z 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-11-01T16:32:48.4867250Z 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-11-01T16:32:48.4871810Z 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-11-01T16:32:48.4873610Z 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-11-01T16:32:48.4875520Z 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-11-01T16:32:48.4879030Z 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-11-01T16:32:48.4882310Z 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-11-01T16:32:48.4888120Z 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-11-01T16:32:48.4895730Z 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-11-01T16:32:48.4896860Z 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-11-01T16:32:48.4923890Z 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-11-01T16:32:48.4925240Z 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-11-01T16:32:48.4926550Z 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-11-01T16:32:48.4930860Z 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-11-01T16:32:48.4932160Z 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-11-01T16:32:48.4933300Z 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-11-01T16:32:48.4934480Z 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-11-01T16:32:48.4935860Z 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-11-01T16:32:48.4937030Z 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-11-01T16:32:48.4938210Z 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-11-01T16:32:48.4939560Z 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-11-01T16:32:48.4940900Z 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-11-01T16:32:48.4942180Z 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-11-01T16:32:48.4943400Z 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-11-01T16:32:48.4945540Z 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-11-01T16:32:48.4947820Z 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-11-01T16:32:48.4953250Z 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-11-01T16:32:48.4957030Z 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-11-01T16:32:48.4960490Z 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-11-01T16:32:48.4963460Z 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-11-01T16:32:48.4966390Z 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-11-01T16:32:48.4969840Z 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-11-01T16:32:48.4971230Z 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-11-01T16:32:48.4975240Z 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-11-01T16:32:48.4981070Z 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-11-01T16:32:48.4985980Z 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-11-01T16:32:48.4988550Z 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-11-01T16:32:48.4989860Z 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-11-01T16:32:48.4993770Z 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-11-01T16:32:48.4995220Z 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-11-01T16:32:48.5000000Z 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-11-01T16:32:48.5002220Z 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-11-01T16:32:48.5009020Z 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-11-01T16:32:48.5013880Z 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-11-01T16:32:48.5015110Z 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-11-01T16:32:48.5017650Z 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-11-01T16:32:48.5019480Z 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-11-01T16:32:48.5022980Z 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-11-01T16:32:48.5027040Z 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-11-01T16:32:48.5028450Z 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-11-01T16:32:48.5032030Z 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-11-01T16:32:48.5037210Z 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-11-01T16:32:48.5038540Z 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-11-01T16:32:48.5045890Z 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-11-01T16:32:48.5047090Z 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-11-01T16:32:48.5051000Z 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-11-01T16:32:48.5052310Z 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-11-01T16:32:48.5055070Z 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-11-01T16:32:48.5057360Z 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-11-01T16:32:48.5064100Z 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-11-01T16:32:48.5066450Z 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-11-01T16:32:48.5072330Z 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-11-01T16:32:48.5073600Z 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-11-01T16:32:48.5074730Z 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-11-01T16:32:48.5078700Z 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-11-01T16:32:48.5081610Z 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-11-01T16:32:48.5085430Z 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-11-01T16:32:48.5086900Z 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-11-01T16:32:48.5090200Z 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-11-01T16:32:48.5093730Z 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-11-01T16:32:48.5097970Z 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-11-01T16:32:48.5101550Z 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-11-01T16:32:48.5105270Z 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-11-01T16:32:48.5107730Z 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-11-01T16:32:48.5111580Z 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-11-01T16:32:48.5114620Z 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-11-01T16:32:48.5118590Z 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-11-01T16:32:48.5121670Z 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-11-01T16:32:48.5125910Z 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-11-01T16:32:48.5127230Z 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-11-01T16:32:48.5131590Z 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-11-01T16:32:48.5134360Z 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-11-01T16:32:48.5137330Z 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-11-01T16:32:48.5140860Z 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-11-01T16:32:48.5149050Z 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-11-01T16:32:48.5166410Z 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-11-01T16:32:48.5171020Z 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-11-01T16:32:48.5173080Z 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-11-01T16:32:48.5175860Z 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-11-01T16:32:48.5177190Z 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-11-01T16:32:48.5178430Z 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-11-01T16:32:48.5179600Z 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-11-01T16:32:48.5180780Z 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-11-01T16:32:48.5182950Z 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-11-01T16:32:48.5184170Z 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-11-01T16:32:48.5190260Z 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-11-01T16:32:48.5192600Z 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-11-01T16:32:48.5196180Z 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-11-01T16:32:48.5199250Z 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-11-01T16:32:48.5203670Z 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-11-01T16:32:48.5206290Z 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-11-01T16:32:48.5214040Z 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-11-01T16:32:48.5215190Z 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-11-01T16:32:48.5225920Z 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-11-01T16:32:48.5233280Z 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-11-01T16:32:48.5236000Z 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-11-01T16:32:48.5237250Z 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-11-01T16:32:48.5238490Z 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-11-01T16:32:48.5244370Z 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-11-01T16:32:48.5245680Z 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-11-01T16:32:48.5246920Z 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-11-01T16:32:48.5248090Z 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-11-01T16:32:48.5249270Z 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-11-01T16:32:48.5250840Z 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-11-01T16:32:48.5256270Z 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-11-01T16:32:48.5259010Z 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-11-01T16:32:48.5261620Z 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-11-01T16:32:48.5277790Z 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-11-01T16:32:48.5278930Z 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-11-01T16:32:48.5284410Z 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-11-01T16:32:48.5285620Z 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-11-01T16:32:48.5286850Z 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-11-01T16:32:48.5288000Z 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-11-01T16:32:48.5289240Z 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-11-01T16:32:48.5359130Z 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-11-01T16:32:48.5360300Z 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-11-01T16:32:48.5361500Z 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-11-01T16:32:48.5362820Z 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-11-01T16:32:48.5364060Z 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-11-01T16:32:48.5365200Z 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-11-01T16:32:48.5366400Z 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-11-01T16:32:48.5367550Z 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-11-01T16:32:48.5368740Z 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-11-01T16:32:48.5369880Z 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-11-01T16:32:48.5371030Z 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-11-01T16:32:48.5372400Z 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-11-01T16:32:48.5373830Z 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-11-01T16:32:48.5375060Z 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-11-01T16:32:48.5376170Z 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-11-01T16:32:48.5377330Z 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-11-01T16:32:48.5378460Z 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-11-01T16:32:48.5382030Z 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-11-01T16:32:48.5388330Z 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-11-01T16:32:48.5393510Z 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-11-01T16:32:48.5396640Z 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-11-01T16:32:48.5402000Z 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-11-01T16:32:48.5404340Z 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-11-01T16:32:48.5406810Z 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-11-01T16:32:48.5408990Z 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-11-01T16:32:48.5411940Z 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-11-01T16:32:48.5417800Z 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-11-01T16:32:48.5420800Z 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-11-01T16:32:48.5424180Z 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-11-01T16:32:48.5425460Z 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-11-01T16:32:48.5428220Z 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-11-01T16:32:48.5429480Z 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-11-01T16:32:48.5435980Z 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-11-01T16:32:48.5439950Z 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-11-01T16:32:48.5441600Z 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-11-01T16:32:48.5445270Z 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-11-01T16:32:48.5450450Z 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-11-01T16:32:48.5453460Z 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-11-01T16:32:48.5456960Z 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-11-01T16:32:48.5459610Z 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-11-01T16:32:48.5464660Z 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-11-01T16:32:48.5466170Z 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-11-01T16:32:48.5470540Z 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-11-01T16:32:48.5473800Z 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-11-01T16:32:48.5477580Z 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-11-01T16:32:48.5479840Z 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-11-01T16:32:48.5499960Z 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-11-01T16:32:48.5505790Z 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-11-01T16:32:48.5507190Z 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-11-01T16:32:48.5509770Z 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-11-01T16:32:48.5510860Z 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-11-01T16:32:48.5512050Z 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-11-01T16:32:48.5513220Z 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-11-01T16:32:48.5514380Z 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-11-01T16:32:48.5515470Z 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-11-01T16:32:48.5516680Z 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-11-01T16:32:48.5518800Z 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-11-01T16:32:48.5525550Z 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-11-01T16:32:48.5526720Z 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-11-01T16:32:48.5551900Z 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-11-01T16:32:48.5560040Z 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-11-01T16:32:48.5575530Z 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-11-01T16:32:48.5576850Z 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-11-01T16:32:48.5583340Z 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-11-01T16:32:48.5584590Z 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-11-01T16:32:48.5590440Z 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-11-01T16:32:48.5591780Z 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-11-01T16:32:48.5593000Z 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-11-01T16:32:48.5594230Z 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-11-01T16:32:48.5595520Z 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-11-01T16:32:48.5596760Z 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-11-01T16:32:48.5598120Z 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-11-01T16:32:48.5599490Z 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-11-01T16:32:48.5600850Z 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-11-01T16:32:48.5602120Z 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-11-01T16:32:48.5603250Z 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-11-01T16:32:48.5604400Z 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-11-01T16:32:48.5605600Z 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-11-01T16:32:48.5606830Z 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-11-01T16:32:48.5608050Z 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-11-01T16:32:48.5609360Z 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-11-01T16:32:48.5610730Z 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-11-01T16:32:48.5611940Z 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-11-01T16:32:48.5613110Z 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-11-01T16:32:48.5614320Z 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-11-01T16:32:48.5615540Z 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-11-01T16:32:48.5616780Z 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-11-01T16:32:48.5617990Z 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-11-01T16:32:48.5619290Z 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-11-01T16:32:48.5620570Z 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-11-01T16:32:48.5621810Z 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-11-01T16:32:48.5623030Z 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-11-01T16:32:48.5624250Z 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-11-01T16:32:48.5625530Z 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-11-01T16:32:48.5626810Z 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-11-01T16:32:48.5628170Z 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-11-01T16:32:48.5629430Z 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-11-01T16:32:48.5632300Z 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-11-01T16:32:48.5635640Z 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-11-01T16:32:48.5640810Z 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-11-01T16:32:48.5642060Z 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-11-01T16:32:48.5648380Z 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-11-01T16:32:48.5653960Z 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-11-01T16:32:48.5655220Z 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-11-01T16:32:48.5658670Z 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-11-01T16:32:48.5661990Z 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-11-01T16:32:48.5663120Z 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-11-01T16:32:48.5689480Z 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-11-01T16:32:48.5695150Z 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-11-01T16:32:48.5696400Z 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-11-01T16:32:48.5697720Z 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-11-01T16:32:48.5699070Z 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-11-01T16:32:48.5700260Z 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-11-01T16:32:48.5701440Z 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-11-01T16:32:48.5702610Z 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-11-01T16:32:48.5703820Z 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-11-01T16:32:48.5705060Z 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-11-01T16:32:48.5706390Z 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-11-01T16:32:48.5707740Z 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-11-01T16:32:48.5709720Z 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-11-01T16:32:48.5716100Z 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-11-01T16:32:48.5717440Z 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-11-01T16:32:48.5719580Z 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-11-01T16:32:48.5722380Z 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-11-01T16:32:48.5723750Z 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-11-01T16:32:48.5727380Z 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-11-01T16:32:48.5729740Z 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-11-01T16:32:48.5755850Z 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-11-01T16:32:48.5758030Z 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-11-01T16:32:48.5761010Z 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-11-01T16:32:48.5763540Z 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-11-01T16:32:48.5764780Z 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-11-01T16:32:48.5766070Z 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-11-01T16:32:48.5767370Z 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-11-01T16:32:48.5768480Z 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-11-01T16:32:48.5769810Z 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-11-01T16:32:48.5771140Z 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-11-01T16:32:48.5772320Z 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-11-01T16:32:48.5773470Z 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-11-01T16:32:48.5774660Z 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-11-01T16:32:48.5777210Z 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-11-01T16:32:48.5782190Z 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-11-01T16:32:48.5786700Z 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-11-01T16:32:48.5792160Z 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-11-01T16:32:48.5793330Z 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-11-01T16:32:48.5795490Z 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-11-01T16:32:48.5816950Z 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-11-01T16:32:48.5822290Z 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-11-01T16:32:48.5823580Z 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-11-01T16:32:48.5825940Z 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-11-01T16:32:48.5827350Z 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-11-01T16:32:48.5828750Z 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-11-01T16:32:48.5830050Z 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-11-01T16:32:48.5831280Z 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-11-01T16:32:48.5832470Z 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-11-01T16:32:48.5833600Z 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-11-01T16:32:48.5834870Z 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-11-01T16:32:48.5840200Z 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-11-01T16:32:48.5842940Z 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-11-01T16:32:48.5845720Z 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-11-01T16:32:48.5848380Z 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-11-01T16:32:48.5851050Z 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-11-01T16:32:48.5853600Z 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-11-01T16:32:48.5856350Z 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-11-01T16:32:48.5862040Z 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-11-01T16:32:48.5865180Z 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-11-01T16:32:48.5869860Z 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-11-01T16:32:48.5871950Z 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-11-01T16:32:48.5875880Z 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-11-01T16:32:48.5878480Z 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-11-01T16:32:48.5883990Z 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-11-01T16:32:48.5885650Z 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-11-01T16:32:48.5888970Z 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-11-01T16:32:48.5892460Z 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-11-01T16:32:48.5895060Z 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-11-01T16:32:48.5898490Z 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-11-01T16:32:48.5902040Z 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-11-01T16:32:48.5905730Z 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-11-01T16:32:48.5910190Z 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-11-01T16:32:48.5932800Z 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-11-01T16:32:48.5952150Z 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-11-01T16:32:48.5953450Z 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-11-01T16:32:48.5954690Z 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-11-01T16:32:48.5955970Z 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-11-01T16:32:48.5957380Z 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-11-01T16:32:48.5958630Z 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-11-01T16:32:48.5959860Z 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-11-01T16:32:48.5961060Z 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-11-01T16:32:48.5962220Z 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-11-01T16:32:48.5963420Z 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-11-01T16:32:48.5964570Z 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-11-01T16:32:48.5965770Z 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-11-01T16:32:48.5967070Z 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-11-01T16:32:48.5968220Z 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-11-01T16:32:48.5971690Z 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-11-01T16:32:48.5972970Z 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-11-01T16:32:48.5974710Z 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-11-01T16:32:48.5978640Z 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-11-01T16:32:48.5985610Z 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-11-01T16:32:48.6011490Z 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-11-01T16:32:48.6015050Z 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-11-01T16:32:48.6021960Z 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-11-01T16:32:48.6023290Z 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-11-01T16:32:48.6024600Z 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-11-01T16:32:48.6025750Z 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-11-01T16:32:48.6026870Z 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-11-01T16:32:48.6028010Z 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-11-01T16:32:48.6029250Z 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-11-01T16:32:48.6030480Z 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-11-01T16:32:48.6031620Z 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-11-01T16:32:48.6047610Z 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-11-01T16:32:48.6048800Z 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-11-01T16:32:48.6050000Z 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-11-01T16:32:48.6056090Z 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-11-01T16:32:48.6070200Z 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-11-01T16:32:48.6071530Z 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-11-01T16:32:48.6072700Z 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-11-01T16:32:48.6073890Z 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-11-01T16:32:48.6075090Z 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-11-01T16:32:48.6076240Z 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-11-01T16:32:48.6081570Z 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-11-01T16:32:48.6082770Z 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-11-01T16:32:48.6084280Z 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-11-01T16:32:48.6085520Z 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-11-01T16:32:48.6086810Z 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-11-01T16:32:48.6088120Z 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-11-01T16:32:48.6089280Z 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-11-01T16:32:48.6090370Z 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-11-01T16:32:48.6094240Z 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-11-01T16:32:48.6095560Z 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-11-01T16:32:48.6099740Z 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-11-01T16:32:48.6101000Z 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-11-01T16:32:48.6102220Z 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-11-01T16:32:48.6103380Z 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-11-01T16:32:48.6111330Z 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-11-01T16:32:48.6112450Z 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-11-01T16:32:48.6115070Z 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-11-01T16:32:48.6117380Z 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-11-01T16:32:48.6137160Z 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-11-01T16:32:48.6138510Z 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-11-01T16:32:48.6141220Z 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-11-01T16:32:48.6152360Z 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-11-01T16:32:48.6153560Z 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-11-01T16:32:48.6154780Z 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-11-01T16:32:48.6156090Z 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-11-01T16:32:48.6157280Z 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-11-01T16:32:48.6159760Z 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-11-01T16:32:48.6160990Z 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-11-01T16:32:48.6162090Z 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-11-01T16:32:48.6163310Z 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-11-01T16:32:48.6164610Z 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-11-01T16:32:48.6166000Z 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-11-01T16:32:48.6174360Z 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-11-01T16:32:48.6175600Z 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-11-01T16:32:48.6176730Z 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-11-01T16:32:48.6180600Z 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-11-01T16:32:48.6184250Z 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-11-01T16:32:48.6186950Z 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-11-01T16:32:48.6189310Z 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-11-01T16:32:48.6190450Z 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-11-01T16:32:48.6196050Z 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-11-01T16:32:48.6198720Z 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-11-01T16:32:48.6201730Z 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-11-01T16:32:48.6204450Z 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-11-01T16:32:48.6208920Z 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-11-01T16:32:48.6212000Z 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-11-01T16:32:48.6214850Z 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-11-01T16:32:48.6219930Z 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-11-01T16:32:48.6222710Z 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-11-01T16:32:48.6228000Z 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-11-01T16:32:48.6229150Z 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-11-01T16:32:48.6233320Z 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-11-01T16:32:48.6237190Z 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-11-01T16:32:48.6240360Z 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-11-01T16:32:48.6242570Z 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-11-01T16:32:48.6247730Z 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-11-01T16:32:48.6249020Z 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-11-01T16:32:48.6270740Z 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-11-01T16:32:48.6272070Z 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-11-01T16:32:48.6291110Z 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-11-01T16:32:48.6292360Z 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-11-01T16:32:48.6293520Z 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-11-01T16:32:48.6294640Z 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-11-01T16:32:48.6295950Z 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-11-01T16:32:48.6297210Z 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-11-01T16:32:48.6298320Z 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-11-01T16:32:48.6299670Z 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-11-01T16:32:48.6301030Z 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-11-01T16:32:48.6302330Z 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-11-01T16:32:48.6303610Z 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-11-01T16:32:48.6304860Z 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-11-01T16:32:48.6306080Z 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-11-01T16:32:48.6307170Z 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-11-01T16:32:48.6308240Z 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-11-01T16:32:48.6310450Z 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-11-01T16:32:48.6330240Z 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-11-01T16:32:48.6331400Z 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-11-01T16:32:48.6337760Z 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-11-01T16:32:48.6339890Z 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-11-01T16:32:48.6341030Z 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-11-01T16:32:48.6342280Z 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-11-01T16:32:48.6343540Z 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-11-01T16:32:48.6344820Z 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-11-01T16:32:48.6346240Z 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-11-01T16:32:48.6347490Z 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-11-01T16:32:48.6350580Z 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-11-01T16:32:48.6353100Z 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-11-01T16:32:48.6355340Z 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-11-01T16:32:48.6358260Z 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-11-01T16:32:48.6363500Z 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-11-01T16:32:48.6369900Z 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-11-01T16:32:48.6374830Z 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-11-01T16:32:48.6376870Z 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-11-01T16:32:48.6379010Z 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-11-01T16:32:48.6380330Z 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-11-01T16:32:48.6381870Z 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-11-01T16:32:48.6386840Z 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-11-01T16:32:48.6392500Z 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-11-01T16:32:48.6398830Z 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-11-01T16:32:48.6400240Z 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-11-01T16:32:48.6401500Z 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-11-01T16:32:48.6403830Z 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-11-01T16:32:48.6406250Z 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-11-01T16:32:48.6408450Z 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-11-01T16:32:48.6410850Z 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-11-01T16:32:48.6414820Z 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-11-01T16:32:48.6418420Z 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-11-01T16:32:48.6421520Z 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-11-01T16:32:48.6424680Z 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-11-01T16:32:48.6429430Z 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-11-01T16:32:48.6431700Z 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-11-01T16:32:48.6434970Z 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-11-01T16:32:48.6438620Z 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-11-01T16:32:48.6442710Z 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-11-01T16:32:48.6450130Z 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-11-01T16:32:48.6451370Z 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-11-01T16:32:48.6452540Z 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-11-01T16:32:48.6457440Z 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-11-01T16:32:48.6458760Z 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-11-01T16:32:48.6464910Z 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-11-01T16:32:48.6465720Z 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-11-01T16:32:48.6472500Z 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-11-01T16:32:48.6473680Z 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-11-01T16:32:48.6475430Z 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-11-01T16:32:48.6479560Z 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-11-01T16:32:48.6481730Z 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-11-01T16:32:48.6487980Z 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-11-01T16:32:48.6490990Z 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-11-01T16:32:48.6496510Z 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-11-01T16:32:48.6498290Z 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-11-01T16:32:48.6502330Z 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-11-01T16:32:48.6507180Z 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-11-01T16:32:48.6508590Z 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-11-01T16:32:48.6513790Z 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-11-01T16:32:48.6516460Z 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-11-01T16:32:48.6520060Z 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-11-01T16:32:48.6522070Z 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-11-01T16:32:48.6526070Z 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-11-01T16:32:48.6530100Z 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-11-01T16:32:48.6531950Z 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-11-01T16:32:48.6535190Z 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-11-01T16:32:48.6539260Z 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-11-01T16:32:48.6543590Z 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-11-01T16:32:48.6544650Z 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-11-01T16:32:48.6551730Z 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-11-01T16:32:48.6554000Z 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-11-01T16:32:48.6560360Z 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-11-01T16:32:48.6561220Z 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-11-01T16:32:48.6562720Z 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-11-01T16:32:48.6588100Z 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-11-01T16:32:48.6588870Z 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-11-01T16:32:48.6594850Z 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-11-01T16:32:48.6595780Z 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-11-01T16:32:48.6597360Z 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-11-01T16:32:48.6598140Z 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-11-01T16:32:48.6599700Z 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-11-01T16:32:48.6600530Z 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-11-01T16:32:48.6602300Z 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-11-01T16:32:48.6603550Z 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-11-01T16:32:48.6604220Z 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-11-01T16:32:48.6605810Z 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-11-01T16:32:48.6606500Z 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-11-01T16:32:48.6609030Z 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-11-01T16:32:48.6615970Z 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-11-01T16:32:48.6616900Z 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-11-01T16:32:48.6623370Z 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-11-01T16:32:48.6624420Z 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-11-01T16:32:48.6626040Z 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-11-01T16:32:48.6629120Z 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-11-01T16:32:48.6632840Z 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-11-01T16:32:48.6636580Z 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-11-01T16:32:48.6639120Z 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-11-01T16:32:48.6641720Z 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-11-01T16:32:48.6645630Z 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-11-01T16:32:48.6650220Z 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-11-01T16:32:48.6658710Z 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-11-01T16:32:48.6660790Z 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-11-01T16:32:48.6665130Z 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-11-01T16:32:48.6665810Z 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-11-01T16:32:48.6668010Z 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-11-01T16:32:48.6671150Z 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-11-01T16:32:48.6673380Z 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-11-01T16:32:48.6675300Z 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-11-01T16:32:48.6682860Z 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-11-01T16:32:48.6685840Z 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-11-01T16:32:48.6689050Z 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-11-01T16:32:48.6689960Z 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-11-01T16:32:48.6714590Z 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-11-01T16:32:48.6720860Z 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-11-01T16:32:48.6721540Z 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-11-01T16:32:48.6723430Z 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-11-01T16:32:48.6724770Z 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-11-01T16:32:48.6725810Z 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-11-01T16:32:48.6727390Z 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-11-01T16:32:48.6728190Z 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-11-01T16:32:48.6729740Z 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-11-01T16:32:48.6730620Z 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-11-01T16:32:48.6732160Z 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-11-01T16:32:48.6732930Z 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-11-01T16:32:48.6735810Z 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-11-01T16:32:48.6739850Z 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-11-01T16:32:48.6743280Z 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-11-01T16:32:48.6745990Z 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-11-01T16:32:48.6749300Z 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-11-01T16:32:48.6752010Z 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-11-01T16:32:48.6755940Z 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-11-01T16:32:48.6782850Z 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-11-01T16:32:48.6783620Z 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-11-01T16:32:48.6787970Z 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-11-01T16:32:48.6790270Z 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-11-01T16:32:48.6791030Z 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-11-01T16:32:48.6792000Z 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-11-01T16:32:48.6793200Z 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-11-01T16:32:48.6794970Z 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-11-01T16:32:48.6795650Z 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-11-01T16:32:48.6797130Z 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-11-01T16:32:48.6798050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-11-01T16:32:48.6799490Z 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-11-01T16:32:48.6800350Z 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-11-01T16:32:48.6801870Z 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-11-01T16:32:48.6804230Z 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-11-01T16:32:48.6808060Z 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-11-01T16:32:48.6811510Z 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-11-01T16:32:48.6815030Z 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-11-01T16:32:48.6822180Z 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-11-01T16:32:48.6825880Z 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-11-01T16:32:48.6827880Z 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-11-01T16:32:48.6848020Z 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-11-01T16:32:48.6851200Z 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-11-01T16:32:48.6853810Z 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-11-01T16:32:48.6855810Z 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-11-01T16:32:48.6856480Z 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-11-01T16:32:48.6857970Z 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-11-01T16:32:48.6859650Z 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-11-01T16:32:48.6860520Z 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-11-01T16:32:48.6861890Z 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-11-01T16:32:48.6862700Z 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-11-01T16:32:48.6864170Z 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-11-01T16:32:48.6867940Z 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-11-01T16:32:48.6871670Z 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-11-01T16:32:48.6877000Z 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-11-01T16:32:48.6879420Z 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-11-01T16:32:48.6880900Z 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-11-01T16:32:48.6881830Z 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-11-01T16:32:48.6884390Z 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-11-01T16:32:48.6887610Z 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-11-01T16:32:48.6890600Z 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-11-01T16:32:48.6894170Z 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-11-01T16:32:48.6897480Z 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-11-01T16:32:48.6921090Z 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-11-01T16:32:48.6927230Z 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-11-01T16:32:48.6928180Z 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-11-01T16:32:48.6929360Z 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-11-01T16:32:48.6930540Z 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-11-01T16:32:48.6932000Z 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-11-01T16:32:48.6933060Z 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-11-01T16:32:48.6934030Z 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-11-01T16:32:48.6935490Z 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-11-01T16:32:48.6936370Z 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-11-01T16:32:48.6937750Z 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-11-01T16:32:48.6939290Z 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-11-01T16:32:48.6942080Z 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-11-01T16:32:48.6945490Z 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-11-01T16:32:48.6951160Z 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-11-01T16:32:48.6951980Z 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-11-01T16:32:48.6958530Z 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-11-01T16:32:48.6959340Z 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-11-01T16:32:48.6964550Z 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-11-01T16:32:48.6969110Z 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-11-01T16:32:48.6969690Z 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-11-01T16:32:48.6970480Z 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-11-01T16:32:48.6974700Z 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-11-01T16:32:48.6977510Z 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-11-01T16:32:48.6980050Z 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-11-01T16:32:48.6987870Z 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-11-01T16:32:48.6993610Z 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-11-01T16:32:48.6996010Z 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-11-01T16:32:48.6998460Z 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-11-01T16:32:48.7003150Z 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-11-01T16:32:48.7006170Z 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-11-01T16:32:48.7008890Z 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-11-01T16:32:48.7012370Z 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-11-01T16:32:48.7015460Z 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-11-01T16:32:48.7016270Z 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-11-01T16:32:48.7026340Z 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-11-01T16:32:48.7035050Z 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-11-01T16:32:48.7035770Z 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-11-01T16:32:48.7037410Z 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-11-01T16:32:48.7038120Z 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-11-01T16:32:48.7041780Z 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-11-01T16:32:48.7045510Z 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-11-01T16:32:48.7046380Z 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-11-01T16:32:48.7050240Z 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-11-01T16:32:48.7051960Z 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-11-01T16:32:48.7059960Z 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-11-01T16:32:48.7060780Z 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-11-01T16:32:48.7066150Z 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-11-01T16:32:48.7067150Z 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-11-01T16:32:48.7068630Z 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-11-01T16:32:48.7076990Z 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-11-01T16:32:48.7077880Z 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-11-01T16:32:48.7079300Z 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-11-01T16:32:48.7082650Z 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-11-01T16:32:48.7083500Z 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-11-01T16:32:48.7085060Z 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-11-01T16:32:48.7088850Z 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-11-01T16:32:48.7093260Z 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-11-01T16:32:48.7098140Z 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-11-01T16:32:48.7100910Z 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-11-01T16:32:48.7103930Z 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-11-01T16:32:48.7105490Z 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-11-01T16:32:48.7110030Z 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-11-01T16:32:48.7113790Z 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-11-01T16:32:48.7116550Z 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-11-01T16:32:48.7118520Z 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-11-01T16:32:48.7143400Z 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-11-01T16:32:48.7144180Z 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-11-01T16:32:48.7150590Z 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-11-01T16:32:48.7151880Z 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-11-01T16:32:48.7152850Z 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-11-01T16:32:48.7154030Z 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-11-01T16:32:48.7155510Z 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-11-01T16:32:48.7156190Z 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-11-01T16:32:48.7157680Z 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-11-01T16:32:48.7158970Z 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-11-01T16:32:48.7159900Z 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-11-01T16:32:48.7161420Z 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-11-01T16:32:48.7162540Z 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-11-01T16:32:48.7164690Z 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-11-01T16:32:48.7167920Z 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-11-01T16:32:48.7171580Z 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-11-01T16:32:48.7175670Z 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-11-01T16:32:48.7178260Z 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-11-01T16:32:48.7181150Z 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-11-01T16:32:48.7185070Z 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-11-01T16:32:48.7207570Z 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-11-01T16:32:48.7210450Z 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-11-01T16:32:48.7213260Z 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-11-01T16:32:48.7214100Z 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-11-01T16:32:48.7215790Z 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-11-01T16:32:48.7217430Z 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-11-01T16:32:48.7218280Z 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-11-01T16:32:48.7219300Z 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-11-01T16:32:48.7220400Z 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-11-01T16:32:48.7222000Z 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-11-01T16:32:48.7223550Z 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-11-01T16:32:48.7225120Z 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-11-01T16:32:48.7228610Z 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-11-01T16:32:48.7232010Z 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-11-01T16:32:48.7236220Z 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-11-01T16:32:48.7239720Z 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-11-01T16:32:48.7242390Z 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-11-01T16:32:48.7245790Z 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-11-01T16:32:48.7249900Z 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-11-01T16:32:48.7251750Z 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-11-01T16:32:48.7255810Z 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-11-01T16:32:48.7259290Z 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-11-01T16:32:48.7262270Z 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-11-01T16:32:48.7264960Z 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-11-01T16:32:48.7269000Z 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-11-01T16:32:48.7271100Z 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-11-01T16:32:48.7275030Z 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-11-01T16:32:48.7279370Z 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-11-01T16:32:48.7280150Z 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-11-01T16:32:48.7285350Z 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-11-01T16:32:48.7287970Z 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-11-01T16:32:48.7292020Z 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-11-01T16:32:48.7295400Z 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-11-01T16:32:48.7298420Z 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-11-01T16:32:48.7301670Z 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-11-01T16:32:48.7305080Z 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-11-01T16:32:48.7307080Z 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-11-01T16:32:48.7311190Z 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-11-01T16:32:48.7315730Z 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-11-01T16:32:48.7321890Z 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-11-01T16:32:48.7325910Z 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-11-01T16:32:48.7331800Z 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-11-01T16:32:48.7335060Z 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-11-01T16:32:48.7337700Z 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-11-01T16:32:48.7338480Z 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-11-01T16:32:48.7342050Z 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-11-01T16:32:48.7344690Z 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-11-01T16:32:48.7347760Z 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-11-01T16:32:48.7352940Z 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-11-01T16:32:48.7356320Z 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-11-01T16:32:48.7358930Z 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-11-01T16:32:48.7361920Z 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-11-01T16:32:48.7364910Z 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-11-01T16:32:48.7371040Z 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-11-01T16:32:48.7371990Z 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-11-01T16:32:48.7376070Z 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-11-01T16:32:48.7378530Z 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-11-01T16:32:48.7383480Z 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-11-01T16:32:48.7385790Z 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-11-01T16:32:48.7389120Z 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-11-01T16:32:48.7392170Z 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-11-01T16:32:48.7396990Z 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-11-01T16:32:48.7399490Z 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-11-01T16:32:48.7403160Z 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-11-01T16:32:48.7406250Z 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-11-01T16:32:48.7433540Z 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-11-01T16:32:48.7438290Z 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-11-01T16:32:48.7439310Z 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-11-01T16:32:48.7441130Z 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-11-01T16:32:48.7441770Z 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-11-01T16:32:48.7442760Z 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-11-01T16:32:48.7444020Z 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-11-01T16:32:48.7445030Z 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-11-01T16:32:48.7446450Z 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-11-01T16:32:48.7447490Z 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-11-01T16:32:48.7448590Z 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-11-01T16:32:48.7449640Z 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-11-01T16:32:48.7451170Z 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-11-01T16:32:48.7451920Z 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-11-01T16:32:48.7454920Z 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-11-01T16:32:48.7458100Z 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-11-01T16:32:48.7462390Z 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-11-01T16:32:48.7466930Z 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-11-01T16:32:48.7468100Z 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-11-01T16:32:48.7473490Z 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-11-01T16:32:48.7474490Z 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-11-01T16:32:48.7478120Z 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-11-01T16:32:48.7481500Z 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-11-01T16:32:48.7491280Z 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-11-01T16:32:48.7493300Z 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-11-01T16:32:48.7498470Z 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-11-01T16:32:48.7500200Z 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-11-01T16:32:48.7501840Z 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-11-01T16:32:48.7509650Z 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-11-01T16:32:48.7510520Z 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-11-01T16:32:48.7515390Z 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-11-01T16:32:48.7518470Z 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-11-01T16:32:48.7519350Z 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-11-01T16:32:48.7522510Z 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-11-01T16:32:48.7524220Z 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-11-01T16:32:48.7533140Z 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-11-01T16:32:48.7540190Z 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-11-01T16:32:48.7542570Z 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-11-01T16:32:48.7544490Z 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-11-01T16:32:48.7547860Z 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-11-01T16:32:48.7549430Z 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-11-01T16:32:48.7550290Z 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-11-01T16:32:48.7551880Z 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-11-01T16:32:48.7555190Z 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-11-01T16:32:48.7559460Z 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-11-01T16:32:48.7564180Z 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-11-01T16:32:48.7565040Z 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-11-01T16:32:48.7568730Z 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-11-01T16:32:48.7571710Z 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-11-01T16:32:48.7574500Z 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-11-01T16:32:48.7581210Z 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-11-01T16:32:48.7582830Z 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-11-01T16:32:48.7587860Z 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-11-01T16:32:48.7589870Z 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-11-01T16:32:48.7597050Z 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-11-01T16:32:48.7597820Z 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-11-01T16:32:48.7600370Z 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-11-01T16:32:48.7602300Z 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-11-01T16:32:48.7606240Z 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-11-01T16:32:48.7609610Z 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-11-01T16:32:48.7612400Z 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-11-01T16:32:48.7615790Z 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-11-01T16:32:48.7619420Z 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-11-01T16:32:48.7624090Z 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-11-01T16:32:48.7626170Z 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-11-01T16:32:48.7628390Z 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-11-01T16:32:48.7632800Z 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-11-01T16:32:48.7633870Z 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-11-01T16:32:48.7639220Z 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-11-01T16:32:48.7642990Z 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-11-01T16:32:48.7645990Z 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-11-01T16:32:48.7650240Z 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-11-01T16:32:48.7657550Z 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-11-01T16:32:48.7660630Z 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-11-01T16:32:48.7662850Z 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-11-01T16:32:48.7667590Z 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-11-01T16:32:48.7669380Z 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-11-01T16:32:48.7674010Z 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-11-01T16:32:48.7675150Z 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-11-01T16:32:48.7679010Z 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-11-01T16:32:48.7683150Z 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-11-01T16:32:48.7686300Z 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-11-01T16:32:48.7690090Z 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-11-01T16:32:48.7693130Z 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-11-01T16:32:48.7693960Z 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-11-01T16:32:48.7702940Z 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-11-01T16:32:48.7704930Z 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-11-01T16:32:48.7709870Z 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-11-01T16:32:48.7711760Z 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-11-01T16:32:48.7712420Z 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-11-01T16:32:48.7715940Z 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-11-01T16:32:48.7720600Z 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-11-01T16:32:48.7721730Z 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-11-01T16:32:48.7726590Z 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-11-01T16:32:48.7728570Z 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-11-01T16:32:48.7735570Z 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-11-01T16:32:48.7739180Z 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-11-01T16:32:48.7744510Z 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-11-01T16:32:48.7748000Z 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-11-01T16:32:48.7749810Z 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-11-01T16:32:48.7753630Z 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-11-01T16:32:48.7754530Z 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-11-01T16:32:48.7758740Z 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-11-01T16:32:48.7760870Z 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-11-01T16:32:48.7762450Z 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-11-01T16:32:48.7766860Z 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-11-01T16:32:48.7770460Z 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-11-01T16:32:48.7774410Z 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-11-01T16:32:48.7775980Z 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-11-01T16:32:48.7778930Z 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-11-01T16:32:48.7783590Z 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-11-01T16:32:48.7785970Z 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-11-01T16:32:48.7789500Z 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-11-01T16:32:48.7795790Z 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-11-01T16:32:48.7799120Z 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-11-01T16:32:48.7800930Z 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-11-01T16:32:48.7804630Z 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-11-01T16:32:48.7829850Z 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-11-01T16:32:48.7835730Z 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-11-01T16:32:48.7837140Z 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-11-01T16:32:48.7838750Z 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-11-01T16:32:48.7839660Z 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-11-01T16:32:48.7841210Z 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-11-01T16:32:48.7842590Z 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-11-01T16:32:48.7843400Z 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-11-01T16:32:48.7844830Z 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-11-01T16:32:48.7845700Z 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-11-01T16:32:48.7846880Z 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-11-01T16:32:48.7848700Z 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-11-01T16:32:48.7849720Z 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-11-01T16:32:48.7853170Z 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-11-01T16:32:48.7857090Z 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-11-01T16:32:48.7861100Z 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-11-01T16:32:48.7862020Z 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-11-01T16:32:48.7866500Z 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-11-01T16:32:48.7868500Z 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-11-01T16:32:48.7872760Z 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-11-01T16:32:48.7875580Z 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-11-01T16:32:48.7878810Z 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-11-01T16:32:48.7881550Z 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-11-01T16:32:48.7885330Z 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-11-01T16:32:48.7888480Z 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-11-01T16:32:48.7894040Z 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-11-01T16:32:48.7896630Z 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-11-01T16:32:48.7899340Z 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-11-01T16:32:48.7903240Z 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-11-01T16:32:48.7906560Z 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-11-01T16:32:48.7908980Z 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-11-01T16:32:48.7912400Z 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-11-01T16:32:48.7915440Z 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-11-01T16:32:48.7918910Z 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-11-01T16:32:48.7923360Z 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-11-01T16:32:48.7927540Z 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-11-01T16:32:48.7928580Z 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-11-01T16:32:48.7931910Z 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-11-01T16:32:48.7935510Z 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-11-01T16:32:48.7938460Z 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-11-01T16:32:48.7941390Z 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-11-01T16:32:48.7945050Z 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-11-01T16:32:48.7948590Z 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-11-01T16:32:48.7952200Z 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-11-01T16:32:48.7956180Z 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-11-01T16:32:48.7959160Z 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-11-01T16:32:48.7963450Z 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-11-01T16:32:48.7964430Z 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-11-01T16:32:48.7968910Z 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-11-01T16:32:48.7994070Z 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-11-01T16:32:48.8012780Z 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-11-01T16:32:48.8013660Z 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-11-01T16:32:48.8015140Z 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-11-01T16:32:48.8016200Z 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-11-01T16:32:48.8017300Z 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-11-01T16:32:48.8018650Z 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-11-01T16:32:48.8019640Z 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-11-01T16:32:48.8025590Z 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-11-01T16:32:48.8026380Z 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-11-01T16:32:48.8026920Z 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-11-01T16:32:48.8027460Z 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-11-01T16:32:48.8028000Z 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-11-01T16:32:48.8028630Z 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-11-01T16:32:48.8029290Z 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-11-01T16:32:48.8029830Z 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-11-01T16:32:48.8030540Z 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-11-01T16:32:48.8034390Z 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-11-01T16:32:48.8036500Z 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-11-01T16:32:48.8038500Z 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-11-01T16:32:48.8042900Z 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-11-01T16:32:48.8045730Z 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-11-01T16:32:48.8052330Z 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-11-01T16:32:48.8053170Z 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-11-01T16:32:48.8073340Z 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-11-01T16:32:48.8074330Z 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-11-01T16:32:48.8075480Z 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-11-01T16:32:48.8079700Z 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-11-01T16:32:48.8083430Z 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-11-01T16:32:48.8084330Z 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-11-01T16:32:48.8086720Z 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-11-01T16:32:48.8087940Z 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-11-01T16:32:48.8088970Z 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-11-01T16:32:48.8091950Z 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-11-01T16:32:48.8093890Z 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-11-01T16:32:48.8094900Z 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-11-01T16:32:48.8095680Z 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-11-01T16:32:48.8100450Z 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-11-01T16:32:48.8121830Z 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-11-01T16:32:48.8127200Z 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-11-01T16:32:48.8130550Z 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-11-01T16:32:48.8131550Z 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-11-01T16:32:48.8132600Z 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-11-01T16:32:48.8134280Z 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-11-01T16:32:48.8134940Z 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-11-01T16:32:48.8136860Z 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-11-01T16:32:48.8137930Z 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-11-01T16:32:48.8139520Z 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-11-01T16:32:48.8140310Z 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-11-01T16:32:48.8142160Z 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-11-01T16:32:48.8143800Z 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-11-01T16:32:48.8146520Z 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-11-01T16:32:48.8153330Z 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-11-01T16:32:48.8156040Z 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-11-01T16:32:48.8159050Z 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-11-01T16:32:48.8162290Z 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-11-01T16:32:48.8165650Z 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-11-01T16:32:48.8169140Z 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-11-01T16:32:48.8172550Z 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-11-01T16:32:48.8175720Z 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-11-01T16:32:48.8177810Z 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-11-01T16:32:48.8183250Z 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-11-01T16:32:48.8184190Z 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-11-01T16:32:48.8190450Z 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-11-01T16:32:48.8194630Z 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-11-01T16:32:48.8203400Z 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-11-01T16:32:48.8204120Z 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-11-01T16:32:48.8205790Z 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-11-01T16:32:48.8223210Z 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-11-01T16:32:48.8224670Z 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-11-01T16:32:48.8226030Z 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-11-01T16:32:48.8230450Z 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-11-01T16:32:48.8231150Z 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-11-01T16:32:48.8232690Z 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-11-01T16:32:48.8233520Z 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-11-01T16:32:48.8235040Z 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-11-01T16:32:48.8235910Z 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-11-01T16:32:48.8237690Z 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-11-01T16:32:48.8238620Z 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-11-01T16:32:48.8242280Z 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-11-01T16:32:48.8245150Z 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-11-01T16:32:48.8247040Z 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-11-01T16:32:48.8250820Z 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-11-01T16:32:48.8255260Z 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-11-01T16:32:48.8260200Z 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-11-01T16:32:48.8264000Z 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-11-01T16:32:48.8268900Z 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-11-01T16:32:48.8269650Z 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-11-01T16:32:48.8273330Z 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-11-01T16:32:48.8276280Z 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-11-01T16:32:48.8278170Z 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-11-01T16:32:48.8283150Z 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-11-01T16:32:48.8286040Z 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-11-01T16:32:48.8290120Z 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-11-01T16:32:48.8291560Z 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-11-01T16:32:48.8295080Z 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-11-01T16:32:48.8300620Z 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-11-01T16:32:48.8303560Z 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-11-01T16:32:48.8308730Z 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-11-01T16:32:48.8310320Z 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-11-01T16:32:48.8313920Z 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-11-01T16:32:48.8314690Z 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-11-01T16:32:48.8320630Z 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-11-01T16:32:48.8323730Z 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-11-01T16:32:48.8327040Z 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-11-01T16:32:48.8328990Z 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-11-01T16:32:48.8331470Z 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-11-01T16:32:48.8338810Z 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-11-01T16:32:48.8344270Z 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-11-01T16:32:48.8346800Z 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-11-01T16:32:48.8350830Z 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-11-01T16:32:48.8353250Z 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-11-01T16:32:48.8354460Z 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-11-01T16:32:48.8358630Z 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-11-01T16:32:48.8359310Z 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-11-01T16:32:48.8378640Z 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-11-01T16:32:48.8386730Z 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-11-01T16:32:48.8387940Z 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-11-01T16:32:48.8389000Z 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-11-01T16:32:48.8390380Z 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-11-01T16:32:48.8391430Z 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-11-01T16:32:48.8392490Z 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-11-01T16:32:48.8393980Z 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-11-01T16:32:48.8394840Z 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-11-01T16:32:48.8396490Z 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-11-01T16:32:48.8414500Z 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-11-01T16:32:48.8415390Z 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-11-01T16:32:48.8420440Z 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-11-01T16:32:48.8421350Z 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-11-01T16:32:48.8422880Z 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-11-01T16:32:48.8423860Z 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-11-01T16:32:48.8426570Z 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-11-01T16:32:48.8427210Z 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-11-01T16:32:48.8428170Z 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-11-01T16:32:48.8431240Z 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-11-01T16:32:48.8433640Z 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-11-01T16:32:48.8435640Z 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-11-01T16:32:48.8437130Z 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-11-01T16:32:48.8439730Z 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-11-01T16:32:48.8442870Z 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-11-01T16:32:48.8451280Z 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-11-01T16:32:48.8452040Z 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-11-01T16:32:48.8462100Z 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-11-01T16:32:48.8462890Z 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-11-01T16:32:48.8470970Z 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-11-01T16:32:48.8471910Z 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-11-01T16:32:48.8473600Z 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-11-01T16:32:48.8474280Z 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-11-01T16:32:48.8475920Z 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-11-01T16:32:48.8478200Z 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-11-01T16:32:48.8479980Z 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-11-01T16:32:48.8483060Z 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-11-01T16:32:48.8485820Z 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-11-01T16:32:48.8488850Z 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-11-01T16:32:48.8492920Z 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-11-01T16:32:48.8494670Z 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-11-01T16:32:48.8500360Z 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-11-01T16:32:48.8501380Z 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-11-01T16:32:48.8505170Z 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-11-01T16:32:48.8510840Z 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-11-01T16:32:48.8518620Z 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-11-01T16:32:48.8521130Z 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-11-01T16:32:48.8524110Z 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-11-01T16:32:48.8525020Z 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-11-01T16:32:48.8529050Z 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-11-01T16:32:48.8531350Z 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-11-01T16:32:48.8537370Z 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-11-01T16:32:48.8539360Z 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-11-01T16:32:48.8544070Z 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-11-01T16:32:48.8565670Z 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-11-01T16:32:48.8571640Z 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-11-01T16:32:48.8573260Z 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-11-01T16:32:48.8574950Z 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-11-01T16:32:48.8576490Z 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-11-01T16:32:48.8578240Z 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-11-01T16:32:48.8578980Z 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-11-01T16:32:48.8580090Z 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-11-01T16:32:48.8581150Z 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-11-01T16:32:48.8582780Z 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-11-01T16:32:48.8583520Z 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-11-01T16:32:48.8584650Z 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-11-01T16:32:48.8586930Z 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-11-01T16:32:48.8589960Z 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-11-01T16:32:48.8595290Z 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-11-01T16:32:48.8598710Z 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-11-01T16:32:48.8600580Z 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-11-01T16:32:48.8605590Z 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-11-01T16:32:48.8606230Z 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-11-01T16:32:48.8608350Z 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-11-01T16:32:48.8611890Z 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-11-01T16:32:48.8618320Z 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-11-01T16:32:48.8621540Z 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-11-01T16:32:48.8645260Z 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-11-01T16:32:48.8646060Z 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-11-01T16:32:48.8652380Z 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-11-01T16:32:48.8653420Z 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-11-01T16:32:48.8654860Z 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-11-01T16:32:48.8656070Z 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-11-01T16:32:48.8657100Z 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-11-01T16:32:48.8658000Z 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-11-01T16:32:48.8659520Z 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-11-01T16:32:48.8660300Z 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-11-01T16:32:48.8661780Z 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-11-01T16:32:48.8662520Z 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-11-01T16:32:48.8665770Z 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-11-01T16:32:48.8668990Z 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-11-01T16:32:48.8671600Z 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-11-01T16:32:48.8675200Z 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-11-01T16:32:48.8678510Z 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-11-01T16:32:48.8682330Z 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-11-01T16:32:48.8685830Z 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-11-01T16:32:48.8692680Z 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-11-01T16:32:48.8693610Z 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-11-01T16:32:48.8698780Z 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-11-01T16:32:48.8700800Z 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-11-01T16:32:48.8703820Z 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-11-01T16:32:48.8707040Z 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-11-01T16:32:48.8709130Z 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-11-01T16:32:48.8711830Z 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-11-01T16:32:48.8731770Z 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-11-01T16:32:48.8737290Z 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-11-01T16:32:48.8738000Z 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-11-01T16:32:48.8739940Z 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-11-01T16:32:48.8741430Z 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-11-01T16:32:48.8742890Z 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-11-01T16:32:48.8748040Z 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-11-01T16:32:48.8749840Z 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-11-01T16:32:48.8750750Z 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-11-01T16:32:48.8752370Z 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-11-01T16:32:48.8753170Z 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-11-01T16:32:48.8754690Z 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-11-01T16:32:48.8755360Z 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-11-01T16:32:48.8758710Z 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-11-01T16:32:48.8761500Z 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-11-01T16:32:48.8764920Z 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-11-01T16:32:48.8768640Z 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-11-01T16:32:48.8773270Z 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-11-01T16:32:48.8776600Z 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-11-01T16:32:48.8779650Z 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-11-01T16:32:48.8782960Z 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-11-01T16:32:48.8785670Z 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-11-01T16:32:48.8787950Z 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-11-01T16:32:48.8791960Z 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-11-01T16:32:48.8796260Z 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-11-01T16:32:48.8799810Z 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-11-01T16:32:48.8803000Z 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-11-01T16:32:48.8805200Z 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-11-01T16:32:48.8809120Z 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-11-01T16:32:48.8816720Z 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-11-01T16:32:48.8823010Z 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-11-01T16:32:48.8824200Z 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-11-01T16:32:48.8825820Z 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-11-01T16:32:48.8830610Z 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-11-01T16:32:48.8831980Z 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-11-01T16:32:48.8835750Z 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-11-01T16:32:48.8836810Z 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-11-01T16:32:48.8842940Z 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-11-01T16:32:48.8845350Z 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-11-01T16:32:48.8850800Z 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-11-01T16:32:48.8869520Z 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-11-01T16:32:48.8875010Z 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-11-01T16:32:48.8876250Z 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-11-01T16:32:48.8877800Z 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-11-01T16:32:48.8891300Z 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-11-01T16:32:48.8892170Z 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-11-01T16:32:48.8893710Z 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-11-01T16:32:48.8894480Z 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-11-01T16:32:48.8896020Z 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-11-01T16:32:48.8897470Z 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-11-01T16:32:48.8898430Z 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-11-01T16:32:48.8899980Z 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-11-01T16:32:48.8900720Z 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-11-01T16:32:48.8902310Z 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-11-01T16:32:48.8908040Z 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-11-01T16:32:48.8908940Z 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-11-01T16:32:48.8909460Z 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-11-01T16:32:48.8913010Z 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-11-01T16:32:48.8913820Z 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-11-01T16:32:48.8920940Z 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-11-01T16:32:48.8921910Z 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-11-01T16:32:48.8923490Z 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-11-01T16:32:48.8926840Z 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-11-01T16:32:48.8930480Z 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-11-01T16:32:48.8933860Z 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-11-01T16:32:48.8934760Z 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-11-01T16:32:48.8938870Z 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-11-01T16:32:48.8942410Z 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-11-01T16:32:48.8945140Z 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-11-01T16:32:48.8948610Z 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-11-01T16:32:48.8950460Z 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-11-01T16:32:48.8955660Z 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-11-01T16:32:48.8958650Z 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-11-01T16:32:48.8960360Z 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-11-01T16:32:48.8966020Z 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-11-01T16:32:48.8968920Z 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-11-01T16:32:48.8971050Z 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-11-01T16:32:48.8973740Z 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-11-01T16:32:48.8978320Z 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-11-01T16:32:48.8981080Z 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-11-01T16:32:48.8988470Z 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-11-01T16:32:48.8991460Z 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-11-01T16:32:48.8994330Z 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-11-01T16:32:48.8997130Z 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-11-01T16:32:48.9001510Z 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-11-01T16:32:48.9004290Z 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-11-01T16:32:48.9008500Z 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-11-01T16:32:48.9012600Z 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-11-01T16:32:48.9014350Z 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-11-01T16:32:48.9018750Z 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-11-01T16:32:48.9023680Z 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-11-01T16:32:48.9026090Z 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-11-01T16:32:48.9032070Z 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-11-01T16:32:48.9033190Z 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-11-01T16:32:48.9040160Z 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-11-01T16:32:48.9040960Z 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-11-01T16:32:48.9044530Z 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-11-01T16:32:48.9047500Z 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-11-01T16:32:48.9050110Z 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-11-01T16:32:48.9055220Z 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-11-01T16:32:48.9056680Z 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-11-01T16:32:48.9058780Z 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-11-01T16:32:48.9062370Z 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-11-01T16:32:48.9067490Z 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-11-01T16:32:48.9070500Z 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-11-01T16:32:48.9074810Z 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-11-01T16:32:48.9077950Z 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-11-01T16:32:48.9115520Z 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-11-01T16:32:48.9116420Z 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-11-01T16:32:48.9118000Z 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-11-01T16:32:48.9122820Z 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-11-01T16:32:48.9123640Z 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-11-01T16:32:48.9125380Z 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-11-01T16:32:48.9126200Z 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-11-01T16:32:48.9127330Z 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-11-01T16:32:48.9129090Z 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-11-01T16:32:48.9130030Z 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-11-01T16:32:48.9131590Z 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-11-01T16:32:48.9133570Z 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-11-01T16:32:48.9134420Z 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-11-01T16:32:48.9135830Z 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-11-01T16:32:48.9136840Z 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-11-01T16:32:48.9138730Z 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-11-01T16:32:48.9139500Z 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-11-01T16:32:48.9141120Z 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-11-01T16:32:48.9142140Z 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-11-01T16:32:48.9143610Z 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-11-01T16:32:48.9144490Z 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-11-01T16:32:48.9150010Z 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-11-01T16:32:48.9157850Z 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-11-01T16:32:48.9160560Z 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-11-01T16:32:48.9166220Z 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-11-01T16:32:48.9167000Z 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-11-01T16:32:48.9168490Z 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-11-01T16:32:48.9175730Z 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-11-01T16:32:48.9196790Z 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-11-01T16:32:48.9199990Z 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-11-01T16:32:48.9202790Z 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-11-01T16:32:48.9203540Z 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-11-01T16:32:48.9205300Z 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-11-01T16:32:48.9205920Z 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-11-01T16:32:48.9207590Z 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-11-01T16:32:48.9208490Z 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-11-01T16:32:48.9209430Z 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-11-01T16:32:48.9211050Z 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-11-01T16:32:48.9211880Z 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-11-01T16:32:48.9213560Z 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-11-01T16:32:48.9216680Z 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-11-01T16:32:48.9222630Z 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-11-01T16:32:48.9223920Z 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-11-01T16:32:48.9226990Z 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-11-01T16:32:48.9227830Z 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-11-01T16:32:48.9232390Z 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-11-01T16:32:48.9235800Z 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-11-01T16:32:48.9239770Z 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-11-01T16:32:48.9242870Z 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-11-01T16:32:48.9247600Z 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-11-01T16:32:48.9249640Z 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-11-01T16:32:48.9254700Z 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-11-01T16:32:48.9256830Z 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-11-01T16:32:48.9260020Z 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-11-01T16:32:48.9262760Z 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-11-01T16:32:48.9287070Z 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-11-01T16:32:48.9287850Z 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-11-01T16:32:48.9294630Z 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-11-01T16:32:48.9295360Z 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-11-01T16:32:48.9296890Z 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-11-01T16:32:48.9298450Z 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-11-01T16:32:48.9299460Z 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-11-01T16:32:48.9301090Z 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-11-01T16:32:48.9301930Z 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-11-01T16:32:48.9303260Z 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-11-01T16:32:48.9304350Z 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-11-01T16:32:48.9305990Z 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-11-01T16:32:48.9306720Z 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-11-01T16:32:48.9310710Z 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-11-01T16:32:48.9311480Z 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-11-01T16:32:48.9315780Z 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-11-01T16:32:48.9324100Z 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-11-01T16:32:48.9326540Z 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-11-01T16:32:48.9328560Z 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-11-01T16:32:48.9332770Z 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-11-01T16:32:48.9337720Z 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-11-01T16:32:48.9340390Z 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-11-01T16:32:48.9346740Z 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-11-01T16:32:48.9348800Z 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-11-01T16:32:48.9349950Z 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-11-01T16:32:48.9364400Z 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-11-01T16:32:48.9365930Z 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-11-01T16:32:48.9366690Z 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-11-01T16:32:48.9373260Z 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-11-01T16:32:48.9374030Z 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-11-01T16:32:48.9375650Z 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-11-01T16:32:48.9376440Z 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-11-01T16:32:48.9379360Z 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-11-01T16:32:48.9380350Z 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-11-01T16:32:48.9384850Z 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-11-01T16:32:48.9386960Z 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-11-01T16:32:48.9390670Z 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-11-01T16:32:48.9393290Z 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-11-01T16:32:48.9400710Z 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-11-01T16:32:48.9403270Z 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-11-01T16:32:48.9404010Z 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-11-01T16:32:48.9407220Z 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-11-01T16:32:48.9408390Z 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-11-01T16:32:48.9412380Z 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-11-01T16:32:48.9414870Z 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-11-01T16:32:48.9417930Z 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-11-01T16:32:48.9430600Z 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-11-01T16:32:48.9432720Z 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-11-01T16:32:48.9433410Z 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-11-01T16:32:48.9437690Z 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-11-01T16:32:48.9438540Z 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-11-01T16:32:48.9440350Z 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-11-01T16:32:48.9442960Z 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-11-01T16:32:48.9443860Z 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-11-01T16:32:48.9446490Z 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-11-01T16:32:48.9450640Z 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-11-01T16:32:48.9452820Z 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-11-01T16:32:48.9456340Z 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-11-01T16:32:48.9459560Z 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-11-01T16:32:48.9461470Z 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-11-01T16:32:48.9465340Z 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-11-01T16:32:48.9469230Z 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-11-01T16:32:48.9474200Z 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-11-01T16:32:48.9476740Z 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-11-01T16:32:48.9482540Z 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-11-01T16:32:48.9487430Z 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-11-01T16:32:48.9488510Z 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-11-01T16:32:48.9493640Z 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-11-01T16:32:48.9495590Z 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-11-01T16:32:48.9500930Z 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-11-01T16:32:48.9502800Z 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-11-01T16:32:48.9507770Z 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-11-01T16:32:48.9509480Z 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-11-01T16:32:48.9513750Z 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-11-01T16:32:48.9517570Z 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-11-01T16:32:48.9518540Z 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-11-01T16:32:48.9521980Z 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-11-01T16:32:48.9524700Z 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-11-01T16:32:48.9528340Z 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-11-01T16:32:48.9533250Z 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-11-01T16:32:48.9536370Z 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-11-01T16:32:48.9539480Z 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-11-01T16:32:48.9541880Z 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-11-01T16:32:48.9546680Z 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-11-01T16:32:48.9550980Z 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-11-01T16:32:48.9553670Z 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-11-01T16:32:48.9556260Z 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-11-01T16:32:48.9559550Z 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-11-01T16:32:48.9561480Z 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-11-01T16:32:48.9564030Z 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-11-01T16:32:48.9569300Z 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-11-01T16:32:48.9574240Z 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-11-01T16:32:48.9575520Z 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-11-01T16:32:48.9579010Z 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-11-01T16:32:48.9582690Z 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-11-01T16:32:48.9585970Z 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-11-01T16:32:48.9589070Z 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-11-01T16:32:48.9593610Z 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-11-01T16:32:48.9595120Z 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-11-01T16:32:48.9619650Z 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-11-01T16:32:48.9620350Z 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-11-01T16:32:48.9625310Z 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-11-01T16:32:48.9626220Z 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-11-01T16:32:48.9627850Z 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-11-01T16:32:48.9628860Z 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-11-01T16:32:48.9630380Z 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-11-01T16:32:48.9631490Z 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-11-01T16:32:48.9632970Z 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-11-01T16:32:48.9635010Z 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-11-01T16:32:48.9637980Z 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-11-01T16:32:48.9640390Z 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-11-01T16:32:48.9653130Z 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-11-01T16:32:48.9653970Z 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-11-01T16:32:48.9671040Z 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-11-01T16:32:48.9671790Z 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-11-01T16:32:48.9673420Z 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-11-01T16:32:48.9674260Z 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-11-01T16:32:48.9677940Z 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-11-01T16:32:48.9678910Z 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-11-01T16:32:48.9680550Z 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-11-01T16:32:48.9681220Z 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-11-01T16:32:48.9682780Z 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-11-01T16:32:48.9683880Z 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-11-01T16:32:48.9684680Z 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-11-01T16:32:48.9686020Z 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-11-01T16:32:48.9687540Z 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-11-01T16:32:48.9691350Z 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-11-01T16:32:48.9695250Z 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-11-01T16:32:48.9699090Z 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-11-01T16:32:48.9701490Z 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-11-01T16:32:48.9705710Z 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-11-01T16:32:48.9707810Z 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-11-01T16:32:48.9711550Z 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-11-01T16:32:48.9715830Z 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-11-01T16:32:48.9720770Z 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-11-01T16:32:48.9721450Z 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-11-01T16:32:48.9726150Z 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-11-01T16:32:48.9727250Z 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-11-01T16:32:48.9732680Z 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-11-01T16:32:48.9735100Z 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-11-01T16:32:48.9739980Z 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-11-01T16:32:48.9742200Z 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-11-01T16:32:48.9745610Z 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-11-01T16:32:48.9748630Z 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-11-01T16:32:48.9752060Z 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-11-01T16:32:48.9757830Z 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-11-01T16:32:48.9761960Z 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-11-01T16:32:48.9764750Z 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-11-01T16:32:48.9767420Z 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-11-01T16:32:48.9768230Z 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-11-01T16:32:48.9772630Z 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-11-01T16:32:48.9775050Z 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-11-01T16:32:48.9779810Z 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-11-01T16:32:48.9786730Z 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-11-01T16:32:48.9787670Z 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-11-01T16:32:48.9789590Z 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-11-01T16:32:48.9795230Z 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-11-01T16:32:48.9798000Z 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-11-01T16:32:48.9798660Z 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-11-01T16:32:48.9815490Z 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-11-01T16:32:48.9821720Z 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-11-01T16:32:48.9822720Z 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-11-01T16:32:48.9841000Z 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-11-01T16:32:48.9842220Z 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-11-01T16:32:48.9843480Z 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-11-01T16:32:48.9844750Z 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-11-01T16:32:48.9846120Z 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-11-01T16:32:48.9847580Z 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-11-01T16:32:48.9848770Z 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-11-01T16:32:48.9849990Z 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-11-01T16:32:48.9851430Z 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-11-01T16:32:48.9852770Z 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-11-01T16:32:48.9854000Z 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-11-01T16:32:48.9855350Z 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-11-01T16:32:48.9856650Z 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-11-01T16:32:48.9859620Z 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-11-01T16:32:48.9867270Z 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-11-01T16:32:48.9868480Z 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-11-01T16:32:48.9885320Z 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-11-01T16:32:48.9889810Z 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-11-01T16:32:48.9891250Z 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-11-01T16:32:48.9893680Z 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-11-01T16:32:48.9895120Z 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-11-01T16:32:48.9896510Z 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-11-01T16:32:48.9897850Z 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-11-01T16:32:48.9899180Z 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-11-01T16:32:48.9900380Z 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-11-01T16:32:48.9902660Z 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-11-01T16:32:48.9903870Z 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-11-01T16:32:48.9908540Z 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-11-01T16:32:48.9910810Z 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-11-01T16:32:48.9913190Z 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-11-01T16:32:48.9915750Z 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-11-01T16:32:48.9918570Z 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-11-01T16:32:48.9921950Z 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-11-01T16:32:48.9927590Z 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-11-01T16:32:48.9931560Z 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-11-01T16:32:48.9935470Z 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-11-01T16:32:48.9937480Z 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-11-01T16:32:48.9940090Z 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-11-01T16:32:48.9942380Z 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-11-01T16:32:48.9947380Z 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-11-01T16:32:48.9949580Z 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-11-01T16:32:48.9953990Z 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-11-01T16:32:48.9980440Z 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-11-01T16:32:48.9985510Z 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-11-01T16:32:48.9988300Z 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-11-01T16:32:48.9989570Z 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-11-01T16:32:48.9990860Z 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-11-01T16:32:48.9992130Z 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-11-01T16:32:48.9993350Z 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-11-01T16:32:48.9994690Z 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-11-01T16:32:48.9996240Z 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-11-01T16:32:48.9997570Z 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-11-01T16:32:48.9998780Z 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-11-01T16:32:49.0000110Z 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-11-01T16:32:49.0001370Z 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-11-01T16:32:49.0002540Z 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-11-01T16:32:49.0003960Z 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-11-01T16:32:49.0005220Z 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-11-01T16:32:49.0009540Z 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-11-01T16:32:49.0010760Z 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-11-01T16:32:49.0015440Z 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-11-01T16:32:49.0019740Z 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-11-01T16:32:49.0022220Z 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-11-01T16:32:49.0025860Z 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-11-01T16:32:49.0028890Z 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-11-01T16:32:49.0034170Z 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-11-01T16:32:49.0036860Z 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-11-01T16:32:49.0040480Z 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-11-01T16:32:49.0042270Z 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-11-01T16:32:49.0045550Z 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-11-01T16:32:49.0048090Z 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-11-01T16:32:49.0052720Z 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-11-01T16:32:49.0056590Z 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-11-01T16:32:49.0059030Z 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-11-01T16:32:49.0064080Z 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-11-01T16:32:49.0067500Z 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-11-01T16:32:49.0069590Z 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-11-01T16:32:49.0073260Z 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-11-01T16:32:49.0075570Z 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-11-01T16:32:49.0081730Z 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-11-01T16:32:49.0082910Z 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-11-01T16:32:49.0087280Z 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-11-01T16:32:49.0088540Z 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-11-01T16:32:49.0093300Z 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-11-01T16:32:49.0096310Z 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-11-01T16:32:49.0099440Z 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-11-01T16:32:49.0104200Z 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-11-01T16:32:49.0105460Z 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-11-01T16:32:49.0111510Z 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-11-01T16:32:49.0114960Z 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-11-01T16:32:49.0119130Z 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-11-01T16:32:49.0121320Z 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-11-01T16:32:49.0122480Z 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-11-01T16:32:49.0126230Z 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-11-01T16:32:49.0129050Z 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-11-01T16:32:49.0131570Z 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-11-01T16:32:49.0136640Z 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-11-01T16:32:49.0142270Z 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-11-01T16:32:49.0144660Z 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-11-01T16:32:49.0146010Z 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-11-01T16:32:49.0153070Z 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-11-01T16:32:49.0161540Z 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-11-01T16:32:49.0162810Z 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-11-01T16:32:49.0164040Z 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-11-01T16:32:49.0167760Z 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-11-01T16:32:49.0169420Z 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-11-01T16:32:49.0170790Z 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-11-01T16:32:49.0174770Z 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-11-01T16:32:49.0179250Z 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-11-01T16:32:49.0182320Z 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-11-01T16:32:49.0183610Z 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-11-01T16:32:49.0198020Z 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-11-01T16:32:49.0199190Z 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-11-01T16:32:49.0204370Z 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-11-01T16:32:49.0409740Z 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-11-01T16:32:49.0410920Z 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-11-01T16:32:49.0412410Z 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-11-01T16:32:49.0413570Z 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-11-01T16:32:49.0414850Z 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-11-01T16:32:49.0416120Z 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-11-01T16:32:49.0417420Z 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-11-01T16:32:49.0418660Z 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-11-01T16:32:49.0419810Z 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-11-01T16:32:49.0420980Z 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-11-01T16:32:49.0422190Z 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-11-01T16:32:49.0423350Z 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-11-01T16:32:49.0424490Z 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-11-01T16:32:49.0425820Z 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-11-01T16:32:49.0427230Z 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-11-01T16:32:49.0428620Z 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-11-01T16:32:49.0429970Z 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-11-01T16:32:49.0431240Z 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-11-01T16:32:49.0432420Z 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-11-01T16:32:49.0433570Z 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-11-01T16:32:49.0434790Z 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-11-01T16:32:49.0435990Z 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-11-01T16:32:49.0437110Z 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-11-01T16:32:49.0438280Z 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-11-01T16:32:49.0439460Z 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-11-01T16:32:49.0440670Z 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-11-01T16:32:49.0441870Z 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-11-01T16:32:49.0443020Z 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-11-01T16:32:49.0444230Z 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-11-01T16:32:49.0445380Z 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-11-01T16:32:49.0446540Z 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-11-01T16:32:49.0447670Z 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-11-01T16:32:49.0448840Z 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-11-01T16:32:49.0450020Z 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-11-01T16:32:49.0451200Z 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-11-01T16:32:49.0452390Z 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-11-01T16:32:49.0535010Z 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-11-01T16:32:49.0536230Z 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-11-01T16:32:49.0537420Z 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-11-01T16:32:49.0538660Z 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-11-01T16:32:49.0539870Z 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-11-01T16:32:49.0541060Z 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-11-01T16:32:49.0542500Z 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-11-01T16:32:49.0543890Z 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-11-01T16:32:49.0545100Z 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-11-01T16:32:49.0546320Z 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-11-01T16:32:49.0547530Z 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-11-01T16:32:49.0548740Z 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-11-01T16:32:49.0549840Z 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-11-01T16:32:49.0550950Z 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-11-01T16:32:49.0552070Z 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-11-01T16:32:49.0553170Z 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-11-01T16:32:49.0554400Z 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-11-01T16:32:49.0555700Z 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-11-01T16:32:49.0556900Z 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-11-01T16:32:49.0558070Z 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-11-01T16:32:49.0559350Z 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-11-01T16:32:49.0560670Z 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-11-01T16:32:49.0561960Z 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-11-01T16:32:49.0563300Z 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-11-01T16:32:49.0564550Z 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-11-01T16:32:49.0565690Z 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-11-01T16:32:49.0566820Z 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-11-01T16:32:49.0567990Z 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-11-01T16:32:49.0569260Z 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-11-01T16:32:49.0576020Z 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-11-01T16:32:49.0577180Z 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-11-01T16:32:49.0578470Z 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-11-01T16:32:49.0579860Z 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-11-01T16:32:49.0581220Z 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-11-01T16:32:49.0582470Z 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-11-01T16:32:49.0583820Z 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-11-01T16:32:49.0585110Z 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-11-01T16:32:49.0586260Z 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-11-01T16:32:49.0587520Z 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-11-01T16:32:49.0588760Z 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-11-01T16:32:49.0589990Z 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-11-01T16:32:49.0591280Z 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-11-01T16:32:49.0592700Z 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-11-01T16:32:49.0593990Z 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-11-01T16:32:49.0595230Z 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-11-01T16:32:49.0596470Z 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-11-01T16:32:49.0597640Z 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-11-01T16:32:49.0598840Z 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-11-01T16:32:49.0599990Z 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-11-01T16:32:49.0601120Z 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-11-01T16:32:49.0602430Z 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-11-01T16:32:49.0603720Z 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-11-01T16:32:49.0605020Z 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-11-01T16:32:49.0606380Z 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-11-01T16:32:49.0607700Z 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-11-01T16:32:49.0609050Z 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-11-01T16:32:49.0610360Z 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-11-01T16:32:49.0611520Z 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-11-01T16:32:49.0612680Z 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-11-01T16:32:49.0613830Z 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-11-01T16:32:49.0614960Z 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-11-01T16:32:49.0616110Z 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-11-01T16:32:49.0617290Z 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-11-01T16:32:49.0618740Z 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-11-01T16:32:49.0620180Z 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-11-01T16:32:49.0621370Z 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-11-01T16:32:49.0622520Z 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-11-01T16:32:49.0623790Z 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-11-01T16:32:49.0625140Z 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-11-01T16:32:49.0626380Z 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-11-01T16:32:49.0627530Z 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-11-01T16:32:49.0628730Z 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-11-01T16:32:49.0629890Z 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-11-01T16:32:49.0631070Z 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-11-01T16:32:49.0632280Z 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-11-01T16:32:49.0633440Z 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-11-01T16:32:49.0634600Z 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-11-01T16:32:49.0635820Z 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-11-01T16:32:49.0637140Z 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-11-01T16:32:49.0638510Z 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-11-01T16:32:49.0639810Z 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-11-01T16:32:49.0641110Z 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-11-01T16:32:49.0642290Z 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-11-01T16:32:49.0643460Z 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-11-01T16:32:49.0644740Z 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-11-01T16:32:49.0645940Z 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-11-01T16:32:49.0646990Z 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-11-01T16:32:49.0648180Z 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-11-01T16:32:49.0649420Z 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-11-01T16:32:49.0650570Z 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-11-01T16:32:49.0651680Z 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-11-01T16:32:49.0652880Z 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-11-01T16:32:49.0654070Z 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-11-01T16:32:49.0655290Z 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-11-01T16:32:49.0656520Z 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-11-01T16:32:49.0657750Z 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-11-01T16:32:49.0659020Z 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-11-01T16:32:49.0660260Z 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-11-01T16:32:49.0662000Z 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-11-01T16:32:49.0665340Z 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-11-01T16:32:49.0671760Z 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-11-01T16:32:49.0673920Z 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-11-01T16:32:49.0679180Z 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-11-01T16:32:49.0680380Z 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-11-01T16:32:49.0688800Z 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-11-01T16:32:49.0689960Z 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-11-01T16:32:49.0694470Z 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-11-01T16:32:49.0696560Z 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-11-01T16:32:49.0697730Z 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-11-01T16:32:49.0702990Z 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-11-01T16:32:49.0704240Z 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-11-01T16:32:49.0708060Z 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-11-01T16:32:49.0713370Z 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-11-01T16:32:49.0714730Z 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-11-01T16:32:49.0716110Z 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-11-01T16:32:49.0720240Z 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-11-01T16:32:49.0721570Z 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-11-01T16:32:49.0727260Z 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-11-01T16:32:49.0731920Z 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-11-01T16:32:49.0734680Z 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-11-01T16:32:49.0736030Z 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-11-01T16:32:49.0739560Z 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-11-01T16:32:49.0741910Z 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-11-01T16:32:49.0746180Z 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-11-01T16:32:49.0749730Z 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-11-01T16:32:49.0752990Z 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-11-01T16:32:49.0758070Z 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-11-01T16:32:49.0759360Z 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-11-01T16:32:49.0765200Z 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-11-01T16:32:49.0766590Z 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-11-01T16:32:49.0769930Z 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-11-01T16:32:49.0773250Z 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-11-01T16:32:49.0775750Z 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-11-01T16:32:49.0779990Z 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-11-01T16:32:49.0783090Z 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-11-01T16:32:49.0785640Z 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-11-01T16:32:49.0788580Z 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-11-01T16:32:49.0795140Z 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-11-01T16:32:49.0799180Z 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-11-01T16:32:49.0801520Z 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-11-01T16:32:49.0802810Z 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-11-01T16:32:49.0804970Z 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-11-01T16:32:49.0808710Z 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-11-01T16:32:49.0811530Z 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-11-01T16:32:49.0816980Z 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-11-01T16:32:49.0822780Z 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-11-01T16:32:49.0826820Z 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-11-01T16:32:49.0829410Z 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-11-01T16:32:49.0832620Z 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-11-01T16:32:49.0835710Z 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-11-01T16:32:49.0841940Z 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-11-01T16:32:49.0843240Z 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-11-01T16:32:49.0845990Z 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-11-01T16:32:49.0849240Z 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-11-01T16:32:49.0857840Z 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-11-01T16:32:49.0861110Z 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-11-01T16:32:49.0862390Z 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-11-01T16:32:49.0874720Z 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-11-01T16:32:49.0882110Z 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-11-01T16:32:49.0883230Z 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-11-01T16:32:49.0884490Z 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-11-01T16:32:49.0887060Z 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-11-01T16:32:49.0888230Z 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-11-01T16:32:49.0889650Z 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-11-01T16:32:49.0891080Z 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-11-01T16:32:49.0892310Z 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-11-01T16:32:49.0894740Z 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-11-01T16:32:49.0899090Z 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-11-01T16:32:49.0903250Z 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-11-01T16:32:49.0906970Z 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-11-01T16:32:49.0910910Z 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-11-01T16:32:49.0913750Z 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-11-01T16:32:49.0917950Z 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-11-01T16:32:49.0920260Z 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-11-01T16:32:49.0922990Z 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-11-01T16:32:49.0927580Z 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-11-01T16:32:49.0928690Z 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-11-01T16:32:49.0932510Z 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-11-01T16:32:49.0935170Z 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-11-01T16:32:49.0940380Z 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-11-01T16:32:49.0945040Z 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-11-01T16:32:49.0946340Z 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-11-01T16:32:49.0949230Z 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-11-01T16:32:49.0951950Z 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-11-01T16:32:49.0956290Z 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-11-01T16:32:49.0960070Z 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-11-01T16:32:49.0963130Z 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-11-01T16:32:49.0965780Z 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-11-01T16:32:49.0988040Z 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-11-01T16:32:49.0993630Z 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-11-01T16:32:49.0996000Z 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-11-01T16:32:49.0997210Z 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-11-01T16:32:49.0998530Z 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-11-01T16:32:49.0999880Z 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-11-01T16:32:49.1005390Z 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-11-01T16:32:49.1006670Z 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-11-01T16:32:49.1007930Z 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-11-01T16:32:49.1009000Z 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-11-01T16:32:49.1010100Z 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-11-01T16:32:49.1011440Z 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-11-01T16:32:49.1012710Z 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-11-01T16:32:49.1015290Z 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-11-01T16:32:49.1019170Z 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-11-01T16:32:49.1023790Z 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-11-01T16:32:49.1026180Z 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-11-01T16:32:49.1032420Z 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-11-01T16:32:49.1037740Z 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-11-01T16:32:49.1039120Z 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-11-01T16:32:49.1043310Z 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-11-01T16:32:49.1045640Z 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-11-01T16:32:49.1051670Z 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-11-01T16:32:49.1052930Z 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-11-01T16:32:49.1054360Z 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-11-01T16:32:49.1060560Z 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-11-01T16:32:49.1061940Z 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-11-01T16:32:49.1066620Z 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-11-01T16:32:49.1068740Z 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-11-01T16:32:49.1075130Z 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-11-01T16:32:49.1076330Z 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-11-01T16:32:49.1082640Z 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-11-01T16:32:49.1085000Z 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-11-01T16:32:49.1090220Z 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-11-01T16:32:49.1091530Z 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-11-01T16:32:49.1093440Z 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-11-01T16:32:49.1097200Z 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-11-01T16:32:49.1103010Z 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-11-01T16:32:49.1104190Z 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-11-01T16:32:49.1107050Z 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-11-01T16:32:49.1108330Z 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-11-01T16:32:49.1112000Z 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-11-01T16:32:49.1115120Z 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-11-01T16:32:49.1119080Z 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-11-01T16:32:49.1124250Z 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-11-01T16:32:49.1127710Z 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-11-01T16:32:49.1130530Z 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-11-01T16:32:49.1133120Z 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-11-01T16:32:49.1135610Z 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-11-01T16:32:49.1138450Z 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-11-01T16:32:49.1143580Z 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-11-01T16:32:49.1148410Z 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-11-01T16:32:49.1152510Z 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-11-01T16:32:49.1155220Z 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-11-01T16:32:49.1159870Z 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-11-01T16:32:49.1162290Z 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-11-01T16:32:49.1166070Z 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-11-01T16:32:49.1168660Z 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-11-01T16:32:49.1173520Z 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-11-01T16:32:49.1176980Z 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-11-01T16:32:49.1179080Z 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-11-01T16:32:49.1185040Z 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-11-01T16:32:49.1187250Z 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-11-01T16:32:49.1191840Z 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-11-01T16:32:49.1193040Z 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-11-01T16:32:49.1195490Z 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-11-01T16:32:49.1198020Z 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-11-01T16:32:49.1204110Z 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-11-01T16:32:49.1206890Z 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-11-01T16:32:49.1211030Z 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-11-01T16:32:49.1212290Z 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-11-01T16:32:49.1216440Z 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-11-01T16:32:49.1218680Z 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-11-01T16:32:49.1222110Z 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-11-01T16:32:49.1227570Z 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-11-01T16:32:49.1230630Z 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-11-01T16:32:49.1234230Z 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-11-01T16:32:49.1235550Z 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-11-01T16:32:49.1260740Z 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-11-01T16:32:49.1262190Z 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-11-01T16:32:49.1266940Z 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-11-01T16:32:49.1270090Z 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-11-01T16:32:49.1271260Z 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-11-01T16:32:49.1272620Z 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-11-01T16:32:49.1273930Z 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-11-01T16:32:49.1275060Z 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-11-01T16:32:49.1276160Z 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-11-01T16:32:49.1277420Z 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-11-01T16:32:49.1282330Z 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-11-01T16:32:49.1283490Z 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-11-01T16:32:49.1284660Z 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-11-01T16:32:49.1285910Z 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-11-01T16:32:49.1298970Z 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-11-01T16:32:49.1311040Z 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-11-01T16:32:49.1312270Z 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-11-01T16:32:49.1313470Z 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-11-01T16:32:49.1314610Z 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-11-01T16:32:49.1317060Z 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-11-01T16:32:49.1318290Z 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-11-01T16:32:49.1319510Z 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-11-01T16:32:49.1320810Z 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-11-01T16:32:49.1322560Z 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-11-01T16:32:49.1325760Z 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-11-01T16:32:49.1328090Z 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-11-01T16:32:49.1331450Z 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-11-01T16:32:49.1336010Z 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-11-01T16:32:49.1338800Z 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-11-01T16:32:49.1342740Z 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-11-01T16:32:49.1345820Z 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-11-01T16:32:49.1347920Z 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-11-01T16:32:49.1352160Z 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-11-01T16:32:49.1355980Z 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-11-01T16:32:49.1360000Z 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-11-01T16:32:49.1362650Z 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-11-01T16:32:49.1365560Z 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-11-01T16:32:49.1369660Z 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-11-01T16:32:49.1371670Z 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-11-01T16:32:49.1376380Z 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-11-01T16:32:49.1378650Z 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-11-01T16:32:49.1381830Z 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-11-01T16:32:49.1386670Z 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-11-01T16:32:49.1389550Z 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-11-01T16:32:49.1393050Z 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-11-01T16:32:49.1395420Z 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-11-01T16:32:49.1400550Z 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-11-01T16:32:49.1403460Z 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-11-01T16:32:49.1405600Z 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-11-01T16:32:49.1408590Z 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-11-01T16:32:49.1411390Z 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-11-01T16:32:49.1431420Z 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-11-01T16:32:49.1436670Z 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-11-01T16:32:49.1437880Z 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-11-01T16:32:49.1439030Z 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-11-01T16:32:49.1441410Z 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-11-01T16:32:49.1443500Z 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-11-01T16:32:49.1444750Z 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-11-01T16:32:49.1446060Z 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-11-01T16:32:49.1447200Z 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-11-01T16:32:49.1448530Z 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-11-01T16:32:49.1449890Z 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-11-01T16:32:49.1452710Z 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-11-01T16:32:49.1472120Z 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-11-01T16:32:49.1473320Z 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-11-01T16:32:49.1479210Z 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-11-01T16:32:49.1480850Z 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-11-01T16:32:49.1482150Z 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-11-01T16:32:49.1483310Z 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-11-01T16:32:49.1487480Z 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-11-01T16:32:49.1489730Z 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-11-01T16:32:49.1491010Z 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-11-01T16:32:49.1493270Z 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-11-01T16:32:49.1495930Z 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-11-01T16:32:49.1499760Z 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-11-01T16:32:49.1503510Z 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-11-01T16:32:49.1506620Z 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-11-01T16:32:49.1509740Z 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-11-01T16:32:49.1524910Z 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-11-01T16:32:49.1532000Z 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-11-01T16:32:49.1533140Z 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-11-01T16:32:49.1534310Z 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-11-01T16:32:49.1535520Z 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-11-01T16:32:49.1536750Z 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-11-01T16:32:49.1538070Z 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-11-01T16:32:49.1539320Z 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-11-01T16:32:49.1539960Z 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-11-01T16:32:49.1544960Z 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-11-01T16:32:49.1545670Z 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-11-01T16:32:49.1548320Z 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-11-01T16:32:49.1554040Z 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-11-01T16:32:49.1554830Z 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-11-01T16:32:49.1558810Z 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-11-01T16:32:49.1561860Z 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-11-01T16:32:49.1564510Z 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-11-01T16:32:49.1566820Z 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-11-01T16:32:49.1570740Z 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-11-01T16:32:49.1572630Z 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-11-01T16:32:49.1575400Z 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-11-01T16:32:49.1596580Z 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-11-01T16:32:49.1599990Z 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-11-01T16:32:49.1602420Z 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-11-01T16:32:49.1603350Z 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-11-01T16:32:49.1605130Z 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-11-01T16:32:49.1605840Z 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-11-01T16:32:49.1607270Z 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-11-01T16:32:49.1608420Z 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-11-01T16:32:49.1609320Z 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-11-01T16:32:49.1610970Z 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-11-01T16:32:49.1611960Z 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-11-01T16:32:49.1616920Z 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-11-01T16:32:49.1619080Z 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-11-01T16:32:49.1623280Z 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-11-01T16:32:49.1625260Z 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-11-01T16:32:49.1630330Z 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-11-01T16:32:49.1633710Z 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-11-01T16:32:49.1637130Z 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-11-01T16:32:49.1640170Z 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-11-01T16:32:49.1642970Z 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-11-01T16:32:49.1647330Z 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-11-01T16:32:49.1653380Z 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-11-01T16:32:49.1654590Z 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-11-01T16:32:49.1660030Z 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-11-01T16:32:49.1663020Z 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-11-01T16:32:49.1666860Z 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-11-01T16:32:49.1668540Z 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-11-01T16:32:49.1673140Z 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-11-01T16:32:49.1674540Z 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-11-01T16:32:49.1680550Z 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-11-01T16:32:49.1682660Z 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-11-01T16:32:49.1688130Z 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-11-01T16:32:49.1695500Z 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-11-01T16:32:49.1696600Z 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-11-01T16:32:49.1701130Z 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-11-01T16:32:49.1704760Z 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-11-01T16:32:49.1706380Z 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-11-01T16:32:49.1709150Z 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-11-01T16:32:49.1715060Z 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-11-01T16:32:49.1718090Z 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-11-01T16:32:49.1720840Z 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-11-01T16:32:49.1722950Z 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-11-01T16:32:49.1725670Z 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-11-01T16:32:49.1730180Z 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-11-01T16:32:49.1732470Z 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-11-01T16:32:49.1737930Z 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-11-01T16:32:49.1739050Z 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-11-01T16:32:49.1746430Z 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-11-01T16:32:49.1748310Z 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-11-01T16:32:49.1753590Z 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-11-01T16:32:49.1754450Z 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-11-01T16:32:49.1755940Z 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-11-01T16:32:49.1761260Z 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-11-01T16:32:49.1764010Z 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-11-01T16:32:49.1766250Z 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-11-01T16:32:49.1771470Z 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-11-01T16:32:49.1772990Z 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-11-01T16:32:49.1777580Z 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-11-01T16:32:49.1780400Z 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-11-01T16:32:49.1783240Z 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-11-01T16:32:49.1785900Z 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-11-01T16:32:49.1791200Z 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-11-01T16:32:49.1815230Z 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-11-01T16:32:49.1823600Z 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-11-01T16:32:49.1824890Z 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-11-01T16:32:49.1825680Z 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-11-01T16:32:49.1827250Z 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-11-01T16:32:49.1827970Z 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-11-01T16:32:49.1829670Z 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-11-01T16:32:49.1830390Z 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-11-01T16:32:49.1831880Z 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-11-01T16:32:49.1832870Z 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-11-01T16:32:49.1834510Z 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-11-01T16:32:49.1835210Z 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-11-01T16:32:49.1836160Z 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-11-01T16:32:49.1854500Z 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-11-01T16:32:49.1857420Z 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-11-01T16:32:49.1863370Z 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-11-01T16:32:49.1864420Z 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-11-01T16:32:49.1865600Z 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-11-01T16:32:49.1867120Z 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-11-01T16:32:49.1867890Z 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-11-01T16:32:49.1869370Z 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-11-01T16:32:49.1870150Z 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-11-01T16:32:49.1871640Z 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-11-01T16:32:49.1873630Z 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-11-01T16:32:49.1877080Z 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-11-01T16:32:49.1880010Z 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-11-01T16:32:49.1883780Z 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-11-01T16:32:49.1890340Z 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-11-01T16:32:49.1891060Z 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-11-01T16:32:49.1892710Z 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-11-01T16:32:49.1899770Z 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-11-01T16:32:49.1902820Z 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-11-01T16:32:49.1906250Z 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-11-01T16:32:49.1908860Z 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-11-01T16:32:49.1912010Z 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-11-01T16:32:49.1916940Z 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-11-01T16:32:49.1918440Z 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-11-01T16:32:49.1921400Z 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-11-01T16:32:49.1926780Z 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-11-01T16:32:49.1928590Z 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-11-01T16:32:49.1933890Z 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-11-01T16:32:49.1935370Z 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-11-01T16:32:49.1940630Z 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-11-01T16:32:49.1942890Z 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-11-01T16:32:49.1946630Z 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-11-01T16:32:49.1948460Z 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-11-01T16:32:49.1954150Z 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-11-01T16:32:49.1956310Z 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-11-01T16:32:49.1960630Z 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-11-01T16:32:49.1963380Z 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-11-01T16:32:49.1965480Z 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-11-01T16:32:49.1969770Z 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-11-01T16:32:49.1973070Z 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-11-01T16:32:49.1976230Z 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-11-01T16:32:49.1978370Z 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-11-01T16:32:49.1982890Z 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-11-01T16:32:49.1993660Z 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-11-01T16:32:49.1994620Z 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-11-01T16:32:49.1996470Z 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-11-01T16:32:49.2000580Z 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-11-01T16:32:49.2001780Z 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-11-01T16:32:49.2005170Z 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-11-01T16:32:49.2009590Z 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-11-01T16:32:49.2013220Z 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-11-01T16:32:49.2015680Z 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-11-01T16:32:49.2021760Z 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-11-01T16:32:49.2023350Z 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-11-01T16:32:49.2028210Z 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-11-01T16:32:49.2030520Z 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-11-01T16:32:49.2034530Z 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-11-01T16:32:49.2036720Z 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-11-01T16:32:49.2037870Z 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-11-01T16:32:49.2041840Z 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-11-01T16:32:49.2045270Z 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-11-01T16:32:49.2049540Z 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-11-01T16:32:49.2052840Z 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-11-01T16:32:49.2055330Z 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-11-01T16:32:49.2060410Z 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-11-01T16:32:49.2066280Z 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-11-01T16:32:49.2068690Z 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-11-01T16:32:49.2071290Z 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-11-01T16:32:49.2072590Z 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-11-01T16:32:49.2076060Z 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-11-01T16:32:49.2079090Z 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-11-01T16:32:49.2081390Z 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-11-01T16:32:49.2085430Z 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-11-01T16:32:49.2088980Z 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-11-01T16:32:49.2093560Z 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-11-01T16:32:49.2096590Z 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-11-01T16:32:49.2101530Z 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-11-01T16:32:49.2109070Z 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-11-01T16:32:49.2110000Z 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-11-01T16:32:49.2115330Z 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-11-01T16:32:49.2116110Z 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-11-01T16:32:49.2119550Z 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-11-01T16:32:49.2128760Z 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-11-01T16:32:49.2129520Z 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-11-01T16:32:49.2152500Z 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-11-01T16:32:49.2153450Z 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-11-01T16:32:49.2158460Z 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-11-01T16:32:49.2161650Z 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-11-01T16:32:49.2163070Z 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-11-01T16:32:49.2163810Z 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-11-01T16:32:49.2165410Z 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-11-01T16:32:49.2166310Z 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-11-01T16:32:49.2167730Z 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-11-01T16:32:49.2168420Z 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-11-01T16:32:49.2169880Z 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-11-01T16:32:49.2170800Z 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-11-01T16:32:49.2173280Z 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-11-01T16:32:49.2177510Z 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-11-01T16:32:49.2183340Z 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-11-01T16:32:49.2184560Z 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-11-01T16:32:49.2203550Z 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-11-01T16:32:49.2205020Z 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-11-01T16:32:49.2205870Z 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-11-01T16:32:49.2209500Z 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-11-01T16:32:49.2211080Z 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-11-01T16:32:49.2211960Z 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-11-01T16:32:49.2213400Z 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-11-01T16:32:49.2214560Z 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-11-01T16:32:49.2215730Z 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-11-01T16:32:49.2217350Z 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-11-01T16:32:49.2218240Z 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-11-01T16:32:49.2221550Z 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-11-01T16:32:49.2225250Z 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-11-01T16:32:49.2230380Z 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-11-01T16:32:49.2231340Z 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-11-01T16:32:49.2236080Z 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-11-01T16:32:49.2241310Z 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-11-01T16:32:49.2245800Z 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-11-01T16:32:49.2246720Z 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-11-01T16:32:49.2248820Z 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-11-01T16:32:49.2254520Z 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-11-01T16:32:49.2256330Z 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-11-01T16:32:49.2260430Z 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-11-01T16:32:49.2264160Z 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-11-01T16:32:49.2270200Z 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-11-01T16:32:49.2271920Z 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-11-01T16:32:49.2273820Z 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-11-01T16:32:49.2277860Z 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-11-01T16:32:49.2279670Z 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-11-01T16:32:49.2283490Z 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-11-01T16:32:49.2289770Z 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-11-01T16:32:49.2290450Z 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-11-01T16:32:49.2308730Z 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-11-01T16:32:49.2309630Z 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-11-01T16:32:49.2316090Z 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-11-01T16:32:49.2316740Z 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-11-01T16:32:49.2318280Z 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-11-01T16:32:49.2319090Z 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-11-01T16:32:49.2321680Z 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-11-01T16:32:49.2323070Z 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-11-01T16:32:49.2328190Z 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-11-01T16:32:49.2329000Z 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-11-01T16:32:49.2333630Z 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-11-01T16:32:49.2337160Z 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-11-01T16:32:49.2337940Z 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-11-01T16:32:49.2341630Z 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-11-01T16:32:49.2345640Z 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-11-01T16:32:49.2349950Z 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-11-01T16:32:49.2352930Z 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-11-01T16:32:49.2355960Z 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-11-01T16:32:49.2361580Z 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-11-01T16:32:49.2365300Z 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-11-01T16:32:49.2369240Z 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-11-01T16:32:49.2370020Z 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-11-01T16:32:49.2373590Z 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-11-01T16:32:49.2376550Z 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-11-01T16:32:49.2383290Z 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-11-01T16:32:49.2384240Z 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-11-01T16:32:49.2387250Z 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-11-01T16:32:49.2389180Z 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-11-01T16:32:49.2394290Z 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-11-01T16:32:49.2409030Z 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-11-01T16:32:49.2409840Z 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-11-01T16:32:49.2411460Z 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-11-01T16:32:49.2415300Z 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-11-01T16:32:49.2416390Z 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-11-01T16:32:49.2418840Z 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-11-01T16:32:49.2419780Z 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-11-01T16:32:49.2421120Z 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-11-01T16:32:49.2422060Z 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-11-01T16:32:49.2429200Z 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-11-01T16:32:49.2430300Z 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-11-01T16:32:49.2433190Z 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-11-01T16:32:49.2435890Z 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-11-01T16:32:49.2440230Z 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-11-01T16:32:49.2442420Z 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-11-01T16:32:49.2446760Z 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-11-01T16:32:49.2449860Z 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-11-01T16:32:49.2452700Z 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-11-01T16:32:49.2454710Z 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-11-01T16:32:49.2460220Z 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-11-01T16:32:49.2462470Z 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-11-01T16:32:49.2466620Z 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-11-01T16:32:49.2468260Z 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-11-01T16:32:49.2474510Z 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-11-01T16:32:49.2477850Z 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-11-01T16:32:49.2483180Z 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-11-01T16:32:49.2488110Z 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-11-01T16:32:49.2492810Z 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-11-01T16:32:49.2499790Z 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-11-01T16:32:49.2500860Z 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-11-01T16:32:49.2502260Z 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-11-01T16:32:49.2507370Z 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-11-01T16:32:49.2509090Z 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-11-01T16:32:49.2514370Z 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-11-01T16:32:49.2542970Z 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-11-01T16:32:49.2543830Z 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-11-01T16:32:49.2545380Z 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-11-01T16:32:49.2553270Z 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-11-01T16:32:49.2554300Z 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-11-01T16:32:49.2555940Z 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-11-01T16:32:49.2556590Z 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-11-01T16:32:49.2558170Z 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-11-01T16:32:49.2558960Z 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-11-01T16:32:49.2560540Z 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-11-01T16:32:49.2561350Z 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-11-01T16:32:49.2562520Z 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-11-01T16:32:49.2564170Z 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-11-01T16:32:49.2564850Z 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-11-01T16:32:49.2566500Z 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-11-01T16:32:49.2567300Z 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-11-01T16:32:49.2569130Z 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-11-01T16:32:49.2572030Z 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-11-01T16:32:49.2574840Z 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-11-01T16:32:49.2580390Z 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-11-01T16:32:49.2583480Z 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-11-01T16:32:49.2588600Z 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-11-01T16:32:49.2590460Z 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-11-01T16:32:49.2592990Z 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-11-01T16:32:49.2596800Z 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-11-01T16:32:49.2599540Z 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-11-01T16:32:49.2602870Z 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-11-01T16:32:49.2605520Z 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-11-01T16:32:49.2608350Z 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-11-01T16:32:49.2613570Z 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-11-01T16:32:49.2616540Z 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-11-01T16:32:49.2620620Z 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-11-01T16:32:49.2623150Z 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-11-01T16:32:49.2627280Z 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-11-01T16:32:49.2628990Z 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-11-01T16:32:49.2633070Z 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-11-01T16:32:49.2636810Z 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-11-01T16:32:49.2640260Z 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-11-01T16:32:49.2642450Z 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-11-01T16:32:49.2645260Z 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-11-01T16:32:49.2649570Z 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-11-01T16:32:49.2655020Z 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-11-01T16:32:49.2660490Z 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-11-01T16:32:49.2667750Z 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-11-01T16:32:49.2668730Z 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-11-01T16:32:49.2669270Z 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-11-01T16:32:49.2674050Z 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-11-01T16:32:49.2676960Z 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-11-01T16:32:49.2681290Z 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-11-01T16:32:49.2683650Z 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-11-01T16:32:49.2685190Z 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-11-01T16:32:49.2690560Z 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-11-01T16:32:49.2691260Z 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-11-01T16:32:49.2697060Z 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-11-01T16:32:49.2699110Z 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-11-01T16:32:49.2703360Z 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-11-01T16:32:49.2705760Z 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-11-01T16:32:49.2712120Z 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-11-01T16:32:49.2713000Z 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-11-01T16:32:49.2718740Z 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-11-01T16:32:49.2723620Z 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-11-01T16:32:49.2726320Z 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-11-01T16:32:49.2729980Z 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-11-01T16:32:49.2734100Z 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-11-01T16:32:49.2735500Z 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-11-01T16:32:49.2740550Z 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-11-01T16:32:49.2743050Z 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-11-01T16:32:49.2749040Z 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-11-01T16:32:49.2750540Z 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-11-01T16:32:49.2753040Z 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-11-01T16:32:49.2757030Z 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-11-01T16:32:49.2758720Z 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-11-01T16:32:49.2762360Z 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-11-01T16:32:49.2765790Z 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-11-01T16:32:49.2768750Z 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-11-01T16:32:49.2772920Z 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-11-01T16:32:49.2776280Z 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-11-01T16:32:49.2777190Z 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-11-01T16:32:49.2784970Z 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-11-01T16:32:49.2787510Z 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-11-01T16:32:49.2790820Z 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-11-01T16:32:49.2792450Z 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-11-01T16:32:49.2797220Z 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-11-01T16:32:49.2800810Z 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-11-01T16:32:49.2803200Z 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-11-01T16:32:49.2805980Z 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-11-01T16:32:49.2810000Z 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-11-01T16:32:49.2812640Z 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-11-01T16:32:49.2817910Z 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-11-01T16:32:49.2824760Z 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-11-01T16:32:49.2827780Z 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-11-01T16:32:49.2830280Z 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-11-01T16:32:49.2833320Z 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-11-01T16:32:49.2835430Z 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-11-01T16:32:49.2838560Z 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-11-01T16:32:49.2842020Z 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-11-01T16:32:49.2847150Z 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-11-01T16:32:49.2848100Z 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-11-01T16:32:49.2852420Z 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-11-01T16:32:49.2856930Z 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-11-01T16:32:49.2858330Z 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-11-01T16:32:49.2860390Z 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-11-01T16:32:49.2866530Z 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-11-01T16:32:49.2869180Z 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-11-01T16:32:49.2871490Z 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-11-01T16:32:49.2875820Z 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-11-01T16:32:49.2878110Z 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-11-01T16:32:49.2880720Z 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-11-01T16:32:49.2884990Z 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-11-01T16:32:49.2888300Z 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-11-01T16:32:49.2891520Z 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-11-01T16:32:49.2896220Z 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-11-01T16:32:49.2898310Z 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-11-01T16:32:49.2901630Z 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-11-01T16:32:49.2905890Z 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-11-01T16:32:49.2908780Z 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-11-01T16:32:49.2911180Z 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-11-01T16:32:49.2915570Z 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-11-01T16:32:49.2922020Z 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-11-01T16:32:49.2923300Z 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-11-01T16:32:49.2928670Z 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-11-01T16:32:49.2932040Z 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-11-01T16:32:49.2935740Z 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-11-01T16:32:49.2941200Z 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-11-01T16:32:49.2942850Z 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-11-01T16:32:49.2949110Z 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-11-01T16:32:49.2950150Z 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-11-01T16:32:49.2955380Z 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-11-01T16:32:49.2957150Z 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-11-01T16:32:49.2958590Z 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-11-01T16:32:49.3172730Z 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-11-01T16:32:49.3173900Z 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-11-01T16:32:49.3175330Z 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-11-01T16:32:49.3176330Z 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-11-01T16:32:49.3178360Z 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-11-01T16:32:49.3179270Z 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-11-01T16:32:49.3180740Z 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-11-01T16:32:49.3181870Z 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-11-01T16:32:49.3183300Z 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-11-01T16:32:49.3211440Z 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-11-01T16:32:49.3212520Z 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-11-01T16:32:49.3214270Z 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-11-01T16:32:49.3215050Z 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-11-01T16:32:49.3216530Z 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-11-01T16:32:49.3217430Z 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-11-01T16:32:49.3218940Z 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-11-01T16:32:49.3219740Z 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-11-01T16:32:49.3221130Z 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-11-01T16:32:49.3222830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-11-01T16:32:49.3223520Z 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-11-01T16:32:49.3225150Z 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-11-01T16:32:49.3225920Z 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-11-01T16:32:49.3227460Z 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-11-01T16:32:49.3228220Z 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-11-01T16:32:49.3229570Z 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-11-01T16:32:49.3231130Z 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-11-01T16:32:49.3231960Z 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-11-01T16:32:49.3233440Z 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-11-01T16:32:49.3234340Z 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-11-01T16:32:49.3235920Z 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-11-01T16:32:49.3237020Z 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-11-01T16:32:49.3237980Z 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-11-01T16:32:49.3239050Z 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-11-01T16:32:49.3240310Z 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-11-01T16:32:49.3241460Z 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-11-01T16:32:49.3243110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-11-01T16:32:49.3243840Z 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-11-01T16:32:49.3244890Z 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-11-01T16:32:49.3246430Z 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-11-01T16:32:49.3247200Z 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-11-01T16:32:49.3248660Z 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-11-01T16:32:49.3249570Z 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-11-01T16:32:49.3250960Z 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-11-01T16:32:49.3253180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10 2024-11-01T16:32:49.3254600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-11-01T16:32:49.3255270Z 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-11-01T16:32:49.3257020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-11-01T16:32:49.3257660Z 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-11-01T16:32:49.3258740Z 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-11-01T16:32:49.3259900Z 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-11-01T16:32:49.3261460Z 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-11-01T16:32:49.3262660Z 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-11-01T16:32:49.3263460Z 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-11-01T16:32:49.3265040Z 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-11-01T16:32:49.3265830Z 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-11-01T16:32:49.3267030Z 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-11-01T16:32:49.3268640Z 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-11-01T16:32:49.3269490Z 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-11-01T16:32:49.3271130Z 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-11-01T16:32:49.3272040Z 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-11-01T16:32:49.3273620Z 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-11-01T16:32:49.3274490Z 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-11-01T16:32:49.3276050Z 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-11-01T16:32:49.3276830Z 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-11-01T16:32:49.3277960Z 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-11-01T16:32:49.3279470Z 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-11-01T16:32:49.3280510Z 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-11-01T16:32:49.3282190Z 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-11-01T16:32:49.3283650Z 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-11-01T16:32:49.3284480Z 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-11-01T16:32:49.3290260Z 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-11-01T16:32:49.3291050Z 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-11-01T16:32:49.3291600Z 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-11-01T16:32:49.3292160Z 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-11-01T16:32:49.3292710Z 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-11-01T16:32:49.3293340Z 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-11-01T16:32:49.3293890Z 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-11-01T16:32:49.3294450Z 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-11-01T16:32:49.3295590Z 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-11-01T16:32:49.3297200Z 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-11-01T16:32:49.3297920Z 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-11-01T16:32:49.3299140Z 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-11-01T16:32:49.3300590Z 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-11-01T16:32:49.3301450Z 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-11-01T16:32:49.3303030Z 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-11-01T16:32:49.3303740Z 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-11-01T16:32:49.3304960Z 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-11-01T16:32:49.3306530Z 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-11-01T16:32:49.3307620Z 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-11-01T16:32:49.3308760Z 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-11-01T16:32:49.3310570Z 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-11-01T16:32:49.3311340Z 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-11-01T16:32:49.3312890Z 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-11-01T16:32:49.3313670Z 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-11-01T16:32:49.3315170Z 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-11-01T16:32:49.3316980Z 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-11-01T16:32:49.3317630Z 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-11-01T16:32:49.3319630Z 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-11-01T16:32:49.3320490Z 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-11-01T16:32:49.3322130Z 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-11-01T16:32:49.3323310Z 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-11-01T16:32:49.3324190Z 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-11-01T16:32:49.3325680Z 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-11-01T16:32:49.3326570Z 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-11-01T16:32:49.3328050Z 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-11-01T16:32:49.3328960Z 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-11-01T16:32:49.3330260Z 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-11-01T16:32:49.3332080Z 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-11-01T16:32:49.3332990Z 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-11-01T16:32:49.3334560Z 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-11-01T16:32:49.3335420Z 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-11-01T16:32:49.3336970Z 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-11-01T16:32:49.3338770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-11-01T16:32:49.3339380Z 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-11-01T16:32:49.3340950Z 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-11-01T16:32:49.3342550Z 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-11-01T16:32:49.3343450Z 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-11-01T16:32:49.3344930Z 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-11-01T16:32:49.3345790Z 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-11-01T16:32:49.3347230Z 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-11-01T16:32:49.3348100Z 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-11-01T16:32:49.3349800Z 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-11-01T16:32:49.3351530Z 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-11-01T16:32:49.3352360Z 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-11-01T16:32:49.3353980Z 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-11-01T16:32:49.3354930Z 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-11-01T16:32:49.3356370Z 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-11-01T16:32:49.3357140Z 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-11-01T16:32:49.3358610Z 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-11-01T16:32:49.3359630Z 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-11-01T16:32:49.3361140Z 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-11-01T16:32:49.3362650Z 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-11-01T16:32:49.3364080Z 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-11-01T16:32:49.3365270Z 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-11-01T16:32:49.3366360Z 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-11-01T16:32:49.3367570Z 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-11-01T16:32:49.3368590Z 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-11-01T16:32:49.3370030Z 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-11-01T16:32:49.3370960Z 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-11-01T16:32:49.3372310Z 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-11-01T16:32:49.3373340Z 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-11-01T16:32:49.3374780Z 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-11-01T16:32:49.3375620Z 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-11-01T16:32:49.3376780Z 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-11-01T16:32:49.3378170Z 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-11-01T16:32:49.3379010Z 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-11-01T16:32:49.3380370Z 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-11-01T16:32:49.3381590Z 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-11-01T16:32:49.3382540Z 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-11-01T16:32:49.3384110Z 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-11-01T16:32:49.3384900Z 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-11-01T16:32:49.3386360Z 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-11-01T16:32:49.3387160Z 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-11-01T16:32:49.3388640Z 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-11-01T16:32:49.3389350Z 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-11-01T16:32:49.3390780Z 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-11-01T16:32:49.3391640Z 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-11-01T16:32:49.3393110Z 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-11-01T16:32:49.3393960Z 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-11-01T16:32:49.3395400Z 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-11-01T16:32:49.3396190Z 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-11-01T16:32:49.3397670Z 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-11-01T16:32:49.3398450Z 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-11-01T16:32:49.3399890Z 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-11-01T16:32:49.3400730Z 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-11-01T16:32:49.3402080Z 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-11-01T16:32:49.3403400Z 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-11-01T16:32:49.3404240Z 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-11-01T16:32:49.3405790Z 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-11-01T16:32:49.3406440Z 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-11-01T16:32:49.3407770Z 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-11-01T16:32:49.3409030Z 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-11-01T16:32:49.3409890Z 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-11-01T16:32:49.3411510Z 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-11-01T16:32:49.3412390Z 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-11-01T16:32:49.3414060Z 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-11-01T16:32:49.3414830Z 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-11-01T16:32:49.3416260Z 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-11-01T16:32:49.3417350Z 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-11-01T16:32:49.3418340Z 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-11-01T16:32:49.3419800Z 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-11-01T16:32:49.3420570Z 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-11-01T16:32:49.3421980Z 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-11-01T16:32:49.3422930Z 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-11-01T16:32:49.3424440Z 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-11-01T16:32:49.3425190Z 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-11-01T16:32:49.3426760Z 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-11-01T16:32:49.3427400Z 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-11-01T16:32:49.3428610Z 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-11-01T16:32:49.3430040Z 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-11-01T16:32:49.3430830Z 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-11-01T16:32:49.3432440Z 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-11-01T16:32:49.3433110Z 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-11-01T16:32:49.3434610Z 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-11-01T16:32:49.3435410Z 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-11-01T16:32:49.3436820Z 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-11-01T16:32:49.3437780Z 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-11-01T16:32:49.3439920Z 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-11-01T16:32:49.3440730Z 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-11-01T16:32:49.3441780Z 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-11-01T16:32:49.3443480Z 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-11-01T16:32:49.3469640Z 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-11-01T16:32:49.3470510Z 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-11-01T16:32:49.3471960Z 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-11-01T16:32:49.3472800Z 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-11-01T16:32:49.3478340Z 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-11-01T16:32:49.3479290Z 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-11-01T16:32:49.3486330Z 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-11-01T16:32:49.3487850Z 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-11-01T16:32:49.3488870Z 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-11-01T16:32:49.3490680Z 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-11-01T16:32:49.3497200Z 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-11-01T16:32:49.3498110Z 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-11-01T16:32:49.3499600Z 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-11-01T16:32:49.3514130Z 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-11-01T16:32:49.3515020Z 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-11-01T16:32:49.3516630Z 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-11-01T16:32:49.3517590Z 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-11-01T16:32:49.3519150Z 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-11-01T16:32:49.3529470Z 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-11-01T16:32:49.3531030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-11-01T16:32:49.3532370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-11-01T16:32:49.3533170Z 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-11-01T16:32:49.3534810Z 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-11-01T16:32:49.3539260Z 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-11-01T16:32:49.3540080Z 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-11-01T16:32:49.3545240Z 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-11-01T16:32:49.3545960Z 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-11-01T16:32:49.3551890Z 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-11-01T16:32:49.3554560Z 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-11-01T16:32:49.3555510Z 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-11-01T16:32:49.3557220Z 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-11-01T16:32:49.3564180Z 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-11-01T16:32:49.3564990Z 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-11-01T16:32:49.3566450Z 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-11-01T16:32:49.3567580Z 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-11-01T16:32:49.3568420Z 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-11-01T16:32:49.3574010Z 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-11-01T16:32:49.3575470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-11-01T16:32:49.3576120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2024-11-01T16:32:49.3583780Z 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-11-01T16:32:49.3585060Z 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-11-01T16:32:49.3595220Z 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-11-01T16:32:49.3596370Z 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-11-01T16:32:49.3611780Z 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-11-01T16:32:49.3612540Z 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-11-01T16:32:49.3614030Z 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-11-01T16:32:49.3615670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-11-01T16:32:49.3616250Z 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-11-01T16:32:49.3617420Z 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-11-01T16:32:49.3618520Z 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-11-01T16:32:49.3620080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/psimd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:49.3621550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/experiments-config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:49.3622300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/fxdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-11-01T16:32:49.3624210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/torch_version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.3625570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-11-01T16:32:49.3626830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2024-11-01T16:32:49.3627580Z 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-11-01T16:32:49.3629510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2024-11-01T16:32:49.3630140Z 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-11-01T16:32:49.3631530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2024-11-01T16:32:49.3632080Z 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-11-01T16:32:49.3633940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2024-11-01T16:32:49.3634440Z 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-11-01T16:32:49.3635850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2024-11-01T16:32:49.3636430Z 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-11-01T16:32:49.3637700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-11-01T16:32:49.3638500Z 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-11-01T16:32:49.3639610Z 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-11-01T16:32:49.3640790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2024-11-01T16:32:49.3641450Z 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-11-01T16:32:49.3643580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2024-11-01T16:32:49.3644200Z 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-11-01T16:32:49.3645880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-11-01T16:32:49.3647090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2024-11-01T16:32:49.3647590Z 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-11-01T16:32:49.3648890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2024-11-01T16:32:49.3649680Z 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-11-01T16:32:49.3651370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cusparselt 2024-11-01T16:32:49.3652030Z 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-11-01T16:32:49.3653240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2024-11-01T16:32:49.3654020Z 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-11-01T16:32:49.3655670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-11-01T16:32:49.3656190Z 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-11-01T16:32:49.3657130Z 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-11-01T16:32:49.3658880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-11-01T16:32:49.3659560Z 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-11-01T16:32:49.3660710Z 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-11-01T16:32:49.3662610Z 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-11-01T16:32:49.3663890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2024-11-01T16:32:49.3664600Z 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-11-01T16:32:49.3666510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-11-01T16:32:49.3667060Z 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-11-01T16:32:49.3668300Z 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-11-01T16:32:49.3669700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-11-01T16:32:49.3670600Z 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-11-01T16:32:49.3671810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp/decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-11-01T16:32:49.3673860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-11-01T16:32:49.3675240Z 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-11-01T16:32:49.3676320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_VF.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.3677720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-11-01T16:32:49.3678530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-11-01T16:32:49.3679740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-11-01T16:32:49.3680870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-11-01T16:32:49.3682240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-11-01T16:32:49.3683510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-11-01T16:32:49.3684570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-11-01T16:32:49.3685760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_streambase.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.3687140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-11-01T16:32:49.3687910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-11-01T16:32:49.3689880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-11-01T16:32:49.3691020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-11-01T16:32:49.3692850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-11-01T16:32:49.3693690Z 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-11-01T16:32:49.3694930Z 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-11-01T16:32:49.3696080Z 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-11-01T16:32:49.3697380Z 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-11-01T16:32:49.3698540Z 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-11-01T16:32:49.3699740Z 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-11-01T16:32:49.3700930Z 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-11-01T16:32:49.3702120Z 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-11-01T16:32:49.3703090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_tensor_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.3705610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3706370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/lr_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3708250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3709560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_adafactor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3710840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/sparse_adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3712010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/rprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3713300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/sgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3714580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3715910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adamax.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3717310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3718900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-11-01T16:32:49.3719460Z 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-11-01T16:32:49.3721060Z 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-11-01T16:32:49.3721810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adamw.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3723070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/swa_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3724740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/lbfgs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3725800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/radam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3727430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3729100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3730080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/nadam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3731620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/asgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3732580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3734040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-11-01T16:32:49.3734960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_weights_only_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.3736490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.3738650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3739210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/cudagraph_trees.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3741190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/select_algorithm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3742780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/ops_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3744160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3744960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codecache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3747080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/optimize_indexing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3747890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3749420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/cpp_builder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3751130Z 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-11-01T16:32:49.3752030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3753810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/bisect_helper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3755220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/comms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3756480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3758330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/mkldnn_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3759690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/async_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3760610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3762560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/quantized_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3763420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/triton_bundler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3765050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/aoti_eager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3765680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3767910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3770370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-11-01T16:32:49.3770990Z 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-11-01T16:32:49.3772100Z 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-11-01T16:32:49.3773920Z 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-11-01T16:32:49.3775600Z 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-11-01T16:32:49.3776310Z 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-11-01T16:32:49.3777920Z 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-11-01T16:32:49.3778470Z 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-11-01T16:32:49.3779820Z 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-11-01T16:32:49.3780820Z 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-11-01T16:32:49.3782430Z 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-11-01T16:32:49.3783390Z 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-11-01T16:32:49.3784850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/jagged_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3785700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/test_operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3787150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3787980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3789830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/cudagraph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3790610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/sizevars.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3792270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3799610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/index_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3800220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3800460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-11-01T16:32:49.3801020Z 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-11-01T16:32:49.3801610Z 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-11-01T16:32:49.3802150Z 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-11-01T16:32:49.3802720Z 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-11-01T16:32:49.3804940Z 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-11-01T16:32:49.3805750Z 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-11-01T16:32:49.3807660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-11-01T16:32:49.3808500Z 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-11-01T16:32:49.3810100Z 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-11-01T16:32:49.3810880Z 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-11-01T16:32:49.3812340Z 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-11-01T16:32:49.3813930Z 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-11-01T16:32:49.3815210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-11-01T16:32:49.3816010Z 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-11-01T16:32:49.3817080Z 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-11-01T16:32:49.3817970Z 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-11-01T16:32:49.3819670Z 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-11-01T16:32:49.3820450Z 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-11-01T16:32:49.3821610Z 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-11-01T16:32:49.3822910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-11-01T16:32:49.3823480Z 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-11-01T16:32:49.3824800Z 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-11-01T16:32:49.3825630Z 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-11-01T16:32:49.3827210Z 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-11-01T16:32:49.3828700Z 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-11-01T16:32:49.3829600Z 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-11-01T16:32:49.3831290Z 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-11-01T16:32:49.3840470Z 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-11-01T16:32:49.3842580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-11-01T16:32:49.3843260Z 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-11-01T16:32:49.3844850Z 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-11-01T16:32:49.3845670Z 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-11-01T16:32:49.3847920Z 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-11-01T16:32:49.3848790Z 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-11-01T16:32:49.3850570Z 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-11-01T16:32:49.3851490Z 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-11-01T16:32:49.3853180Z 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-11-01T16:32:49.3854680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-11-01T16:32:49.3855390Z 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-11-01T16:32:49.3856640Z 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-11-01T16:32:49.3858150Z 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-11-01T16:32:49.3858870Z 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-11-01T16:32:49.3859860Z 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-11-01T16:32:49.3861360Z 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-11-01T16:32:49.3862880Z 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-11-01T16:32:49.3863630Z 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-11-01T16:32:49.3865310Z 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-11-01T16:32:49.3866210Z 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-11-01T16:32:49.3867940Z 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-11-01T16:32:49.3868820Z 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-11-01T16:32:49.3870620Z 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-11-01T16:32:49.3871930Z 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-11-01T16:32:49.3872840Z 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-11-01T16:32:49.3874330Z 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-11-01T16:32:49.3875770Z 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-11-01T16:32:49.3876510Z 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-11-01T16:32:49.3877980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/inductor_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3878850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/virtualized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3880250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3881130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autotune_process.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3883020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-11-01T16:32:49.3883630Z 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-11-01T16:32:49.3885090Z 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-11-01T16:32:49.3885880Z 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-11-01T16:32:49.3887500Z 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-11-01T16:32:49.3888060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3889460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3891040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3892690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/comm_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3893180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/decomposition.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3895050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-11-01T16:32:49.3895860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-11-01T16:32:49.3896810Z 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-11-01T16:32:49.3898580Z 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-11-01T16:32:49.3899620Z 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-11-01T16:32:49.3901170Z 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-11-01T16:32:49.3901840Z 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-11-01T16:32:49.3903490Z 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-11-01T16:32:49.3904340Z 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-11-01T16:32:49.3905870Z 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-11-01T16:32:49.3906630Z 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-11-01T16:32:49.3908100Z 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-11-01T16:32:49.3908880Z 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-11-01T16:32:49.3910530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-11-01T16:32:49.3911080Z 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-11-01T16:32:49.3912920Z 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-11-01T16:32:49.3913730Z 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-11-01T16:32:49.3915270Z 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-11-01T16:32:49.3916090Z 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-11-01T16:32:49.3917530Z 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-11-01T16:32:49.3919480Z 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-11-01T16:32:49.3920600Z 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-11-01T16:32:49.3922740Z 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-11-01T16:32:49.3923560Z 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-11-01T16:32:49.3924910Z 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-11-01T16:32:49.3926000Z 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-11-01T16:32:49.3927500Z 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-11-01T16:32:49.3928960Z 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-11-01T16:32:49.3929670Z 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-11-01T16:32:49.3931280Z 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-11-01T16:32:49.3932920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-11-01T16:32:49.3933680Z 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-11-01T16:32:49.3935260Z 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-11-01T16:32:49.3936230Z 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-11-01T16:32:49.3937880Z 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-11-01T16:32:49.3938800Z 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-11-01T16:32:49.3940450Z 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-11-01T16:32:49.3941570Z 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-11-01T16:32:49.3943180Z 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-11-01T16:32:49.3944100Z 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-11-01T16:32:49.3945550Z 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-11-01T16:32:49.3946380Z 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-11-01T16:32:49.3947620Z 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-11-01T16:32:49.3948820Z 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-11-01T16:32:49.3950210Z 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-11-01T16:32:49.3951240Z 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-11-01T16:32:49.3952670Z 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-11-01T16:32:49.3953660Z 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-11-01T16:32:49.3955050Z 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-11-01T16:32:49.3956030Z 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-11-01T16:32:49.3957410Z 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-11-01T16:32:49.3958400Z 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-11-01T16:32:49.3959810Z 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-11-01T16:32:49.3960820Z 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-11-01T16:32:49.3962160Z 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-11-01T16:32:49.3963360Z 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-11-01T16:32:49.3964790Z 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-11-01T16:32:49.3966190Z 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-11-01T16:32:49.3968010Z 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-11-01T16:32:49.3968690Z 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-11-01T16:32:49.3970010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3970770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3976800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/mkldnn_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3978490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/wrapper_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3979300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/remote_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3980760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/comm_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3981660Z 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-11-01T16:32:49.3983230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/bounds.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3984290Z 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-11-01T16:32:49.3985650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/freezing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3987010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.3988460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-11-01T16:32:49.3989170Z 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-11-01T16:32:49.3990570Z 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-11-01T16:32:49.3991990Z 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-11-01T16:32:49.3993220Z 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-11-01T16:32:49.3994230Z 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-11-01T16:32:49.3995670Z 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-11-01T16:32:49.3996680Z 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-11-01T16:32:49.3998270Z 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-11-01T16:32:49.3999240Z 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-11-01T16:32:49.4000470Z 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-11-01T16:32:49.4002450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-11-01T16:32:49.4002970Z 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-11-01T16:32:49.4004520Z 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-11-01T16:32:49.4009960Z 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-11-01T16:32:49.4010700Z 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-11-01T16:32:49.4011230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/loop_body.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.4011730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/subgraph_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-11-01T16:32:49.4011920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4012390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4014340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2024-11-01T16:32:49.4015000Z 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-11-01T16:32:49.4016560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-11-01T16:32:49.4017180Z 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-11-01T16:32:49.4018660Z 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-11-01T16:32:49.4019660Z 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-11-01T16:32:49.4021150Z 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-11-01T16:32:49.4021800Z 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-11-01T16:32:49.4023220Z 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-11-01T16:32:49.4024540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-11-01T16:32:49.4025110Z 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-11-01T16:32:49.4026670Z 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-11-01T16:32:49.4027430Z 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-11-01T16:32:49.4029020Z 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-11-01T16:32:49.4029730Z 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-11-01T16:32:49.4031260Z 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-11-01T16:32:49.4032240Z 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-11-01T16:32:49.4033890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-11-01T16:32:49.4034640Z 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-11-01T16:32:49.4036270Z 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-11-01T16:32:49.4039810Z 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-11-01T16:32:49.4040690Z 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-11-01T16:32:49.4041630Z 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-11-01T16:32:49.4042750Z 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-11-01T16:32:49.4044310Z 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-11-01T16:32:49.4045010Z 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-11-01T16:32:49.4046510Z 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-11-01T16:32:49.4047760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-11-01T16:32:49.4048450Z 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-11-01T16:32:49.4050180Z 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-11-01T16:32:49.4050920Z 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-11-01T16:32:49.4052390Z 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-11-01T16:32:49.4054040Z 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-11-01T16:32:49.4054870Z 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-11-01T16:32:49.4056250Z 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-11-01T16:32:49.4057050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_foreach_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4058570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4059450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4060970Z 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-11-01T16:32:49.4061720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_mode_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4063180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/checkpoint.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4064630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/show_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4065480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/deterministic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4066930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/file_baton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4068060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4068980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/backend_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4070450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/module_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4071310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_zoo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4072690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_zip.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4073660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/collect_env.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4075510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/throughput_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4075990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/dlpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4077690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-11-01T16:32:49.4078190Z 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-11-01T16:32:49.4079950Z 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-11-01T16:32:49.4080480Z 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-11-01T16:32:49.4082010Z 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-11-01T16:32:49.4082780Z 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-11-01T16:32:49.4084340Z 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-11-01T16:32:49.4085130Z 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-11-01T16:32:49.4086570Z 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-11-01T16:32:49.4088140Z 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-11-01T16:32:49.4089310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2024-11-01T16:32:49.4089860Z 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-11-01T16:32:49.4091300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_cxx_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4092270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4093730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_import_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4095010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-11-01T16:32:49.4095570Z 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-11-01T16:32:49.4097070Z 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-11-01T16:32:49.4100080Z 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-11-01T16:32:49.4100750Z 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-11-01T16:32:49.4102230Z 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-11-01T16:32:49.4103180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_config_typing.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4104580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bundled_inputs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4106140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-11-01T16:32:49.4106860Z 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-11-01T16:32:49.4107640Z 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-11-01T16:32:49.4109000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4110250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-11-01T16:32:49.4110770Z 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-11-01T16:32:49.4112140Z 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-11-01T16:32:49.4112860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/cpp_backtrace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4114300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_contextlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4115500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-11-01T16:32:49.4116020Z 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-11-01T16:32:49.4116940Z 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-11-01T16:32:49.4118360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_python_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4119880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-11-01T16:32:49.4120450Z 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-11-01T16:32:49.4121890Z 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-11-01T16:32:49.4122810Z 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-11-01T16:32:49.4124040Z 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-11-01T16:32:49.4125670Z 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-11-01T16:32:49.4126650Z 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-11-01T16:32:49.4128520Z 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-11-01T16:32:49.4129410Z 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-11-01T16:32:49.4130930Z 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-11-01T16:32:49.4132050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_exposed_in.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4133370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_thunk.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4134080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_config_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4135650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4136910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/flop_counter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4137850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_typing_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4139360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_stats.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4140680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-11-01T16:32:49.4141260Z 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-11-01T16:32:49.4142940Z 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-11-01T16:32:49.4143870Z 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-11-01T16:32:49.4145400Z 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-11-01T16:32:49.4146160Z 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-11-01T16:32:49.4147740Z 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-11-01T16:32:49.4148590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/cpp_extension.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4150680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_backport_slots.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4151460Z 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-11-01T16:32:49.4152990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4153710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_content_store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4155350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-11-01T16:32:49.4156360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-11-01T16:32:49.4156950Z 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-11-01T16:32:49.4158430Z 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-11-01T16:32:49.4159360Z 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-11-01T16:32:49.4160910Z 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-11-01T16:32:49.4161710Z 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-11-01T16:32:49.4163290Z 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-11-01T16:32:49.4164050Z 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-11-01T16:32:49.4165780Z 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-11-01T16:32:49.4167210Z 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-11-01T16:32:49.4168000Z 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-11-01T16:32:49.4169640Z 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-11-01T16:32:49.4171180Z 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-11-01T16:32:49.4172000Z 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-11-01T16:32:49.4173940Z 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-11-01T16:32:49.4175330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-11-01T16:32:49.4175970Z 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-11-01T16:32:49.4177590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-11-01T16:32:49.4178280Z 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-11-01T16:32:49.4179640Z 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-11-01T16:32:49.4180760Z 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-11-01T16:32:49.4182590Z 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-11-01T16:32:49.4183380Z 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-11-01T16:32:49.4184660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-11-01T16:32:49.4185420Z 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-11-01T16:32:49.4186950Z 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-11-01T16:32:49.4188040Z 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-11-01T16:32:49.4189580Z 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-11-01T16:32:49.4190440Z 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-11-01T16:32:49.4192140Z 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-11-01T16:32:49.4192900Z 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-11-01T16:32:49.4194580Z 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-11-01T16:32:49.4195400Z 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-11-01T16:32:49.4196980Z 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-11-01T16:32:49.4197840Z 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-11-01T16:32:49.4204060Z 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-11-01T16:32:49.4204780Z 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-11-01T16:32:49.4205390Z 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-11-01T16:32:49.4205980Z 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-11-01T16:32:49.4206540Z 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-11-01T16:32:49.4206810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-11-01T16:32:49.4207440Z 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-11-01T16:32:49.4208100Z 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-11-01T16:32:49.4208860Z 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-11-01T16:32:49.4209650Z 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-11-01T16:32:49.4210750Z 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-11-01T16:32:49.4212550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-11-01T16:32:49.4213160Z 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-11-01T16:32:49.4214520Z 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-11-01T16:32:49.4215770Z 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-11-01T16:32:49.4217310Z 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-11-01T16:32:49.4218050Z 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-11-01T16:32:49.4219810Z 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-11-01T16:32:49.4220560Z 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-11-01T16:32:49.4221980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-11-01T16:32:49.4222620Z 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-11-01T16:32:49.4224130Z 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-11-01T16:32:49.4224620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_ordered_set.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4225960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/weak.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4226940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/mobile_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-11-01T16:32:49.4228220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4230070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_namedtensor_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4230900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/return_types.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4232290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4233730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_linalg_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4234590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/__config__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4235460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4237450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-11-01T16:32:49.4237950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/contrib/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-11-01T16:32:49.4239440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/contrib/_tensorboard_vis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-11-01T16:32:49.4240090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4241370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/hub.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4243030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4243550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4245060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4245970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4247340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4248630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-11-01T16:32:49.4249240Z 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-11-01T16:32:49.4250530Z 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-11-01T16:32:49.4251970Z 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-11-01T16:32:49.4252850Z 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-11-01T16:32:49.4254230Z 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-11-01T16:32:49.4255050Z 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-11-01T16:32:49.4256530Z 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-11-01T16:32:49.4257370Z 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-11-01T16:32:49.4258730Z 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-11-01T16:32:49.4259610Z 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-11-01T16:32:49.4261060Z 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-11-01T16:32:49.4262030Z 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-11-01T16:32:49.4263400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4264180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4265940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4266950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4268500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/_quantized_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4269280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4270800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4271730Z 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-11-01T16:32:49.4273200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4273990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4275160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-11-01T16:32:49.4276310Z 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-11-01T16:32:49.4277820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_tensor_str.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4278760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_sources.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.4280470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-11-01T16:32:49.4280920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-11-01T16:32:49.4282710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4283320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_profiler.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4284640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_onnx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4285750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_distributed_c10d.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4287170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4288710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_monitor.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4289610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_itt.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4291080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_lazy.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4291960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4295330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_nvtx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4296450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_cpu.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4297550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_nn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4298740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_cusparselt.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4299940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_instruction_counter.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4300920Z 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-11-01T16:32:49.4302210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_functorch.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4303520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_VariableFunctions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4310000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_distributed_rpc.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4311080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_verbose.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4312720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_aoti.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4313300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_functions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4314620Z 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-11-01T16:32:49.4315710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_cudnn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4316860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_distributed_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-11-01T16:32:49.4318360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-11-01T16:32:49.4319500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-11-01T16:32:49.4320590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-11-01T16:32:49.4321230Z 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-11-01T16:32:49.4322480Z 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-11-01T16:32:49.4326170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-11-01T16:32:49.4327010Z 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-11-01T16:32:49.4328400Z 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-11-01T16:32:49.4330140Z 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-11-01T16:32:49.4331460Z 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-11-01T16:32:49.4332690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-11-01T16:32:49.4333430Z 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-11-01T16:32:49.4334720Z 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-11-01T16:32:49.4336070Z 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-11-01T16:32:49.4337290Z 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-11-01T16:32:49.4339070Z 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-11-01T16:32:49.4340530Z 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-11-01T16:32:49.4341670Z 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-11-01T16:32:49.4343180Z 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-11-01T16:32:49.4344580Z 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-11-01T16:32:49.4345380Z 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-11-01T16:32:49.4346950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-11-01T16:32:49.4347720Z 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-11-01T16:32:49.4348770Z 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-11-01T16:32:49.4350320Z 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-11-01T16:32:49.4351050Z 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-11-01T16:32:49.4352470Z 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-11-01T16:32:49.4353400Z 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-11-01T16:32:49.4354800Z 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-11-01T16:32:49.4356860Z 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-11-01T16:32:49.4357920Z 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-11-01T16:32:49.4359390Z 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-11-01T16:32:49.4360900Z 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-11-01T16:32:49.4362140Z 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-11-01T16:32:49.4363490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-11-01T16:32:49.4364540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-11-01T16:32:49.4365830Z 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-11-01T16:32:49.4366720Z 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-11-01T16:32:49.4368320Z 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-11-01T16:32:49.4369920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2024-11-01T16:32:49.4370790Z 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-11-01T16:32:49.4372330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-11-01T16:32:49.4373240Z 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-11-01T16:32:49.4374000Z 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-11-01T16:32:49.4375700Z 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-11-01T16:32:49.4376620Z 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-11-01T16:32:49.4377910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-11-01T16:32:49.4378650Z 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-11-01T16:32:49.4379990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-11-01T16:32:49.4380910Z 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-11-01T16:32:49.4382150Z 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-11-01T16:32:49.4383350Z 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-11-01T16:32:49.4384390Z 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-11-01T16:32:49.4385570Z 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-11-01T16:32:49.4387090Z 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-11-01T16:32:49.4388710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-11-01T16:32:49.4389500Z 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-11-01T16:32:49.4391140Z 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-11-01T16:32:49.4391910Z 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-11-01T16:32:49.4392950Z 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-11-01T16:32:49.4395010Z 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-11-01T16:32:49.4395960Z 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-11-01T16:32:49.4397570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-11-01T16:32:49.4402910Z 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-11-01T16:32:49.4403820Z 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-11-01T16:32:49.4404530Z 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-11-01T16:32:49.4405240Z 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-11-01T16:32:49.4405630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-11-01T16:32:49.4406360Z 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-11-01T16:32:49.4407180Z 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-11-01T16:32:49.4407980Z 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-11-01T16:32:49.4408630Z 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-11-01T16:32:49.4409810Z 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-11-01T16:32:49.4410920Z 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-11-01T16:32:49.4414770Z 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-11-01T16:32:49.4415770Z 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-11-01T16:32:49.4417290Z 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-11-01T16:32:49.4418050Z 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-11-01T16:32:49.4419910Z 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-11-01T16:32:49.4524800Z 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-11-01T16:32:49.4527540Z 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-11-01T16:32:49.4528540Z 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-11-01T16:32:49.4530080Z 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-11-01T16:32:49.7413750Z 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-11-01T16:32:49.7513290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-11-01T16:32:49.7619740Z 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-11-01T16:32:49.7650570Z 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-11-01T16:32:49.7654450Z 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-11-01T16:32:49.7658850Z 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-11-01T16:32:49.7662400Z 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-11-01T16:32:49.7666030Z 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-11-01T16:32:49.7669610Z 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-11-01T16:32:49.7672890Z 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-11-01T16:32:49.7675270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2024-11-01T16:32:49.7677770Z 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-11-01T16:32:49.7681280Z 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-11-01T16:32:49.7684610Z 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-11-01T16:32:49.7687760Z 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-11-01T16:32:49.7690940Z 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-11-01T16:32:49.7694150Z 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-11-01T16:32:49.7697260Z 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-11-01T16:32:49.7700490Z 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-11-01T16:32:49.7704340Z 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-11-01T16:32:49.7707020Z 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-11-01T16:32:49.7708200Z 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-11-01T16:32:49.7709420Z 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-11-01T16:32:49.7710330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-11-01T16:32:49.7711250Z 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-11-01T16:32:49.7712410Z 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-11-01T16:32:49.7713580Z 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-11-01T16:32:49.7714730Z 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-11-01T16:32:49.7715960Z 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-11-01T16:32:49.7717130Z 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-11-01T16:32:49.7718290Z 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-11-01T16:32:49.7719440Z 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-11-01T16:32:49.7720560Z 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-11-01T16:32:49.7721680Z 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-11-01T16:32:49.7722870Z 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-11-01T16:32:49.7723900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_creation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-11-01T16:32:49.7724860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-11-01T16:32:49.7725810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_comparison.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-11-01T16:32:49.7726770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-11-01T16:32:49.7727670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_vmap_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.7729190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7729910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7731160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/infer_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7732420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/simple_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7733880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7735340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7745830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/fake_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7747190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7748400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-11-01T16:32:49.7755430Z 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-11-01T16:32:49.7756380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.7757230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lowrank.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.7758070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_appdirs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.7758720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/accelerator 2024-11-01T16:32:49.7759520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/accelerator 2024-11-01T16:32:49.7760520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/accelerator 2024-11-01T16:32:49.7761210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-11-01T16:32:49.7761900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-11-01T16:32:49.7762830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-11-01T16:32:49.7763850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-11-01T16:32:49.7765230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7765950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_ir_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7771360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_monkeytype_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7772520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7773740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_recursive.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7775400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7782380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7783490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/quantized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7784650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_script.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7786280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_script.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7787450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_shape_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7789280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_decomposition_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7791110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7792360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7797890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_check.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7799220Z 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-11-01T16:32:49.7800590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/frontend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7802350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7803450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7804730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_fuser.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7806090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_builtins.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7807380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_dataclass_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7808570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7810900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-11-01T16:32:49.7811790Z 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-11-01T16:32:49.7816870Z 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-11-01T16:32:49.7817920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/generate_bytecode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7823620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7829090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2024-11-01T16:32:49.7829890Z 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-11-01T16:32:49.7831120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_async.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7832670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/annotations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7834510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_await.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-11-01T16:32:49.7836410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7837210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/cache_size.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7838550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/callback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7839960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/comptime.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7841000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7842250Z 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-11-01T16:32:49.7843510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7844670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7846140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7848220Z 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-11-01T16:32:49.7849620Z 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-11-01T16:32:49.7850790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/device_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7852430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-11-01T16:32:49.7853300Z 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-11-01T16:32:49.7854520Z 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-11-01T16:32:49.7855660Z 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-11-01T16:32:49.7856930Z 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-11-01T16:32:49.7858150Z 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-11-01T16:32:49.7859420Z 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-11-01T16:32:49.7860610Z 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-11-01T16:32:49.7861850Z 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-11-01T16:32:49.7863110Z 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-11-01T16:32:49.7864480Z 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-11-01T16:32:49.7878860Z 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-11-01T16:32:49.7888940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7890110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/mutation_guard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7891290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7914110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/bytecode_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7915340Z 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-11-01T16:32:49.7937750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/external_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7942960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7944280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7945590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/resume_execution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7947190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/output_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7949170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/compiled_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7950560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7951900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7954460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-11-01T16:32:49.7955450Z 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-11-01T16:32:49.7957200Z 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-11-01T16:32:49.7958690Z 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-11-01T16:32:49.7960580Z 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-11-01T16:32:49.7962150Z 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-11-01T16:32:49.7963610Z 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-11-01T16:32:49.7965620Z 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-11-01T16:32:49.7966950Z 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-11-01T16:32:49.7968690Z 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-11-01T16:32:49.7970520Z 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-11-01T16:32:49.7972700Z 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-11-01T16:32:49.7974380Z 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-11-01T16:32:49.7976170Z 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-11-01T16:32:49.7977580Z 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-11-01T16:32:49.7978890Z 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-11-01T16:32:49.7980300Z 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-11-01T16:32:49.7982100Z 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-11-01T16:32:49.7983480Z 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-11-01T16:32:49.7984870Z 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-11-01T16:32:49.7986550Z 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-11-01T16:32:49.7988070Z 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-11-01T16:32:49.7989640Z 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-11-01T16:32:49.7991310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-11-01T16:32:49.7992280Z 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-11-01T16:32:49.7993720Z 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-11-01T16:32:49.7994890Z 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-11-01T16:32:49.7996300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/replay_record.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7997820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/side_effects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.7999610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-11-01T16:32:49.8000570Z 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-11-01T16:32:49.8001910Z 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-11-01T16:32:49.8003180Z 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-11-01T16:32:49.8009930Z 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-11-01T16:32:49.8011160Z 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-11-01T16:32:49.8012380Z 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-11-01T16:32:49.8013670Z 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-11-01T16:32:49.8015030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/trace_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8017290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/bytecode_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8018810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/convert_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8020600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/funcname_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8026710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/testing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8027920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/pgo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8029210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8030620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/symbolic_convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8032910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/codegen.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8034410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/source.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8035880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/eval_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8037740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/code_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8043870Z 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-11-01T16:32:49.8045220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8046780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/decorators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-11-01T16:32:49.8048240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_environment.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.8050000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8050870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8052460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8054020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8055580Z 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-11-01T16:32:49.8056940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8071930Z 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-11-01T16:32:49.8073240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/ir_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8079300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/ts_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8080770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/computation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8090410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/closure.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8091790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/device_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-11-01T16:32:49.8099170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/storage.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:49.8101330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-11-01T16:32:49.8102610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2024-11-01T16:32:49.8103780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2024-11-01T16:32:49.8105080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2024-11-01T16:32:49.8106170Z 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-11-01T16:32:49.8112790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-11-01T16:32:49.8114000Z 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-11-01T16:32:49.8115680Z 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-11-01T16:32:49.8117160Z 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-11-01T16:32:49.8118680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-11-01T16:32:49.8119770Z 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-11-01T16:32:49.8121200Z 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-11-01T16:32:49.8122620Z 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-11-01T16:32:49.8124120Z 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-11-01T16:32:49.8125760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-11-01T16:32:49.8127070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2024-11-01T16:32:49.8128310Z 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-11-01T16:32:49.8129770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-11-01T16:32:49.8131070Z 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-11-01T16:32:49.8132810Z 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-11-01T16:32:49.8134530Z 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-11-01T16:32:49.8136220Z 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-11-01T16:32:49.8137740Z 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-11-01T16:32:49.8139130Z 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-11-01T16:32:49.8140910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-11-01T16:32:49.8142200Z 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-11-01T16:32:49.8143980Z 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-11-01T16:32:49.8145600Z 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-11-01T16:32:49.8147120Z 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-11-01T16:32:49.8148670Z 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-11-01T16:32:49.8150220Z 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-11-01T16:32:49.8151800Z 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-11-01T16:32:49.8153360Z 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-11-01T16:32:49.8154930Z 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-11-01T16:32:49.8156490Z 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-11-01T16:32:49.8158040Z 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-11-01T16:32:49.8159240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2024-11-01T16:32:49.8160440Z 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-11-01T16:32:49.8161940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-11-01T16:32:49.8163260Z 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-11-01T16:32:49.8185420Z 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-11-01T16:32:49.8195000Z 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-11-01T16:32:49.8196920Z 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-11-01T16:32:49.8198840Z 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-11-01T16:32:49.8200730Z 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-11-01T16:32:49.8202270Z 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-11-01T16:32:49.8203230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2024-11-01T16:32:49.8204460Z 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-11-01T16:32:49.8206240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-11-01T16:32:49.8207530Z 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-11-01T16:32:49.8216400Z 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-11-01T16:32:49.8218140Z 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-11-01T16:32:49.8219310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2024-11-01T16:32:49.8220010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2024-11-01T16:32:49.8221170Z 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-11-01T16:32:49.8225930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-11-01T16:32:49.8227220Z 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-11-01T16:32:49.8228940Z 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-11-01T16:32:49.8230580Z 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-11-01T16:32:49.8232270Z 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-11-01T16:32:49.8233550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2024-11-01T16:32:49.8234800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-11-01T16:32:49.8236110Z 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-11-01T16:32:49.8237620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-11-01T16:32:49.8239070Z 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-11-01T16:32:49.8241080Z 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-11-01T16:32:49.8242860Z 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-11-01T16:32:49.8244030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-11-01T16:32:49.8245340Z 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-11-01T16:32:49.8247110Z 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-11-01T16:32:49.8260520Z 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-11-01T16:32:49.8262380Z 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-11-01T16:32:49.8264240Z 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-11-01T16:32:49.8265780Z 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-11-01T16:32:49.8282750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-11-01T16:32:49.8283870Z 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-11-01T16:32:49.8285280Z 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-11-01T16:32:49.8286630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2024-11-01T16:32:49.8287830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-11-01T16:32:49.8288900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-11-01T16:32:49.8290060Z 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-11-01T16:32:49.8291640Z 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-11-01T16:32:49.8293120Z 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-11-01T16:32:49.8294500Z 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-11-01T16:32:49.8308790Z 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-11-01T16:32:49.8314680Z 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-11-01T16:32:49.8316300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-11-01T16:32:49.8317470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-11-01T16:32:49.8318370Z 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-11-01T16:32:49.8320080Z 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-11-01T16:32:49.8321420Z 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-11-01T16:32:49.8322730Z 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-11-01T16:32:49.8323980Z 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-11-01T16:32:49.8325240Z 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-11-01T16:32:49.8326440Z 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-11-01T16:32:49.8327730Z 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-11-01T16:32:49.8329440Z 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-11-01T16:32:49.8330930Z 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-11-01T16:32:49.8332150Z 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-11-01T16:32:49.8333390Z 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-11-01T16:32:49.8334560Z 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-11-01T16:32:49.8335840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-11-01T16:32:49.8337580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-11-01T16:32:49.8338460Z 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-11-01T16:32:49.8363440Z 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-11-01T16:32:49.8364820Z 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-11-01T16:32:49.8366230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-11-01T16:32:49.8367530Z 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-11-01T16:32:49.8368980Z 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-11-01T16:32:49.8370280Z 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-11-01T16:32:49.8371580Z 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-11-01T16:32:49.8372870Z 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-11-01T16:32:49.8374210Z 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-11-01T16:32:49.8375530Z 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-11-01T16:32:49.8376870Z 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-11-01T16:32:49.8378180Z 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-11-01T16:32:49.8379510Z 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-11-01T16:32:49.8380840Z 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-11-01T16:32:49.8382150Z 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-11-01T16:32:49.8383440Z 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-11-01T16:32:49.8384710Z 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-11-01T16:32:49.8385870Z 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-11-01T16:32:49.8386790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-11-01T16:32:49.8387750Z 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-11-01T16:32:49.8389000Z 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-11-01T16:32:49.8390210Z 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-11-01T16:32:49.8391470Z 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-11-01T16:32:49.8392950Z 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-11-01T16:32:49.8394130Z 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-11-01T16:32:49.8395080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-11-01T16:32:49.8396150Z 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-11-01T16:32:49.8397580Z 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-11-01T16:32:49.8398880Z 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-11-01T16:32:49.8404160Z 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-11-01T16:32:49.8405380Z 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-11-01T16:32:49.8406530Z 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-11-01T16:32:49.8407370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-11-01T16:32:49.8408300Z 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-11-01T16:32:49.8409520Z 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-11-01T16:32:49.8410690Z 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-11-01T16:32:49.8411860Z 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-11-01T16:32:49.8413030Z 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-11-01T16:32:49.8414150Z 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-11-01T16:32:49.8415020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-11-01T16:32:49.8416070Z 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-11-01T16:32:49.8417460Z 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-11-01T16:32:49.8418870Z 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-11-01T16:32:49.8420220Z 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-11-01T16:32:49.8421540Z 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-11-01T16:32:49.8422800Z 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-11-01T16:32:49.8424000Z 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-11-01T16:32:49.8425180Z 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-11-01T16:32:49.8426380Z 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-11-01T16:32:49.8427570Z 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-11-01T16:32:49.8428710Z 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-11-01T16:32:49.8429870Z 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-11-01T16:32:49.8431070Z 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-11-01T16:32:49.8432220Z 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-11-01T16:32:49.8433350Z 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-11-01T16:32:49.8434510Z 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-11-01T16:32:49.8435670Z 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-11-01T16:32:49.8436830Z 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-11-01T16:32:49.8437930Z 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-11-01T16:32:49.8439010Z 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-11-01T16:32:49.8440110Z 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-11-01T16:32:49.8441180Z 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-11-01T16:32:49.8442350Z 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-11-01T16:32:49.8443490Z 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-11-01T16:32:49.8444710Z 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-11-01T16:32:49.8445850Z 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-11-01T16:32:49.8447040Z 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-11-01T16:32:49.8448170Z 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-11-01T16:32:49.8449360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-11-01T16:32:49.8450340Z 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-11-01T16:32:49.8451780Z 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-11-01T16:32:49.8453270Z 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-11-01T16:32:49.8454610Z 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-11-01T16:32:49.8455900Z 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-11-01T16:32:49.8457150Z 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-11-01T16:32:49.8458410Z 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-11-01T16:32:49.8459730Z 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-11-01T16:32:49.8460950Z 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-11-01T16:32:49.8462100Z 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-11-01T16:32:49.8463170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-11-01T16:32:49.8464690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-11-01T16:32:49.8465650Z 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-11-01T16:32:49.8466890Z 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-11-01T16:32:49.8468080Z 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-11-01T16:32:49.8469320Z 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-11-01T16:32:49.8470620Z 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-11-01T16:32:49.8471520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2024-11-01T16:32:49.8472290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-11-01T16:32:49.8473170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-11-01T16:32:49.8474120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-11-01T16:32:49.8475450Z 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-11-01T16:32:49.8477290Z 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-11-01T16:32:49.8479080Z 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-11-01T16:32:49.8480850Z 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-11-01T16:32:49.8482390Z 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-11-01T16:32:49.8483840Z 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-11-01T16:32:49.8485310Z 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-11-01T16:32:49.8486820Z 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-11-01T16:32:49.8487860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-11-01T16:32:49.8488860Z 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-11-01T16:32:49.8490230Z 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-11-01T16:32:49.8491550Z 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-11-01T16:32:49.8492910Z 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-11-01T16:32:49.8494300Z 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-11-01T16:32:49.8495770Z 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-11-01T16:32:49.8497200Z 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-11-01T16:32:49.8498550Z 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-11-01T16:32:49.8499820Z 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-11-01T16:32:49.8500790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-11-01T16:32:49.8502010Z 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-11-01T16:32:49.8503600Z 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-11-01T16:32:49.8504690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-11-01T16:32:49.8509420Z 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-11-01T16:32:49.8510980Z 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-11-01T16:32:49.8511990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-11-01T16:32:49.8512900Z 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-11-01T16:32:49.8514120Z 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-11-01T16:32:49.8515310Z 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-11-01T16:32:49.8516480Z 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-11-01T16:32:49.8517600Z 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-11-01T16:32:49.8518590Z 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-11-01T16:32:49.8519300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-11-01T16:32:49.8519950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mtia/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-11-01T16:32:49.8520800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mtia/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-11-01T16:32:49.8521420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-11-01T16:32:49.8522110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libtorch_python.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-11-01T16:32:49.8952200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libtorch.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-11-01T16:32:49.8953360Z 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-11-01T16:32:49.8954690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libomp.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-11-01T16:32:49.8959800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libtorch_cpu.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-11-01T16:32:50.9174100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libc10.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-11-01T16:32:50.9180720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libshm.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-11-01T16:32:50.9182510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_VF.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9189780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9190890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/py.typed -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9191900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lobpcg.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9194210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-11-01T16:32:50.9195030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2024-11-01T16:32:50.9195950Z 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-11-01T16:32:50.9197750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2024-11-01T16:32:50.9198570Z 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-11-01T16:32:50.9200460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2024-11-01T16:32:50.9201380Z 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-11-01T16:32:50.9202810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-11-01T16:32:50.9204610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-11-01T16:32:50.9207410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2024-11-01T16:32:50.9208180Z 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-11-01T16:32:50.9209430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-11-01T16:32:50.9211330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-11-01T16:32:50.9212000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fft/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-11-01T16:32:50.9213780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/__future__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9215210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9216030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/_memory_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9217140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/itt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9223520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/_pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9224520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9225500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9226490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/python_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9227470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-11-01T16:32:50.9228150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-11-01T16:32:50.9228930Z 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-11-01T16:32:50.9229990Z 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-11-01T16:32:50.9230970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-11-01T16:32:50.9231920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/semi_structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-11-01T16:32:50.9232890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/_triton_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-11-01T16:32:50.9233860Z 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-11-01T16:32:50.9236590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-11-01T16:32:50.9237290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_awaits/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-11-01T16:32:50.9238350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9239610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_deploy.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9240790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_python_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9242470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9243170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_safeguard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9244670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2024-11-01T16:32:50.9245530Z 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-11-01T16:32:50.9246680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/exported_program.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9247850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9249690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/custom_obj.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9250620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/passes 2024-11-01T16:32:50.9251440Z 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-11-01T16:32:50.9252700Z 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-11-01T16:32:50.9253880Z 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-11-01T16:32:50.9254980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9256200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_unlift.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9257330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9259160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/graph_signature.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9260240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/decomp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9261280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_swap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9262660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_draft_export.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9263750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9265080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_tree_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-11-01T16:32:50.9268540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-11-01T16:32:50.9269560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-11-01T16:32:50.9270440Z 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-11-01T16:32:50.9271710Z 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-11-01T16:32:50.9272820Z 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-11-01T16:32:50.9274200Z 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-11-01T16:32:50.9275390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nested/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-11-01T16:32:50.9276910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_classes.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9278480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-11-01T16:32:50.9279280Z 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-11-01T16:32:50.9280320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-11-01T16:32:50.9281370Z 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-11-01T16:32:50.9282230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-11-01T16:32:50.9283030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/compiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-11-01T16:32:50.9284620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-11-01T16:32:50.9285310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/signal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-11-01T16:32:50.9286410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-11-01T16:32:50.9287240Z 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-11-01T16:32:50.9288430Z 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-11-01T16:32:50.9289620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9306570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9307370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/inverse_gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9308990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/laplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9310370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/relaxed_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9311490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9321430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9334210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/dirichlet.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9340250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/log_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9382030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/transformed_distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9409780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/geometric.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9410880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/weibull.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9417200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/studentT.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9429850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9431950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9434770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/poisson.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9437150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/beta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9439320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/kumaraswamy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9444000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/half_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9445210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/relaxed_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9453160Z 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-11-01T16:32:50.9454280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/half_cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9455330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9456430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/lkj_cholesky.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9457620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/independent.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9458720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/multinomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9459840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/exponential.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9465400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/pareto.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9466530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/negative_binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9467610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9468720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/von_mises.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9469820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9470900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/gumbel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9472010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/constraint_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9473080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9474100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/kl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9475170Z 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-11-01T16:32:50.9476360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/continuous_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9477480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/fishersnedecor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9478610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/constraints.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9479690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/uniform.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9480750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9481810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/exp_family.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9482890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/logistic_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9484010Z 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-11-01T16:32:50.9485100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/wishart.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9486120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9487160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/chi2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9488180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-11-01T16:32:50.9488910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9489660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/package_exporter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9490730Z 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-11-01T16:32:50.9491740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_mock.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9492690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9493640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_stdlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9494640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_mangling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9495590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9496560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/package_importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9497630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_package_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9498690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/glob_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9505190Z 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-11-01T16:32:50.9506330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_package_pickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9508190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-11-01T16:32:50.9509140Z 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-11-01T16:32:50.9515480Z 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-11-01T16:32:50.9519530Z 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-11-01T16:32:50.9520750Z 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-11-01T16:32:50.9521860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_importlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9522980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_directory_reader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9523990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_digraph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-11-01T16:32:50.9525310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9560990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-11-01T16:32:50.9562790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share 2024-11-01T16:32:50.9563500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake 2024-11-01T16:32:50.9564880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-11-01T16:32:50.9565770Z 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-11-01T16:32:50.9567010Z 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-11-01T16:32:50.9567980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-11-01T16:32:50.9569380Z 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-11-01T16:32:50.9570820Z 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-11-01T16:32:50.9571890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-11-01T16:32:50.9573190Z 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-11-01T16:32:50.9574480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-11-01T16:32:50.9575780Z 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-11-01T16:32:50.9577520Z 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-11-01T16:32:50.9579290Z 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-11-01T16:32:50.9581080Z 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-11-01T16:32:50.9582910Z 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-11-01T16:32:50.9584560Z 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-11-01T16:32:50.9586190Z 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-11-01T16:32:50.9587310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-11-01T16:32:50.9588270Z 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-11-01T16:32:50.9589580Z 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-11-01T16:32:50.9590990Z 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-11-01T16:32:50.9592280Z 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-11-01T16:32:50.9593640Z 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-11-01T16:32:50.9594930Z 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-11-01T16:32:50.9596220Z 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-11-01T16:32:50.9597500Z 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-11-01T16:32:50.9598770Z 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-11-01T16:32:50.9600030Z 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-11-01T16:32:50.9601280Z 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-11-01T16:32:50.9602510Z 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-11-01T16:32:50.9603780Z 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-11-01T16:32:50.9605020Z 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-11-01T16:32:50.9605860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-11-01T16:32:50.9606730Z 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-11-01T16:32:50.9607950Z 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-11-01T16:32:50.9608870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2024-11-01T16:32:50.9609730Z 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-11-01T16:32:50.9614840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-11-01T16:32:50.9615540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/func/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-11-01T16:32:50.9616180Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9616910Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/native_function_generation.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9617660Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-11-01T16:32:50.9618510Z 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-11-01T16:32:50.9619650Z 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-11-01T16:32:50.9620760Z 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-11-01T16:32:50.9621750Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_vmap_plumbing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9622630Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9623330Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged 2024-11-01T16:32:50.9623840Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-11-01T16:32:50.9624740Z 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-11-01T16:32:50.9625930Z 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-11-01T16:32:50.9627110Z 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-11-01T16:32:50.9628310Z 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-11-01T16:32:50.9629560Z 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-11-01T16:32:50.9630860Z 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-11-01T16:32:50.9632060Z 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-11-01T16:32:50.9633240Z 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-11-01T16:32:50.9634440Z 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-11-01T16:32:50.9635600Z 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-11-01T16:32:50.9636810Z 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-11-01T16:32:50.9638040Z 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-11-01T16:32:50.9639260Z 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-11-01T16:32:50.9640140Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-11-01T16:32:50.9641200Z 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-11-01T16:32:50.9642610Z 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-11-01T16:32:50.9644010Z 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-11-01T16:32:50.9645410Z 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-11-01T16:32:50.9646810Z 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-11-01T16:32:50.9648240Z 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-11-01T16:32:50.9649700Z 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-11-01T16:32:50.9651090Z 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-11-01T16:32:50.9652450Z 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-11-01T16:32:50.9653870Z 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-11-01T16:32:50.9655270Z 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-11-01T16:32:50.9656660Z 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-11-01T16:32:50.9658070Z 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-11-01T16:32:50.9659440Z 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-11-01T16:32:50.9660840Z 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-11-01T16:32:50.9662250Z 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-11-01T16:32:50.9663670Z 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-11-01T16:32:50.9665060Z 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-11-01T16:32:50.9666440Z 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-11-01T16:32:50.9667850Z 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-11-01T16:32:50.9669270Z 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-11-01T16:32:50.9670680Z 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-11-01T16:32:50.9672050Z 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-11-01T16:32:50.9673330Z 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-11-01T16:32:50.9674570Z 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-11-01T16:32:50.9675790Z 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-11-01T16:32:50.9677010Z 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-11-01T16:32:50.9677820Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen 2024-11-01T16:32:50.9678360Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-11-01T16:32:50.9679290Z 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-11-01T16:32:50.9680530Z 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-11-01T16:32:50.9681420Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-11-01T16:32:50.9682450Z 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-11-01T16:32:50.9683810Z 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-11-01T16:32:50.9685170Z 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-11-01T16:32:50.9686560Z 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-11-01T16:32:50.9687960Z 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-11-01T16:32:50.9689280Z 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-11-01T16:32:50.9690720Z 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-11-01T16:32:50.9692100Z 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-11-01T16:32:50.9693540Z 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-11-01T16:32:50.9694930Z 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-11-01T16:32:50.9696300Z 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-11-01T16:32:50.9697590Z 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-11-01T16:32:50.9698970Z 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-11-01T16:32:50.9700430Z 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-11-01T16:32:50.9701860Z 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-11-01T16:32:50.9703220Z 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-11-01T16:32:50.9704600Z 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-11-01T16:32:50.9706010Z 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-11-01T16:32:50.9707400Z 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-11-01T16:32:50.9708710Z 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-11-01T16:32:50.9710060Z 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-11-01T16:32:50.9711470Z 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-11-01T16:32:50.9712870Z 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-11-01T16:32:50.9714280Z 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-11-01T16:32:50.9715710Z 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-11-01T16:32:50.9721400Z 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-11-01T16:32:50.9722870Z 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-11-01T16:32:50.9724240Z 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-11-01T16:32:50.9725610Z 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-11-01T16:32:50.9727020Z 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-11-01T16:32:50.9728420Z 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-11-01T16:32:50.9729720Z 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-11-01T16:32:50.9730990Z 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-11-01T16:32:50.9732320Z 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-11-01T16:32:50.9733650Z 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-11-01T16:32:50.9734960Z 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-11-01T16:32:50.9736270Z 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-11-01T16:32:50.9737700Z 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-11-01T16:32:50.9739000Z 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-11-01T16:32:50.9739860Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-11-01T16:32:50.9740660Z 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-11-01T16:32:50.9741750Z 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-11-01T16:32:50.9742830Z 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-11-01T16:32:50.9744010Z 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-11-01T16:32:50.9745040Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_executorch.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9745930Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/local.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9746860Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_functionalization_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9747800Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/code_template.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9748500Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-11-01T16:32:50.9749360Z 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-11-01T16:32:50.9750550Z 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-11-01T16:32:50.9751840Z 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-11-01T16:32:50.9752870Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9753740Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/yaml_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9754660Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_aoti_c_shim.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9755530Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9756410Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_schema_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9757300Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/context.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9758150Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9758780Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-11-01T16:32:50.9759510Z 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-11-01T16:32:50.9760480Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-11-01T16:32:50.9761400Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-11-01T16:32:50.9762370Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/native_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-11-01T16:32:50.9763360Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/lazy_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-11-01T16:32:50.9764350Z 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-11-01T16:32:50.9765080Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9765770Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9766740Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/translate.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9767420Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-11-01T16:32:50.9768180Z 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-11-01T16:32:50.9769220Z 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-11-01T16:32:50.9770260Z 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-11-01T16:32:50.9771300Z 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-11-01T16:32:50.9772270Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9773340Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9774370Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/native.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9775730Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9776760Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9778080Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9779280Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9781190Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9782180Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/python.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9783350Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9784620Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/meta.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-11-01T16:32:50.9785750Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_backend_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9787620Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-11-01T16:32:50.9788400Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-11-01T16:32:50.9789430Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-11-01T16:32:50.9790400Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-11-01T16:32:50.9791390Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-11-01T16:32:50.9792380Z 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-11-01T16:32:50.9793590Z 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-11-01T16:32:50.9795040Z 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-11-01T16:32:50.9796240Z 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-11-01T16:32:50.9797520Z 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-11-01T16:32:50.9798630Z 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-11-01T16:32:50.9799780Z 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-11-01T16:32:50.9800840Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/parse.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-11-01T16:32:50.9801570Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-11-01T16:32:50.9802270Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-11-01T16:32:50.9803230Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti/fallback_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-11-01T16:32:50.9804380Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_lazy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-11-01T16:32:50.9806010Z creating build/bdist.macosx-11.1-arm64/wheel/functorch 2024-11-01T16:32:50.9806920Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-11-01T16:32:50.9807900Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental/control_flow.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-11-01T16:32:50.9809070Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-11-01T16:32:50.9810250Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental/ops.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-11-01T16:32:50.9811540Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-11-01T16:32:50.9812350Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2024-11-01T16:32:50.9813280Z 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-11-01T16:32:50.9814450Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-11-01T16:32:50.9815660Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2024-11-01T16:32:50.9816630Z 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-11-01T16:32:50.9817770Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2024-11-01T16:32:50.9818680Z 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-11-01T16:32:50.9819940Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2024-11-01T16:32:50.9820710Z 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-11-01T16:32:50.9821870Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9822890Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/magic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9824310Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9825450Z 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-11-01T16:32:50.9826560Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/op_properties.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9827930Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/batch_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9829170Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/wrap_type.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9830260Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/reference.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9831540Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/dim.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9832600Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/tree_map.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-11-01T16:32:50.9834680Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-11-01T16:32:50.9835940Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-11-01T16:32:50.9836730Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/compile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-11-01T16:32:50.9838490Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-11-01T16:32:50.9839250Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/einops/_parsing.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-11-01T16:32:50.9840380Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/einops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-11-01T16:32:50.9841500Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/einops/rearrange.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-11-01T16:32:50.9842780Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-11-01T16:32:50.9851180Z running install_egg_info 2024-11-01T16:32:51.0207440Z running egg_info 2024-11-01T16:32:51.0207950Z creating torch.egg-info 2024-11-01T16:32:51.0230210Z writing torch.egg-info/PKG-INFO 2024-11-01T16:32:51.0236830Z writing dependency_links to torch.egg-info/dependency_links.txt 2024-11-01T16:32:51.0238420Z writing entry points to torch.egg-info/entry_points.txt 2024-11-01T16:32:51.0241790Z writing requirements to torch.egg-info/requires.txt 2024-11-01T16:32:51.0243270Z writing top-level names to torch.egg-info/top_level.txt 2024-11-01T16:32:51.0244020Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-11-01T16:32:51.3351360Z reading manifest file 'torch.egg-info/SOURCES.txt' 2024-11-01T16:32:51.3351900Z reading manifest template 'MANIFEST.in' 2024-11-01T16:32:54.3100240Z warning: no files found matching '*.*' under directory 'modules' 2024-11-01T16:32:54.3876140Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-11-01T16:32:54.7486850Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-11-01T16:32:54.7487370Z adding license file 'LICENSE' 2024-11-01T16:32:54.7487630Z adding license file 'NOTICE' 2024-11-01T16:32:55.4948190Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-11-01T16:32:55.5255140Z Copying torch.egg-info to build/bdist.macosx-11.1-arm64/wheel/torch-2.6.0a0+gitd1aa4ef-py3.9.egg-info 2024-11-01T16:32:55.5454380Z running install_scripts 2024-11-01T16:32:55.5799810Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2024-11-01T16:32:55.5801220Z adding license file "NOTICE" (matched pattern "NOTICE*") 2024-11-01T16:32:55.6011320Z creating build/bdist.macosx-11.1-arm64/wheel/torch-2.6.0a0+gitd1aa4ef.dist-info/WHEEL 2024-11-01T16:32:55.6015360Z creating 'dist/torch-2.6.0a0+gitd1aa4ef-cp39-cp39-macosx_11_0_arm64.whl' and adding 'build/bdist.macosx-11.1-arm64/wheel' to it 2024-11-01T16:32:55.6144580Z adding 'functorch/_C.cpython-39-darwin.so' 2024-11-01T16:32:55.6147850Z adding 'functorch/__init__.py' 2024-11-01T16:32:55.6149200Z adding 'functorch/_src/__init__.py' 2024-11-01T16:32:55.6150560Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-11-01T16:32:55.6151830Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-11-01T16:32:55.6153110Z adding 'functorch/_src/make_functional/__init__.py' 2024-11-01T16:32:55.6154350Z adding 'functorch/_src/vmap/__init__.py' 2024-11-01T16:32:55.6155560Z adding 'functorch/compile/__init__.py' 2024-11-01T16:32:55.6157350Z adding 'functorch/dim/__init__.py' 2024-11-01T16:32:55.6158580Z adding 'functorch/dim/batch_tensor.py' 2024-11-01T16:32:55.6159960Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-11-01T16:32:55.6161430Z adding 'functorch/dim/dim.py' 2024-11-01T16:32:55.6162670Z adding 'functorch/dim/magic_trace.py' 2024-11-01T16:32:55.6164480Z adding 'functorch/dim/op_properties.py' 2024-11-01T16:32:55.6169660Z adding 'functorch/dim/reference.py' 2024-11-01T16:32:55.6170890Z adding 'functorch/dim/tree_map.py' 2024-11-01T16:32:55.6172120Z adding 'functorch/dim/wrap_type.py' 2024-11-01T16:32:55.6172830Z adding 'functorch/einops/__init__.py' 2024-11-01T16:32:55.6175970Z adding 'functorch/einops/_parsing.py' 2024-11-01T16:32:55.6178220Z adding 'functorch/einops/rearrange.py' 2024-11-01T16:32:55.6179430Z adding 'functorch/experimental/__init__.py' 2024-11-01T16:32:55.6180100Z adding 'functorch/experimental/control_flow.py' 2024-11-01T16:32:55.6181380Z adding 'functorch/experimental/ops.py' 2024-11-01T16:32:55.6185680Z adding 'torch/_C.cpython-39-darwin.so' 2024-11-01T16:32:55.6186950Z adding 'torch/_VF.py' 2024-11-01T16:32:55.6338900Z adding 'torch/_VF.pyi' 2024-11-01T16:32:55.6344850Z adding 'torch/__config__.py' 2024-11-01T16:32:55.6346870Z adding 'torch/__future__.py' 2024-11-01T16:32:55.6369440Z adding 'torch/__init__.py' 2024-11-01T16:32:55.6374480Z adding 'torch/_appdirs.py' 2024-11-01T16:32:55.6375990Z adding 'torch/_classes.py' 2024-11-01T16:32:55.6377240Z adding 'torch/_compile.py' 2024-11-01T16:32:55.6380230Z adding 'torch/_custom_ops.py' 2024-11-01T16:32:55.6381790Z adding 'torch/_deploy.py' 2024-11-01T16:32:55.6382730Z adding 'torch/_environment.py' 2024-11-01T16:32:55.6390140Z adding 'torch/_guards.py' 2024-11-01T16:32:55.6403480Z adding 'torch/_jit_internal.py' 2024-11-01T16:32:55.6405570Z adding 'torch/_linalg_utils.py' 2024-11-01T16:32:55.6415100Z adding 'torch/_lobpcg.py' 2024-11-01T16:32:55.6417980Z adding 'torch/_lowrank.py' 2024-11-01T16:32:55.6460160Z adding 'torch/_meta_registrations.py' 2024-11-01T16:32:55.6463050Z adding 'torch/_namedtensor_internals.py' 2024-11-01T16:32:55.6475170Z adding 'torch/_ops.py' 2024-11-01T16:32:55.6482310Z adding 'torch/_python_dispatcher.py' 2024-11-01T16:32:55.6482670Z adding 'torch/_size_docs.py' 2024-11-01T16:32:55.6482930Z adding 'torch/_sources.py' 2024-11-01T16:32:55.6483180Z adding 'torch/_storage_docs.py' 2024-11-01T16:32:55.6483440Z adding 'torch/_streambase.py' 2024-11-01T16:32:55.6496720Z adding 'torch/_tensor.py' 2024-11-01T16:32:55.6524280Z adding 'torch/_tensor_docs.py' 2024-11-01T16:32:55.6530420Z adding 'torch/_tensor_str.py' 2024-11-01T16:32:55.6531480Z adding 'torch/_thread_safe_fork.py' 2024-11-01T16:32:55.6620400Z adding 'torch/_torch_docs.py' 2024-11-01T16:32:55.6631150Z adding 'torch/_utils.py' 2024-11-01T16:32:55.6634770Z adding 'torch/_utils_internal.py' 2024-11-01T16:32:55.6637550Z adding 'torch/_vmap_internals.py' 2024-11-01T16:32:55.6641120Z adding 'torch/_weights_only_unpickler.py' 2024-11-01T16:32:55.6660600Z adding 'torch/functional.py' 2024-11-01T16:32:55.6668560Z adding 'torch/hub.py' 2024-11-01T16:32:55.6680120Z adding 'torch/library.py' 2024-11-01T16:32:55.6697660Z adding 'torch/overrides.py' 2024-11-01T16:32:55.6699070Z adding 'torch/py.typed' 2024-11-01T16:32:55.6701310Z adding 'torch/quasirandom.py' 2024-11-01T16:32:55.6703470Z adding 'torch/random.py' 2024-11-01T16:32:55.6704720Z adding 'torch/return_types.py' 2024-11-01T16:32:55.6706560Z adding 'torch/return_types.pyi' 2024-11-01T16:32:55.6723230Z adding 'torch/serialization.py' 2024-11-01T16:32:55.6732530Z adding 'torch/storage.py' 2024-11-01T16:32:55.6734200Z adding 'torch/torch_version.py' 2024-11-01T16:32:55.6735710Z adding 'torch/types.py' 2024-11-01T16:32:55.6736750Z adding 'torch/version.py' 2024-11-01T16:32:55.6892480Z adding 'torch/_C/_VariableFunctions.pyi' 2024-11-01T16:32:55.6957380Z adding 'torch/_C/__init__.pyi' 2024-11-01T16:32:55.6960510Z adding 'torch/_C/_aoti.pyi' 2024-11-01T16:32:55.6962250Z adding 'torch/_C/_autograd.pyi' 2024-11-01T16:32:55.6963390Z adding 'torch/_C/_cpu.pyi' 2024-11-01T16:32:55.6964480Z adding 'torch/_C/_cudnn.pyi' 2024-11-01T16:32:55.6965500Z adding 'torch/_C/_cusparselt.pyi' 2024-11-01T16:32:55.6966780Z adding 'torch/_C/_distributed_autograd.pyi' 2024-11-01T16:32:55.6970480Z adding 'torch/_C/_distributed_c10d.pyi' 2024-11-01T16:32:55.6972380Z adding 'torch/_C/_distributed_rpc.pyi' 2024-11-01T16:32:55.6973580Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-11-01T16:32:55.6974590Z adding 'torch/_C/_functions.pyi' 2024-11-01T16:32:55.6975990Z adding 'torch/_C/_functorch.pyi' 2024-11-01T16:32:55.6977030Z adding 'torch/_C/_instruction_counter.pyi' 2024-11-01T16:32:55.6978040Z adding 'torch/_C/_itt.pyi' 2024-11-01T16:32:55.6979190Z adding 'torch/_C/_lazy.pyi' 2024-11-01T16:32:55.6980300Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-11-01T16:32:55.6981420Z adding 'torch/_C/_monitor.pyi' 2024-11-01T16:32:55.6982870Z adding 'torch/_C/_nn.pyi' 2024-11-01T16:32:55.6983900Z adding 'torch/_C/_nvtx.pyi' 2024-11-01T16:32:55.6984980Z adding 'torch/_C/_onnx.pyi' 2024-11-01T16:32:55.6986850Z adding 'torch/_C/_profiler.pyi' 2024-11-01T16:32:55.6988020Z adding 'torch/_C/_verbose.pyi' 2024-11-01T16:32:55.6989540Z adding 'torch/_awaits/__init__.py' 2024-11-01T16:32:55.6990750Z adding 'torch/_custom_op/__init__.py' 2024-11-01T16:32:55.6993660Z adding 'torch/_custom_op/autograd.py' 2024-11-01T16:32:55.6996050Z adding 'torch/_custom_op/functional.py' 2024-11-01T16:32:55.7001510Z adding 'torch/_custom_op/impl.py' 2024-11-01T16:32:55.7005640Z adding 'torch/_decomp/__init__.py' 2024-11-01T16:32:55.7044300Z adding 'torch/_decomp/decompositions.py' 2024-11-01T16:32:55.7048080Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-11-01T16:32:55.7050590Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-11-01T16:32:55.7051860Z adding 'torch/_dispatch/__init__.py' 2024-11-01T16:32:55.7053940Z adding 'torch/_dispatch/python.py' 2024-11-01T16:32:55.7056070Z adding 'torch/_dynamo/__init__.py' 2024-11-01T16:32:55.7058760Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-11-01T16:32:55.7061150Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-11-01T16:32:55.7073650Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-11-01T16:32:55.7076310Z adding 'torch/_dynamo/cache_size.py' 2024-11-01T16:32:55.7077630Z adding 'torch/_dynamo/callback.py' 2024-11-01T16:32:55.7078640Z adding 'torch/_dynamo/code_context.py' 2024-11-01T16:32:55.7082860Z adding 'torch/_dynamo/codegen.py' 2024-11-01T16:32:55.7089610Z adding 'torch/_dynamo/compiled_autograd.py' 2024-11-01T16:32:55.7093110Z adding 'torch/_dynamo/comptime.py' 2024-11-01T16:32:55.7098730Z adding 'torch/_dynamo/config.py' 2024-11-01T16:32:55.7110390Z adding 'torch/_dynamo/convert_frame.py' 2024-11-01T16:32:55.7112100Z adding 'torch/_dynamo/create_parameter_op.py' 2024-11-01T16:32:55.7113290Z adding 'torch/_dynamo/current_scope_id.py' 2024-11-01T16:32:55.7119890Z adding 'torch/_dynamo/debug_utils.py' 2024-11-01T16:32:55.7125180Z adding 'torch/_dynamo/decorators.py' 2024-11-01T16:32:55.7127920Z adding 'torch/_dynamo/device_interface.py' 2024-11-01T16:32:55.7129220Z adding 'torch/_dynamo/distributed.py' 2024-11-01T16:32:55.7145070Z adding 'torch/_dynamo/eval_frame.py' 2024-11-01T16:32:55.7149350Z adding 'torch/_dynamo/exc.py' 2024-11-01T16:32:55.7151180Z adding 'torch/_dynamo/external_utils.py' 2024-11-01T16:32:55.7152560Z adding 'torch/_dynamo/funcname_cache.py' 2024-11-01T16:32:55.7177490Z adding 'torch/_dynamo/guards.py' 2024-11-01T16:32:55.7179190Z adding 'torch/_dynamo/hooks.py' 2024-11-01T16:32:55.7184610Z adding 'torch/_dynamo/logging.py' 2024-11-01T16:32:55.7185080Z adding 'torch/_dynamo/mutation_guard.py' 2024-11-01T16:32:55.7204290Z adding 'torch/_dynamo/output_graph.py' 2024-11-01T16:32:55.7208050Z adding 'torch/_dynamo/pgo.py' 2024-11-01T16:32:55.7209990Z adding 'torch/_dynamo/profiler.py' 2024-11-01T16:32:55.7211580Z adding 'torch/_dynamo/replay_record.py' 2024-11-01T16:32:55.7216890Z adding 'torch/_dynamo/resume_execution.py' 2024-11-01T16:32:55.7223480Z adding 'torch/_dynamo/side_effects.py' 2024-11-01T16:32:55.7227610Z adding 'torch/_dynamo/source.py' 2024-11-01T16:32:55.7259190Z adding 'torch/_dynamo/symbolic_convert.py' 2024-11-01T16:32:55.7261530Z adding 'torch/_dynamo/tensor_version_op.py' 2024-11-01T16:32:55.7263090Z adding 'torch/_dynamo/test_case.py' 2024-11-01T16:32:55.7265800Z adding 'torch/_dynamo/test_minifier_common.py' 2024-11-01T16:32:55.7269290Z adding 'torch/_dynamo/testing.py' 2024-11-01T16:32:55.7292400Z adding 'torch/_dynamo/trace_rules.py' 2024-11-01T16:32:55.7294600Z adding 'torch/_dynamo/types.py' 2024-11-01T16:32:55.7322670Z adding 'torch/_dynamo/utils.py' 2024-11-01T16:32:55.7324520Z adding 'torch/_dynamo/backends/__init__.py' 2024-11-01T16:32:55.7326220Z adding 'torch/_dynamo/backends/common.py' 2024-11-01T16:32:55.7328570Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-11-01T16:32:55.7331790Z adding 'torch/_dynamo/backends/debugging.py' 2024-11-01T16:32:55.7337940Z adding 'torch/_dynamo/backends/distributed.py' 2024-11-01T16:32:55.7339190Z adding 'torch/_dynamo/backends/inductor.py' 2024-11-01T16:32:55.7340480Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-11-01T16:32:55.7342190Z adding 'torch/_dynamo/backends/registry.py' 2024-11-01T16:32:55.7343390Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-11-01T16:32:55.7344630Z adding 'torch/_dynamo/backends/torchxla.py' 2024-11-01T16:32:55.7346770Z adding 'torch/_dynamo/backends/tvm.py' 2024-11-01T16:32:55.7349240Z adding 'torch/_dynamo/polyfills/__init__.py' 2024-11-01T16:32:55.7350510Z adding 'torch/_dynamo/polyfills/builtins.py' 2024-11-01T16:32:55.7351730Z adding 'torch/_dynamo/polyfills/functools.py' 2024-11-01T16:32:55.7353310Z adding 'torch/_dynamo/polyfills/itertools.py' 2024-11-01T16:32:55.7354660Z adding 'torch/_dynamo/polyfills/loader.py' 2024-11-01T16:32:55.7355860Z adding 'torch/_dynamo/polyfills/os.py' 2024-11-01T16:32:55.7356730Z adding 'torch/_dynamo/polyfills/sys.py' 2024-11-01T16:32:55.7358030Z adding 'torch/_dynamo/repro/__init__.py' 2024-11-01T16:32:55.7365420Z adding 'torch/_dynamo/repro/after_aot.py' 2024-11-01T16:32:55.7369810Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-11-01T16:32:55.7372030Z adding 'torch/_dynamo/variables/__init__.py' 2024-11-01T16:32:55.7375160Z adding 'torch/_dynamo/variables/base.py' 2024-11-01T16:32:55.7401800Z adding 'torch/_dynamo/variables/builder.py' 2024-11-01T16:32:55.7417610Z adding 'torch/_dynamo/variables/builtin.py' 2024-11-01T16:32:55.7420760Z adding 'torch/_dynamo/variables/constant.py' 2024-11-01T16:32:55.7427720Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-11-01T16:32:55.7435420Z adding 'torch/_dynamo/variables/dicts.py' 2024-11-01T16:32:55.7438770Z adding 'torch/_dynamo/variables/distributed.py' 2024-11-01T16:32:55.7448440Z adding 'torch/_dynamo/variables/functions.py' 2024-11-01T16:32:55.7467700Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-11-01T16:32:55.7471560Z adding 'torch/_dynamo/variables/iter.py' 2024-11-01T16:32:55.7473790Z adding 'torch/_dynamo/variables/lazy.py' 2024-11-01T16:32:55.7480410Z adding 'torch/_dynamo/variables/lists.py' 2024-11-01T16:32:55.7492170Z adding 'torch/_dynamo/variables/misc.py' 2024-11-01T16:32:55.7502500Z adding 'torch/_dynamo/variables/nn_module.py' 2024-11-01T16:32:55.7506450Z adding 'torch/_dynamo/variables/optimizer.py' 2024-11-01T16:32:55.7508090Z adding 'torch/_dynamo/variables/script_object.py' 2024-11-01T16:32:55.7509590Z adding 'torch/_dynamo/variables/sdpa.py' 2024-11-01T16:32:55.7520830Z adding 'torch/_dynamo/variables/tensor.py' 2024-11-01T16:32:55.7530690Z adding 'torch/_dynamo/variables/torch.py' 2024-11-01T16:32:55.7536450Z adding 'torch/_dynamo/variables/torch_function.py' 2024-11-01T16:32:55.7547900Z adding 'torch/_dynamo/variables/user_defined.py' 2024-11-01T16:32:55.7552050Z adding 'torch/_export/__init__.py' 2024-11-01T16:32:55.7565780Z adding 'torch/_export/converter.py' 2024-11-01T16:32:55.7567490Z adding 'torch/_export/error.py' 2024-11-01T16:32:55.7572740Z adding 'torch/_export/non_strict_utils.py' 2024-11-01T16:32:55.7576400Z adding 'torch/_export/pass_base.py' 2024-11-01T16:32:55.7578290Z adding 'torch/_export/tools.py' 2024-11-01T16:32:55.7588480Z adding 'torch/_export/utils.py' 2024-11-01T16:32:55.7592510Z adding 'torch/_export/verifier.py' 2024-11-01T16:32:55.7594260Z adding 'torch/_export/wrappers.py' 2024-11-01T16:32:55.7595680Z adding 'torch/_export/db/__init__.py' 2024-11-01T16:32:55.7597540Z adding 'torch/_export/db/case.py' 2024-11-01T16:32:55.7598760Z adding 'torch/_export/db/gen_example.py' 2024-11-01T16:32:55.7600010Z adding 'torch/_export/db/logging.py' 2024-11-01T16:32:55.7601900Z adding 'torch/_export/db/examples/__init__.py' 2024-11-01T16:32:55.7603180Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-11-01T16:32:55.7603890Z adding 'torch/_export/db/examples/autograd_function.py' 2024-11-01T16:32:55.7605200Z adding 'torch/_export/db/examples/class_method.py' 2024-11-01T16:32:55.7606490Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-11-01T16:32:55.7607420Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-11-01T16:32:55.7609010Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-11-01T16:32:55.7609830Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-11-01T16:32:55.7611200Z adding 'torch/_export/db/examples/cond_operands.py' 2024-11-01T16:32:55.7612470Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-11-01T16:32:55.7613260Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-11-01T16:32:55.7614640Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-11-01T16:32:55.7615420Z adding 'torch/_export/db/examples/decorator.py' 2024-11-01T16:32:55.7619570Z adding 'torch/_export/db/examples/dictionary.py' 2024-11-01T16:32:55.7619990Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-11-01T16:32:55.7620450Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-11-01T16:32:55.7620900Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-11-01T16:32:55.7621330Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-11-01T16:32:55.7621910Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-11-01T16:32:55.7623190Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-11-01T16:32:55.7624010Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-11-01T16:32:55.7625340Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-11-01T16:32:55.7626130Z adding 'torch/_export/db/examples/list_contains.py' 2024-11-01T16:32:55.7627410Z adding 'torch/_export/db/examples/list_unpack.py' 2024-11-01T16:32:55.7628660Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-11-01T16:32:55.7629390Z adding 'torch/_export/db/examples/nested_function.py' 2024-11-01T16:32:55.7630820Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-11-01T16:32:55.7632120Z adding 'torch/_export/db/examples/optional_input.py' 2024-11-01T16:32:55.7632840Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-11-01T16:32:55.7634210Z adding 'torch/_export/db/examples/scalar_output.py' 2024-11-01T16:32:55.7635530Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-11-01T16:32:55.7636140Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-11-01T16:32:55.7637480Z adding 'torch/_export/db/examples/static_if.py' 2024-11-01T16:32:55.7638230Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-11-01T16:32:55.7639630Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-11-01T16:32:55.7640380Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-11-01T16:32:55.7641710Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-11-01T16:32:55.7642990Z adding 'torch/_export/pass_infra/__init__.py' 2024-11-01T16:32:55.7644220Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-11-01T16:32:55.7645040Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-11-01T16:32:55.7646600Z adding 'torch/_export/passes/__init__.py' 2024-11-01T16:32:55.7648030Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-11-01T16:32:55.7650730Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-11-01T16:32:55.7652270Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-11-01T16:32:55.7655280Z adding 'torch/_export/passes/constant_folding.py' 2024-11-01T16:32:55.7656780Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-11-01T16:32:55.7660040Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-11-01T16:32:55.7661360Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-11-01T16:32:55.7663400Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-11-01T16:32:55.7668590Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-11-01T16:32:55.7670250Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-11-01T16:32:55.7671620Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-11-01T16:32:55.7673690Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-11-01T16:32:55.7674960Z adding 'torch/_export/serde/__init__.py' 2024-11-01T16:32:55.7675680Z adding 'torch/_export/serde/aoti_schema.py' 2024-11-01T16:32:55.7678760Z adding 'torch/_export/serde/dynamic_shapes.py' 2024-11-01T16:32:55.7681320Z adding 'torch/_export/serde/schema.py' 2024-11-01T16:32:55.7683440Z adding 'torch/_export/serde/schema.yaml' 2024-11-01T16:32:55.7685950Z adding 'torch/_export/serde/schema_check.py' 2024-11-01T16:32:55.7711240Z adding 'torch/_export/serde/serialize.py' 2024-11-01T16:32:55.7713280Z adding 'torch/_export/serde/union.py' 2024-11-01T16:32:55.7714870Z adding 'torch/_functorch/__init__.py' 2024-11-01T16:32:55.7731550Z adding 'torch/_functorch/aot_autograd.py' 2024-11-01T16:32:55.7736120Z adding 'torch/_functorch/apis.py' 2024-11-01T16:32:55.7742500Z adding 'torch/_functorch/autograd_function.py' 2024-11-01T16:32:55.7743920Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-11-01T16:32:55.7746000Z adding 'torch/_functorch/benchmark_utils.py' 2024-11-01T16:32:55.7748100Z adding 'torch/_functorch/compile_utils.py' 2024-11-01T16:32:55.7751670Z adding 'torch/_functorch/compilers.py' 2024-11-01T16:32:55.7754680Z adding 'torch/_functorch/config.py' 2024-11-01T16:32:55.7756450Z adding 'torch/_functorch/deprecated.py' 2024-11-01T16:32:55.7772360Z adding 'torch/_functorch/eager_transforms.py' 2024-11-01T16:32:55.7775510Z adding 'torch/_functorch/functional_call.py' 2024-11-01T16:32:55.7779550Z adding 'torch/_functorch/fx_minifier.py' 2024-11-01T16:32:55.7784240Z adding 'torch/_functorch/make_functional.py' 2024-11-01T16:32:55.7802250Z adding 'torch/_functorch/partitioners.py' 2024-11-01T16:32:55.7805220Z adding 'torch/_functorch/pyfunctorch.py' 2024-11-01T16:32:55.7806390Z adding 'torch/_functorch/python_key.py' 2024-11-01T16:32:55.7807590Z adding 'torch/_functorch/pytree_hacks.py' 2024-11-01T16:32:55.7812380Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-11-01T16:32:55.7813570Z adding 'torch/_functorch/utils.py' 2024-11-01T16:32:55.7818060Z adding 'torch/_functorch/vmap.py' 2024-11-01T16:32:55.7819690Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-11-01T16:32:55.7826580Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-11-01T16:32:55.7836080Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-11-01T16:32:55.7839430Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-11-01T16:32:55.7844320Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-11-01T16:32:55.7849340Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-11-01T16:32:55.7856910Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-11-01T16:32:55.7858850Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-11-01T16:32:55.7879850Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-11-01T16:32:55.7889990Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-11-01T16:32:55.7894460Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-11-01T16:32:55.7904430Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-11-01T16:32:55.7909000Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-11-01T16:32:55.7910660Z adding 'torch/_higher_order_ops/__init__.py' 2024-11-01T16:32:55.7914160Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-11-01T16:32:55.7919770Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-11-01T16:32:55.7925160Z adding 'torch/_higher_order_ops/cond.py' 2024-11-01T16:32:55.7927960Z adding 'torch/_higher_order_ops/effects.py' 2024-11-01T16:32:55.7930170Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-11-01T16:32:55.7936960Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-11-01T16:32:55.7938930Z adding 'torch/_higher_order_ops/hints_wrap.py' 2024-11-01T16:32:55.7941600Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2024-11-01T16:32:55.7944060Z adding 'torch/_higher_order_ops/map.py' 2024-11-01T16:32:55.7946070Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-11-01T16:32:55.7947540Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-11-01T16:32:55.7951810Z adding 'torch/_higher_order_ops/scan.py' 2024-11-01T16:32:55.7953510Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-11-01T16:32:55.7955410Z adding 'torch/_higher_order_ops/torchbind.py' 2024-11-01T16:32:55.7966220Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-11-01T16:32:55.7970540Z adding 'torch/_higher_order_ops/utils.py' 2024-11-01T16:32:55.7973310Z adding 'torch/_higher_order_ops/while_loop.py' 2024-11-01T16:32:55.7975980Z adding 'torch/_higher_order_ops/wrap.py' 2024-11-01T16:32:55.7979150Z adding 'torch/_inductor/__init__.py' 2024-11-01T16:32:55.7981870Z adding 'torch/_inductor/aoti_eager.py' 2024-11-01T16:32:55.7984730Z adding 'torch/_inductor/async_compile.py' 2024-11-01T16:32:55.7990930Z adding 'torch/_inductor/autotune_process.py' 2024-11-01T16:32:55.7995290Z adding 'torch/_inductor/bisect_helper.py' 2024-11-01T16:32:55.7997390Z adding 'torch/_inductor/bounds.py' 2024-11-01T16:32:55.8027870Z adding 'torch/_inductor/codecache.py' 2024-11-01T16:32:55.8031110Z adding 'torch/_inductor/comm_analysis.py' 2024-11-01T16:32:55.8034120Z adding 'torch/_inductor/comm_lowering.py' 2024-11-01T16:32:55.8041160Z adding 'torch/_inductor/comms.py' 2024-11-01T16:32:55.8057380Z adding 'torch/_inductor/compile_fx.py' 2024-11-01T16:32:55.8071950Z adding 'torch/_inductor/config.py' 2024-11-01T16:32:55.8075650Z adding 'torch/_inductor/constant_folding.py' 2024-11-01T16:32:55.8086330Z adding 'torch/_inductor/cpp_builder.py' 2024-11-01T16:32:55.8090830Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-11-01T16:32:55.8115660Z adding 'torch/_inductor/cudagraph_trees.py' 2024-11-01T16:32:55.8119030Z adding 'torch/_inductor/cudagraph_utils.py' 2024-11-01T16:32:55.8120700Z adding 'torch/_inductor/custom_graph_pass.py' 2024-11-01T16:32:55.8126020Z adding 'torch/_inductor/debug.py' 2024-11-01T16:32:55.8133140Z adding 'torch/_inductor/decomposition.py' 2024-11-01T16:32:55.8139310Z adding 'torch/_inductor/dependencies.py' 2024-11-01T16:32:55.8140930Z adding 'torch/_inductor/exc.py' 2024-11-01T16:32:55.8142230Z adding 'torch/_inductor/extern_node_serializer.py' 2024-11-01T16:32:55.8144870Z adding 'torch/_inductor/freezing.py' 2024-11-01T16:32:55.8147410Z adding 'torch/_inductor/fx_utils.py' 2024-11-01T16:32:55.8167740Z adding 'torch/_inductor/graph.py' 2024-11-01T16:32:55.8169530Z adding 'torch/_inductor/hooks.py' 2024-11-01T16:32:55.8172930Z adding 'torch/_inductor/index_propagation.py' 2024-11-01T16:32:55.8174990Z adding 'torch/_inductor/inductor_prims.py' 2024-11-01T16:32:55.8230330Z adding 'torch/_inductor/ir.py' 2024-11-01T16:32:55.8234000Z adding 'torch/_inductor/jagged_lowerings.py' 2024-11-01T16:32:55.8239400Z adding 'torch/_inductor/loop_body.py' 2024-11-01T16:32:55.8285340Z adding 'torch/_inductor/lowering.py' 2024-11-01T16:32:55.8292140Z adding 'torch/_inductor/memory.py' 2024-11-01T16:32:55.8295560Z adding 'torch/_inductor/metrics.py' 2024-11-01T16:32:55.8302160Z adding 'torch/_inductor/mkldnn_ir.py' 2024-11-01T16:32:55.8308290Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-11-01T16:32:55.8314830Z adding 'torch/_inductor/ops_handler.py' 2024-11-01T16:32:55.8316810Z adding 'torch/_inductor/optimize_indexing.py' 2024-11-01T16:32:55.8333800Z adding 'torch/_inductor/pattern_matcher.py' 2024-11-01T16:32:55.8335640Z adding 'torch/_inductor/quantized_lowerings.py' 2024-11-01T16:32:55.8338630Z adding 'torch/_inductor/remote_cache.py' 2024-11-01T16:32:55.8372620Z adding 'torch/_inductor/scheduler.py' 2024-11-01T16:32:55.8388020Z adding 'torch/_inductor/select_algorithm.py' 2024-11-01T16:32:55.8396050Z adding 'torch/_inductor/sizevars.py' 2024-11-01T16:32:55.8398170Z adding 'torch/_inductor/subgraph_lowering.py' 2024-11-01T16:32:55.8399380Z adding 'torch/_inductor/test_case.py' 2024-11-01T16:32:55.8400630Z adding 'torch/_inductor/test_operators.py' 2024-11-01T16:32:55.8402960Z adding 'torch/_inductor/triton_bundler.py' 2024-11-01T16:32:55.8420030Z adding 'torch/_inductor/utils.py' 2024-11-01T16:32:55.8423430Z adding 'torch/_inductor/virtualized.py' 2024-11-01T16:32:55.8426330Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-11-01T16:32:55.8427760Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-11-01T16:32:55.8430710Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-11-01T16:32:55.8433490Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-11-01T16:32:55.8435320Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-11-01T16:32:55.8436750Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-11-01T16:32:55.8441240Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-11-01T16:32:55.8445990Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-11-01T16:32:55.8447980Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-11-01T16:32:55.8449820Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-11-01T16:32:55.8451390Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-11-01T16:32:55.8452060Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-11-01T16:32:55.8453760Z adding 'torch/_inductor/codegen/__init__.py' 2024-11-01T16:32:55.8455140Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-11-01T16:32:55.8473220Z adding 'torch/_inductor/codegen/common.py' 2024-11-01T16:32:55.8515340Z adding 'torch/_inductor/codegen/cpp.py' 2024-11-01T16:32:55.8526010Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-11-01T16:32:55.8531610Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-11-01T16:32:55.8541710Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-11-01T16:32:55.8542130Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-11-01T16:32:55.8543910Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-11-01T16:32:55.8551210Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-11-01T16:32:55.8569880Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-11-01T16:32:55.8579060Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2024-11-01T16:32:55.8583710Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2024-11-01T16:32:55.8585060Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2024-11-01T16:32:55.8586690Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-11-01T16:32:55.8589220Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-11-01T16:32:55.8602040Z adding 'torch/_inductor/codegen/halide.py' 2024-11-01T16:32:55.8607660Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-11-01T16:32:55.8611580Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-11-01T16:32:55.8627440Z adding 'torch/_inductor/codegen/simd.py' 2024-11-01T16:32:55.8629910Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2024-11-01T16:32:55.8661610Z adding 'torch/_inductor/codegen/triton.py' 2024-11-01T16:32:55.8671340Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-11-01T16:32:55.8673650Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-11-01T16:32:55.8675730Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-11-01T16:32:55.8696730Z adding 'torch/_inductor/codegen/wrapper.py' 2024-11-01T16:32:55.8699260Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-11-01T16:32:55.8702030Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-11-01T16:32:55.8703330Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-11-01T16:32:55.8705210Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-11-01T16:32:55.8706470Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-11-01T16:32:55.8709950Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-11-01T16:32:55.8712430Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-11-01T16:32:55.8715370Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-11-01T16:32:55.8718470Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-11-01T16:32:55.8720760Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-11-01T16:32:55.8731930Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-11-01T16:32:55.8733600Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-11-01T16:32:55.8735980Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-11-01T16:32:55.8736900Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-11-01T16:32:55.8741510Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2024-11-01T16:32:55.8743070Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-11-01T16:32:55.8746940Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-11-01T16:32:55.8748680Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-11-01T16:32:55.8750530Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-11-01T16:32:55.8752160Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-11-01T16:32:55.8754910Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-11-01T16:32:55.8756950Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-11-01T16:32:55.8758240Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-11-01T16:32:55.8759090Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-11-01T16:32:55.8760600Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-11-01T16:32:55.8761960Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-11-01T16:32:55.8763250Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-11-01T16:32:55.8766360Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-11-01T16:32:55.8767730Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-11-01T16:32:55.8769110Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-11-01T16:32:55.8774410Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-11-01T16:32:55.8777310Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-11-01T16:32:55.8782410Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-11-01T16:32:55.8784200Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-11-01T16:32:55.8785630Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-11-01T16:32:55.8788520Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-11-01T16:32:55.8790560Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-11-01T16:32:55.8795410Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-11-01T16:32:55.8804790Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-11-01T16:32:55.8810420Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-11-01T16:32:55.8816370Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-11-01T16:32:55.8818310Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-11-01T16:32:55.8826570Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-11-01T16:32:55.8828850Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-11-01T16:32:55.8834570Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-11-01T16:32:55.8843880Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-11-01T16:32:55.8849670Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-11-01T16:32:55.8865560Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-11-01T16:32:55.8872200Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-11-01T16:32:55.8874040Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-11-01T16:32:55.8893990Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-11-01T16:32:55.8895920Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-11-01T16:32:55.8897790Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-11-01T16:32:55.8899800Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-11-01T16:32:55.8901810Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-11-01T16:32:55.8903830Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-11-01T16:32:55.8905540Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-11-01T16:32:55.8907410Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-11-01T16:32:55.8909480Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-11-01T16:32:55.8912760Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-11-01T16:32:55.8914990Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-11-01T16:32:55.8917730Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-11-01T16:32:55.8919750Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-11-01T16:32:55.8921490Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-11-01T16:32:55.8923380Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-11-01T16:32:55.8925160Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-11-01T16:32:55.8929610Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-11-01T16:32:55.8930130Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-11-01T16:32:55.8930680Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-11-01T16:32:55.8932620Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-11-01T16:32:55.8934600Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-11-01T16:32:55.8935960Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-11-01T16:32:55.8936890Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-11-01T16:32:55.8938350Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-11-01T16:32:55.8939640Z adding 'torch/_inductor/kernel/__init__.py' 2024-11-01T16:32:55.8941990Z adding 'torch/_inductor/kernel/bmm.py' 2024-11-01T16:32:55.8946690Z adding 'torch/_inductor/kernel/conv.py' 2024-11-01T16:32:55.8960380Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-11-01T16:32:55.8965780Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-11-01T16:32:55.8971260Z adding 'torch/_inductor/kernel/mm.py' 2024-11-01T16:32:55.8975220Z adding 'torch/_inductor/kernel/mm_common.py' 2024-11-01T16:32:55.8977560Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-11-01T16:32:55.8980410Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-11-01T16:32:55.8982450Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-11-01T16:32:55.8983920Z adding 'torch/_inductor/package/__init__.py' 2024-11-01T16:32:55.8985170Z adding 'torch/_inductor/package/build_package.py' 2024-11-01T16:32:55.8987570Z adding 'torch/_inductor/package/package.py' 2024-11-01T16:32:55.8988930Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-11-01T16:32:55.8990220Z adding 'torch/_inductor/runtime/__init__.py' 2024-11-01T16:32:55.8994400Z adding 'torch/_inductor/runtime/autotune_cache.py' 2024-11-01T16:32:55.8996730Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-11-01T16:32:55.8997970Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2024-11-01T16:32:55.8999390Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-11-01T16:32:55.9002090Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-11-01T16:32:55.9003720Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-11-01T16:32:55.9005710Z adding 'torch/_inductor/runtime/hints.py' 2024-11-01T16:32:55.9007400Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-11-01T16:32:55.9012130Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-11-01T16:32:55.9027690Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-11-01T16:32:55.9029820Z adding 'torch/_lazy/__init__.py' 2024-11-01T16:32:55.9031900Z adding 'torch/_lazy/closure.py' 2024-11-01T16:32:55.9033210Z adding 'torch/_lazy/computation.py' 2024-11-01T16:32:55.9034140Z adding 'torch/_lazy/config.py' 2024-11-01T16:32:55.9035390Z adding 'torch/_lazy/debug.py' 2024-11-01T16:32:55.9036610Z adding 'torch/_lazy/device_context.py' 2024-11-01T16:32:55.9039340Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-11-01T16:32:55.9040570Z adding 'torch/_lazy/ir_cache.py' 2024-11-01T16:32:55.9041760Z adding 'torch/_lazy/metrics.py' 2024-11-01T16:32:55.9043040Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-11-01T16:32:55.9043780Z adding 'torch/_lazy/ts_backend.py' 2024-11-01T16:32:55.9045460Z adding 'torch/_library/__init__.py' 2024-11-01T16:32:55.9047990Z adding 'torch/_library/autograd.py' 2024-11-01T16:32:55.9054640Z adding 'torch/_library/custom_ops.py' 2024-11-01T16:32:55.9058000Z adding 'torch/_library/fake_class_registry.py' 2024-11-01T16:32:55.9060410Z adding 'torch/_library/fake_impl.py' 2024-11-01T16:32:55.9063310Z adding 'torch/_library/infer_schema.py' 2024-11-01T16:32:55.9064860Z adding 'torch/_library/simple_registry.py' 2024-11-01T16:32:55.9067390Z adding 'torch/_library/triton.py' 2024-11-01T16:32:55.9071510Z adding 'torch/_library/utils.py' 2024-11-01T16:32:55.9073080Z adding 'torch/_logging/__init__.py' 2024-11-01T16:32:55.9083560Z adding 'torch/_logging/_internal.py' 2024-11-01T16:32:55.9085710Z adding 'torch/_logging/_registrations.py' 2024-11-01T16:32:55.9087150Z adding 'torch/_logging/scribe.py' 2024-11-01T16:32:55.9088530Z adding 'torch/_logging/structured.py' 2024-11-01T16:32:55.9089980Z adding 'torch/_numpy/__init__.py' 2024-11-01T16:32:55.9091400Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-11-01T16:32:55.9094650Z adding 'torch/_numpy/_casting_dicts.py' 2024-11-01T16:32:55.9097720Z adding 'torch/_numpy/_dtypes.py' 2024-11-01T16:32:55.9099910Z adding 'torch/_numpy/_dtypes_impl.py' 2024-11-01T16:32:55.9101390Z adding 'torch/_numpy/_funcs.py' 2024-11-01T16:32:55.9114790Z adding 'torch/_numpy/_funcs_impl.py' 2024-11-01T16:32:55.9116230Z adding 'torch/_numpy/_getlimits.py' 2024-11-01T16:32:55.9120600Z adding 'torch/_numpy/_ndarray.py' 2024-11-01T16:32:55.9123190Z adding 'torch/_numpy/_normalizations.py' 2024-11-01T16:32:55.9126040Z adding 'torch/_numpy/_reductions_impl.py' 2024-11-01T16:32:55.9128340Z adding 'torch/_numpy/_ufuncs.py' 2024-11-01T16:32:55.9129620Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-11-01T16:32:55.9132200Z adding 'torch/_numpy/_util.py' 2024-11-01T16:32:55.9133590Z adding 'torch/_numpy/fft.py' 2024-11-01T16:32:55.9135430Z adding 'torch/_numpy/linalg.py' 2024-11-01T16:32:55.9137230Z adding 'torch/_numpy/random.py' 2024-11-01T16:32:55.9138660Z adding 'torch/_numpy/testing/__init__.py' 2024-11-01T16:32:55.9155760Z adding 'torch/_numpy/testing/utils.py' 2024-11-01T16:32:55.9172790Z adding 'torch/_prims/__init__.py' 2024-11-01T16:32:55.9175310Z adding 'torch/_prims/context.py' 2024-11-01T16:32:55.9176820Z adding 'torch/_prims/debug_prims.py' 2024-11-01T16:32:55.9178380Z adding 'torch/_prims/executor.py' 2024-11-01T16:32:55.9181040Z adding 'torch/_prims/rng_prims.py' 2024-11-01T16:32:55.9197640Z adding 'torch/_prims_common/__init__.py' 2024-11-01T16:32:55.9202290Z adding 'torch/_prims_common/wrappers.py' 2024-11-01T16:32:55.9249560Z adding 'torch/_refs/__init__.py' 2024-11-01T16:32:55.9255470Z adding 'torch/_refs/_conversions.py' 2024-11-01T16:32:55.9255840Z adding 'torch/_refs/fft.py' 2024-11-01T16:32:55.9258800Z adding 'torch/_refs/linalg/__init__.py' 2024-11-01T16:32:55.9260100Z adding 'torch/_refs/nn/__init__.py' 2024-11-01T16:32:55.9268310Z adding 'torch/_refs/nn/functional/__init__.py' 2024-11-01T16:32:55.9270460Z adding 'torch/_refs/special/__init__.py' 2024-11-01T16:32:55.9271740Z adding 'torch/_strobelight/__init__.py' 2024-11-01T16:32:55.9274410Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-11-01T16:32:55.9276620Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-11-01T16:32:55.9278060Z adding 'torch/_subclasses/__init__.py' 2024-11-01T16:32:55.9280470Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-11-01T16:32:55.9287720Z adding 'torch/_subclasses/fake_impls.py' 2024-11-01T16:32:55.9314120Z adding 'torch/_subclasses/fake_tensor.py' 2024-11-01T16:32:55.9317340Z adding 'torch/_subclasses/fake_utils.py' 2024-11-01T16:32:55.9325020Z adding 'torch/_subclasses/functional_tensor.py' 2024-11-01T16:32:55.9341940Z adding 'torch/_subclasses/meta_utils.py' 2024-11-01T16:32:55.9344790Z adding 'torch/_subclasses/schema_check_mode.py' 2024-11-01T16:32:55.9346070Z adding 'torch/_vendor/__init__.py' 2024-11-01T16:32:55.9347470Z adding 'torch/_vendor/packaging/__init__.py' 2024-11-01T16:32:55.9348740Z adding 'torch/_vendor/packaging/_structures.py' 2024-11-01T16:32:55.9352690Z adding 'torch/_vendor/packaging/version.py' 2024-11-01T16:32:55.9354770Z adding 'torch/accelerator/__init__.py' 2024-11-01T16:32:55.9356140Z adding 'torch/accelerator/_utils.py' 2024-11-01T16:32:55.9357390Z adding 'torch/amp/__init__.py' 2024-11-01T16:32:55.9362440Z adding 'torch/amp/autocast_mode.py' 2024-11-01T16:32:55.9369220Z adding 'torch/amp/grad_scaler.py' 2024-11-01T16:32:55.9370700Z adding 'torch/ao/__init__.py' 2024-11-01T16:32:55.9372150Z adding 'torch/ao/nn/__init__.py' 2024-11-01T16:32:55.9373610Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-11-01T16:32:55.9375100Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-11-01T16:32:55.9376870Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-11-01T16:32:55.9378410Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-11-01T16:32:55.9379780Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:32:55.9384960Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:32:55.9387390Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:32:55.9388920Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:32:55.9390330Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:32:55.9391630Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:32:55.9393000Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:32:55.9394490Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:32:55.9395340Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:32:55.9397010Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:32:55.9398710Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-11-01T16:32:55.9400500Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:32:55.9402250Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:32:55.9403490Z adding 'torch/ao/nn/qat/__init__.py' 2024-11-01T16:32:55.9404740Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-11-01T16:32:55.9406010Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:32:55.9407310Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:32:55.9408580Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-11-01T16:32:55.9410700Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-11-01T16:32:55.9412660Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-11-01T16:32:55.9414300Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-11-01T16:32:55.9415730Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-11-01T16:32:55.9417070Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-11-01T16:32:55.9422490Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-11-01T16:32:55.9426940Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-11-01T16:32:55.9428610Z adding 'torch/ao/nn/quantized/__init__.py' 2024-11-01T16:32:55.9433450Z adding 'torch/ao/nn/quantized/functional.py' 2024-11-01T16:32:55.9435100Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-11-01T16:32:55.9436600Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:32:55.9439130Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:32:55.9441350Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:32:55.9449760Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:32:55.9452020Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-11-01T16:32:55.9454580Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-11-01T16:32:55.9456210Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-11-01T16:32:55.9461750Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-11-01T16:32:55.9463110Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-11-01T16:32:55.9465870Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:32:55.9468000Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-11-01T16:32:55.9471110Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-11-01T16:32:55.9472890Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-11-01T16:32:55.9474160Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-11-01T16:32:55.9475900Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-11-01T16:32:55.9477190Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-11-01T16:32:55.9478590Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-11-01T16:32:55.9480740Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-11-01T16:32:55.9482090Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-11-01T16:32:55.9486570Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-11-01T16:32:55.9488260Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-11-01T16:32:55.9490910Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-11-01T16:32:55.9492090Z adding 'torch/ao/nn/sparse/__init__.py' 2024-11-01T16:32:55.9493290Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-11-01T16:32:55.9495500Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-11-01T16:32:55.9500380Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-11-01T16:32:55.9500890Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-11-01T16:32:55.9501320Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-11-01T16:32:55.9501670Z adding 'torch/ao/ns/__init__.py' 2024-11-01T16:32:55.9504990Z adding 'torch/ao/ns/_numeric_suite.py' 2024-11-01T16:32:55.9513100Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-11-01T16:32:55.9514520Z adding 'torch/ao/ns/fx/__init__.py' 2024-11-01T16:32:55.9519060Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-11-01T16:32:55.9527840Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-11-01T16:32:55.9531470Z adding 'torch/ao/ns/fx/mappings.py' 2024-11-01T16:32:55.9542390Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-11-01T16:32:55.9544100Z adding 'torch/ao/ns/fx/ns_types.py' 2024-11-01T16:32:55.9546340Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-11-01T16:32:55.9549010Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-11-01T16:32:55.9553210Z adding 'torch/ao/ns/fx/utils.py' 2024-11-01T16:32:55.9555710Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-11-01T16:32:55.9557080Z adding 'torch/ao/pruning/__init__.py' 2024-11-01T16:32:55.9557830Z adding 'torch/ao/pruning/_mappings.py' 2024-11-01T16:32:55.9559290Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-11-01T16:32:55.9560680Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-11-01T16:32:55.9565000Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-11-01T16:32:55.9565900Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-11-01T16:32:55.9568410Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-11-01T16:32:55.9569350Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-11-01T16:32:55.9573140Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-11-01T16:32:55.9575470Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-11-01T16:32:55.9577320Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-11-01T16:32:55.9590410Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-11-01T16:32:55.9591460Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-11-01T16:32:55.9593210Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-11-01T16:32:55.9595020Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-11-01T16:32:55.9596860Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-11-01T16:32:55.9597590Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-11-01T16:32:55.9600520Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-11-01T16:32:55.9602010Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-11-01T16:32:55.9602890Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-11-01T16:32:55.9604510Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-11-01T16:32:55.9608280Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-11-01T16:32:55.9609660Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-11-01T16:32:55.9610500Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-11-01T16:32:55.9612780Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-11-01T16:32:55.9614460Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-11-01T16:32:55.9615940Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-11-01T16:32:55.9617230Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-11-01T16:32:55.9620490Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-11-01T16:32:55.9622080Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-11-01T16:32:55.9623870Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-11-01T16:32:55.9626380Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-11-01T16:32:55.9628730Z adding 'torch/ao/quantization/__init__.py' 2024-11-01T16:32:55.9630840Z adding 'torch/ao/quantization/_correct_bias.py' 2024-11-01T16:32:55.9633570Z adding 'torch/ao/quantization/_equalize.py' 2024-11-01T16:32:55.9635850Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-11-01T16:32:55.9640220Z adding 'torch/ao/quantization/fake_quantize.py' 2024-11-01T16:32:55.9642320Z adding 'torch/ao/quantization/fuse_modules.py' 2024-11-01T16:32:55.9644680Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-11-01T16:32:55.9657610Z adding 'torch/ao/quantization/observer.py' 2024-11-01T16:32:55.9662390Z adding 'torch/ao/quantization/qconfig.py' 2024-11-01T16:32:55.9665510Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-11-01T16:32:55.9666790Z adding 'torch/ao/quantization/quant_type.py' 2024-11-01T16:32:55.9669450Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-11-01T16:32:55.9675690Z adding 'torch/ao/quantization/quantize.py' 2024-11-01T16:32:55.9681380Z adding 'torch/ao/quantization/quantize_fx.py' 2024-11-01T16:32:55.9684660Z adding 'torch/ao/quantization/quantize_jit.py' 2024-11-01T16:32:55.9687130Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-11-01T16:32:55.9688400Z adding 'torch/ao/quantization/stubs.py' 2024-11-01T16:32:55.9694680Z adding 'torch/ao/quantization/utils.py' 2024-11-01T16:32:55.9696270Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-11-01T16:32:55.9700710Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-11-01T16:32:55.9702590Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-11-01T16:32:55.9708340Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-11-01T16:32:55.9711320Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-11-01T16:32:55.9712830Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-11-01T16:32:55.9714480Z adding 'torch/ao/quantization/backend_config/native.py' 2024-11-01T16:32:55.9715170Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-11-01T16:32:55.9718460Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-11-01T16:32:55.9720060Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-11-01T16:32:55.9721540Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-11-01T16:32:55.9724420Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-11-01T16:32:55.9725890Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-11-01T16:32:55.9727210Z adding 'torch/ao/quantization/fx/__init__.py' 2024-11-01T16:32:55.9733180Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-11-01T16:32:55.9741310Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-11-01T16:32:55.9751190Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-11-01T16:32:55.9763080Z adding 'torch/ao/quantization/fx/convert.py' 2024-11-01T16:32:55.9766770Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-11-01T16:32:55.9773290Z adding 'torch/ao/quantization/fx/fuse.py' 2024-11-01T16:32:55.9773770Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-11-01T16:32:55.9774140Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-11-01T16:32:55.9774530Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-11-01T16:32:55.9774920Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-11-01T16:32:55.9777190Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-11-01T16:32:55.9779640Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-11-01T16:32:55.9781180Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-11-01T16:32:55.9800660Z adding 'torch/ao/quantization/fx/prepare.py' 2024-11-01T16:32:55.9804640Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-11-01T16:32:55.9806820Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-11-01T16:32:55.9808130Z adding 'torch/ao/quantization/fx/tracer.py' 2024-11-01T16:32:55.9816270Z adding 'torch/ao/quantization/fx/utils.py' 2024-11-01T16:32:55.9817780Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-11-01T16:32:55.9832160Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-11-01T16:32:55.9838750Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-11-01T16:32:55.9841790Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-11-01T16:32:55.9848600Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-11-01T16:32:55.9850010Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-11-01T16:32:55.9852660Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-11-01T16:32:55.9854270Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-11-01T16:32:55.9856380Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-11-01T16:32:55.9857940Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-11-01T16:32:55.9860350Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-11-01T16:32:55.9865550Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-11-01T16:32:55.9872850Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-11-01T16:32:55.9878230Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-11-01T16:32:55.9879710Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-11-01T16:32:55.9884070Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-11-01T16:32:55.9885530Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-11-01T16:32:55.9887080Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-11-01T16:32:55.9888590Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-11-01T16:32:55.9890530Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-11-01T16:32:55.9892090Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-11-01T16:32:55.9902000Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-11-01T16:32:55.9905550Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-11-01T16:32:55.9911760Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-11-01T16:32:55.9917890Z adding 'torch/autograd/__init__.py' 2024-11-01T16:32:55.9919720Z adding 'torch/autograd/anomaly_mode.py' 2024-11-01T16:32:55.9921930Z adding 'torch/autograd/forward_ad.py' 2024-11-01T16:32:55.9928920Z adding 'torch/autograd/function.py' 2024-11-01T16:32:55.9938440Z adding 'torch/autograd/functional.py' 2024-11-01T16:32:55.9941390Z adding 'torch/autograd/grad_mode.py' 2024-11-01T16:32:55.9961860Z adding 'torch/autograd/gradcheck.py' 2024-11-01T16:32:55.9968920Z adding 'torch/autograd/graph.py' 2024-11-01T16:32:55.9979220Z adding 'torch/autograd/profiler.py' 2024-11-01T16:32:55.9982260Z adding 'torch/autograd/profiler_legacy.py' 2024-11-01T16:32:55.9990870Z adding 'torch/autograd/profiler_util.py' 2024-11-01T16:32:55.9992290Z adding 'torch/autograd/variable.py' 2024-11-01T16:32:55.9993630Z adding 'torch/autograd/_functions/__init__.py' 2024-11-01T16:32:55.9995000Z adding 'torch/autograd/_functions/tensor.py' 2024-11-01T16:32:55.9996380Z adding 'torch/autograd/_functions/utils.py' 2024-11-01T16:32:55.9998290Z adding 'torch/backends/__init__.py' 2024-11-01T16:32:55.9999530Z adding 'torch/backends/_coreml/__init__.py' 2024-11-01T16:32:56.0001410Z adding 'torch/backends/_coreml/preprocess.py' 2024-11-01T16:32:56.0002640Z adding 'torch/backends/_nnapi/__init__.py' 2024-11-01T16:32:56.0004810Z adding 'torch/backends/_nnapi/prepare.py' 2024-11-01T16:32:56.0019870Z adding 'torch/backends/_nnapi/serializer.py' 2024-11-01T16:32:56.0021550Z adding 'torch/backends/cpu/__init__.py' 2024-11-01T16:32:56.0024930Z adding 'torch/backends/cuda/__init__.py' 2024-11-01T16:32:56.0027810Z adding 'torch/backends/cudnn/__init__.py' 2024-11-01T16:32:56.0029260Z adding 'torch/backends/cudnn/rnn.py' 2024-11-01T16:32:56.0030670Z adding 'torch/backends/cusparselt/__init__.py' 2024-11-01T16:32:56.0031970Z adding 'torch/backends/mha/__init__.py' 2024-11-01T16:32:56.0033460Z adding 'torch/backends/mkl/__init__.py' 2024-11-01T16:32:56.0035190Z adding 'torch/backends/mkldnn/__init__.py' 2024-11-01T16:32:56.0036570Z adding 'torch/backends/mps/__init__.py' 2024-11-01T16:32:56.0038560Z adding 'torch/backends/nnpack/__init__.py' 2024-11-01T16:32:56.0039850Z adding 'torch/backends/openmp/__init__.py' 2024-11-01T16:32:56.0041640Z adding 'torch/backends/opt_einsum/__init__.py' 2024-11-01T16:32:56.0043200Z adding 'torch/backends/quantized/__init__.py' 2024-11-01T16:32:56.0044420Z adding 'torch/backends/xeon/__init__.py' 2024-11-01T16:32:56.0051380Z adding 'torch/backends/xeon/run_cpu.py' 2024-11-01T16:32:56.0052930Z adding 'torch/backends/xnnpack/__init__.py' 2024-11-01T16:32:56.1210710Z adding 'torch/bin/protoc' 2024-11-01T16:32:56.2414400Z adding 'torch/bin/protoc-3.13.0.0' 2024-11-01T16:32:56.2438310Z adding 'torch/bin/torch_shm_manager' 2024-11-01T16:32:56.2443040Z adding 'torch/compiler/__init__.py' 2024-11-01T16:32:56.2444720Z adding 'torch/contrib/__init__.py' 2024-11-01T16:32:56.2446860Z adding 'torch/contrib/_tensorboard_vis.py' 2024-11-01T16:32:56.2449070Z adding 'torch/cpu/__init__.py' 2024-11-01T16:32:56.2450300Z adding 'torch/cpu/amp/__init__.py' 2024-11-01T16:32:56.2451760Z adding 'torch/cpu/amp/autocast_mode.py' 2024-11-01T16:32:56.2452960Z adding 'torch/cpu/amp/grad_scaler.py' 2024-11-01T16:32:56.2464760Z adding 'torch/cuda/__init__.py' 2024-11-01T16:32:56.2466430Z adding 'torch/cuda/_gpu_trace.py' 2024-11-01T16:32:56.2472270Z adding 'torch/cuda/_memory_viz.py' 2024-11-01T16:32:56.2477380Z adding 'torch/cuda/_sanitizer.py' 2024-11-01T16:32:56.2478720Z adding 'torch/cuda/_utils.py' 2024-11-01T16:32:56.2479980Z adding 'torch/cuda/comm.py' 2024-11-01T16:32:56.2480860Z adding 'torch/cuda/error.py' 2024-11-01T16:32:56.2482620Z adding 'torch/cuda/gds.py' 2024-11-01T16:32:56.2487800Z adding 'torch/cuda/graphs.py' 2024-11-01T16:32:56.2490010Z adding 'torch/cuda/jiterator.py' 2024-11-01T16:32:56.2498950Z adding 'torch/cuda/memory.py' 2024-11-01T16:32:56.2501000Z adding 'torch/cuda/nccl.py' 2024-11-01T16:32:56.2502580Z adding 'torch/cuda/nvtx.py' 2024-11-01T16:32:56.2504150Z adding 'torch/cuda/profiler.py' 2024-11-01T16:32:56.2505830Z adding 'torch/cuda/random.py' 2024-11-01T16:32:56.2507050Z adding 'torch/cuda/sparse.py' 2024-11-01T16:32:56.2509550Z adding 'torch/cuda/streams.py' 2024-11-01T16:32:56.2513050Z adding 'torch/cuda/tunable.py' 2024-11-01T16:32:56.2514300Z adding 'torch/cuda/amp/__init__.py' 2024-11-01T16:32:56.2515860Z adding 'torch/cuda/amp/autocast_mode.py' 2024-11-01T16:32:56.2516560Z adding 'torch/cuda/amp/common.py' 2024-11-01T16:32:56.2518140Z adding 'torch/cuda/amp/grad_scaler.py' 2024-11-01T16:32:56.2520430Z adding 'torch/distributed/__init__.py' 2024-11-01T16:32:56.2521860Z adding 'torch/distributed/_checkpointable.py' 2024-11-01T16:32:56.2523110Z adding 'torch/distributed/_composable_state.py' 2024-11-01T16:32:56.2532240Z adding 'torch/distributed/_functional_collectives.py' 2024-11-01T16:32:56.2533980Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-11-01T16:32:56.2539720Z adding 'torch/distributed/_state_dict_utils.py' 2024-11-01T16:32:56.2541570Z adding 'torch/distributed/argparse_util.py' 2024-11-01T16:32:56.2543130Z adding 'torch/distributed/c10d_logger.py' 2024-11-01T16:32:56.2545620Z adding 'torch/distributed/collective_utils.py' 2024-11-01T16:32:56.2546860Z adding 'torch/distributed/constants.py' 2024-11-01T16:32:56.2556830Z adding 'torch/distributed/device_mesh.py' 2024-11-01T16:32:56.2602000Z adding 'torch/distributed/distributed_c10d.py' 2024-11-01T16:32:56.2605400Z adding 'torch/distributed/launch.py' 2024-11-01T16:32:56.2606620Z adding 'torch/distributed/logging_handlers.py' 2024-11-01T16:32:56.2608510Z adding 'torch/distributed/remote_device.py' 2024-11-01T16:32:56.2611160Z adding 'torch/distributed/rendezvous.py' 2024-11-01T16:32:56.2619160Z adding 'torch/distributed/run.py' 2024-11-01T16:32:56.2622990Z adding 'torch/distributed/utils.py' 2024-11-01T16:32:56.2624410Z adding 'torch/distributed/_composable/__init__.py' 2024-11-01T16:32:56.2626450Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-11-01T16:32:56.2628840Z adding 'torch/distributed/_composable/contract.py' 2024-11-01T16:32:56.2630870Z adding 'torch/distributed/_composable/fully_shard.py' 2024-11-01T16:32:56.2633470Z adding 'torch/distributed/_composable/replicate.py' 2024-11-01T16:32:56.2635050Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-11-01T16:32:56.2636610Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-11-01T16:32:56.2641740Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-11-01T16:32:56.2643740Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-11-01T16:32:56.2646060Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-11-01T16:32:56.2654900Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-11-01T16:32:56.2661910Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-11-01T16:32:56.2665820Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-11-01T16:32:56.2671110Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-11-01T16:32:56.2672480Z adding 'torch/distributed/_shard/__init__.py' 2024-11-01T16:32:56.2673900Z adding 'torch/distributed/_shard/_utils.py' 2024-11-01T16:32:56.2677000Z adding 'torch/distributed/_shard/api.py' 2024-11-01T16:32:56.2678660Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-11-01T16:32:56.2680000Z adding 'torch/distributed/_shard/metadata.py' 2024-11-01T16:32:56.2681390Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-11-01T16:32:56.2682200Z adding 'torch/distributed/_shard/sharder.py' 2024-11-01T16:32:56.2684010Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-11-01T16:32:56.2685590Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-11-01T16:32:56.2687390Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-11-01T16:32:56.2690920Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:32:56.2701640Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-11-01T16:32:56.2703340Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-11-01T16:32:56.2704190Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-11-01T16:32:56.2706100Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-11-01T16:32:56.2708750Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-11-01T16:32:56.2710500Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-11-01T16:32:56.2712900Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-11-01T16:32:56.2714520Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-11-01T16:32:56.2716150Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-11-01T16:32:56.2717730Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-11-01T16:32:56.2719570Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-11-01T16:32:56.2722120Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-11-01T16:32:56.2728730Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-11-01T16:32:56.2729300Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-11-01T16:32:56.2729720Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-11-01T16:32:56.2730140Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-11-01T16:32:56.2731700Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-11-01T16:32:56.2734610Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-11-01T16:32:56.2737190Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-11-01T16:32:56.2738430Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-11-01T16:32:56.2741860Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-11-01T16:32:56.2744670Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-11-01T16:32:56.2748810Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-11-01T16:32:56.2750190Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-11-01T16:32:56.2751480Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-11-01T16:32:56.2760890Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-11-01T16:32:56.2762400Z adding 'torch/distributed/_tensor/__init__.py' 2024-11-01T16:32:56.2763150Z adding 'torch/distributed/_tensor/api.py' 2024-11-01T16:32:56.2764520Z adding 'torch/distributed/_tensor/placement_types.py' 2024-11-01T16:32:56.2765800Z adding 'torch/distributed/_tools/__init__.py' 2024-11-01T16:32:56.2770570Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-11-01T16:32:56.2773340Z adding 'torch/distributed/_tools/ilp_utils.py' 2024-11-01T16:32:56.2782010Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-11-01T16:32:56.2784940Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-11-01T16:32:56.2787450Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-11-01T16:32:56.2791860Z adding 'torch/distributed/_tools/runtime_estimator.py' 2024-11-01T16:32:56.2800820Z adding 'torch/distributed/_tools/sac_estimator.py' 2024-11-01T16:32:56.2803870Z adding 'torch/distributed/_tools/sac_ilp.py' 2024-11-01T16:32:56.2805220Z adding 'torch/distributed/algorithms/__init__.py' 2024-11-01T16:32:56.2808580Z adding 'torch/distributed/algorithms/join.py' 2024-11-01T16:32:56.2809920Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-11-01T16:32:56.2812920Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-11-01T16:32:56.2814320Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-11-01T16:32:56.2816290Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-11-01T16:32:56.2817270Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-11-01T16:32:56.2819080Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-11-01T16:32:56.2819960Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-11-01T16:32:56.2822050Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-11-01T16:32:56.2823880Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-11-01T16:32:56.2827870Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-11-01T16:32:56.2829340Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-11-01T16:32:56.2831290Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-11-01T16:32:56.2832860Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-11-01T16:32:56.2834750Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-11-01T16:32:56.2836610Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-11-01T16:32:56.2844770Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-11-01T16:32:56.2846950Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-11-01T16:32:56.2847790Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-11-01T16:32:56.2849880Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-11-01T16:32:56.2852430Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-11-01T16:32:56.2853880Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-11-01T16:32:56.2855380Z adding 'torch/distributed/autograd/__init__.py' 2024-11-01T16:32:56.2856860Z adding 'torch/distributed/checkpoint/__init__.py' 2024-11-01T16:32:56.2858380Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-11-01T16:32:56.2859900Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-11-01T16:32:56.2861240Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-11-01T16:32:56.2862850Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-11-01T16:32:56.2864170Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-11-01T16:32:56.2865790Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-11-01T16:32:56.2866670Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-11-01T16:32:56.2868890Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-11-01T16:32:56.2869650Z adding 'torch/distributed/checkpoint/_version.py' 2024-11-01T16:32:56.2871170Z adding 'torch/distributed/checkpoint/api.py' 2024-11-01T16:32:56.2875600Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-11-01T16:32:56.2880950Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-11-01T16:32:56.2883690Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-11-01T16:32:56.2885150Z adding 'torch/distributed/checkpoint/logger.py' 2024-11-01T16:32:56.2885980Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-11-01T16:32:56.2888010Z adding 'torch/distributed/checkpoint/metadata.py' 2024-11-01T16:32:56.2891160Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-11-01T16:32:56.2894610Z adding 'torch/distributed/checkpoint/planner.py' 2024-11-01T16:32:56.2897670Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-11-01T16:32:56.2899040Z adding 'torch/distributed/checkpoint/resharding.py' 2024-11-01T16:32:56.2900950Z adding 'torch/distributed/checkpoint/staging.py' 2024-11-01T16:32:56.2911160Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-11-01T16:32:56.2914510Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-11-01T16:32:56.2917520Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-11-01T16:32:56.2918800Z adding 'torch/distributed/checkpoint/stateful.py' 2024-11-01T16:32:56.2921010Z adding 'torch/distributed/checkpoint/storage.py' 2024-11-01T16:32:56.2924170Z adding 'torch/distributed/checkpoint/utils.py' 2024-11-01T16:32:56.2926290Z adding 'torch/distributed/elastic/__init__.py' 2024-11-01T16:32:56.2927560Z adding 'torch/distributed/elastic/control_plane.py' 2024-11-01T16:32:56.2928850Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-11-01T16:32:56.2930390Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-11-01T16:32:56.2938890Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-11-01T16:32:56.2940370Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-11-01T16:32:56.2943940Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-11-01T16:32:56.2950180Z adding 'torch/distributed/elastic/events/__init__.py' 2024-11-01T16:32:56.2950650Z adding 'torch/distributed/elastic/events/api.py' 2024-11-01T16:32:56.2951030Z adding 'torch/distributed/elastic/events/handlers.py' 2024-11-01T16:32:56.2951430Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-11-01T16:32:56.2952750Z adding 'torch/distributed/elastic/metrics/api.py' 2024-11-01T16:32:56.2955500Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-11-01T16:32:56.2962780Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-11-01T16:32:56.2964520Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-11-01T16:32:56.2966390Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-11-01T16:32:56.2970430Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-11-01T16:32:56.2972610Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-11-01T16:32:56.2973440Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-11-01T16:32:56.2975170Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-11-01T16:32:56.2976050Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-11-01T16:32:56.2977630Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-11-01T16:32:56.2979780Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-11-01T16:32:56.2982850Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-11-01T16:32:56.2985750Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-11-01T16:32:56.2994870Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-11-01T16:32:56.3003820Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-11-01T16:32:56.3006220Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-11-01T16:32:56.3008700Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-11-01T16:32:56.3010930Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-11-01T16:32:56.3012340Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-11-01T16:32:56.3014080Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-11-01T16:32:56.3016500Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-11-01T16:32:56.3018130Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-11-01T16:32:56.3020770Z adding 'torch/distributed/elastic/timer/api.py' 2024-11-01T16:32:56.3022090Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-11-01T16:32:56.3025590Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-11-01T16:32:56.3027270Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-11-01T16:32:56.3028800Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-11-01T16:32:56.3030090Z adding 'torch/distributed/elastic/utils/api.py' 2024-11-01T16:32:56.3032170Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-11-01T16:32:56.3033080Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-11-01T16:32:56.3034680Z adding 'torch/distributed/elastic/utils/logging.py' 2024-11-01T16:32:56.3036900Z adding 'torch/distributed/elastic/utils/store.py' 2024-11-01T16:32:56.3038270Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-11-01T16:32:56.3039640Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-11-01T16:32:56.3041060Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-11-01T16:32:56.3042430Z adding 'torch/distributed/fsdp/__init__.py' 2024-11-01T16:32:56.3047880Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-11-01T16:32:56.3050680Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-11-01T16:32:56.3052020Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-11-01T16:32:56.3055640Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-11-01T16:32:56.3082300Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-11-01T16:32:56.3084470Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-11-01T16:32:56.3094680Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-11-01T16:32:56.3096150Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-11-01T16:32:56.3116300Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-11-01T16:32:56.3131650Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-11-01T16:32:56.3133760Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-11-01T16:32:56.3140520Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-11-01T16:32:56.3143440Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-11-01T16:32:56.3145270Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-11-01T16:32:56.3148210Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-11-01T16:32:56.3151050Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-11-01T16:32:56.3155380Z adding 'torch/distributed/fsdp/api.py' 2024-11-01T16:32:56.3176350Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-11-01T16:32:56.3180430Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-11-01T16:32:56.3185820Z adding 'torch/distributed/fsdp/wrap.py' 2024-11-01T16:32:56.3187430Z adding 'torch/distributed/launcher/__init__.py' 2024-11-01T16:32:56.3190370Z adding 'torch/distributed/launcher/api.py' 2024-11-01T16:32:56.3191720Z adding 'torch/distributed/nn/__init__.py' 2024-11-01T16:32:56.3194940Z adding 'torch/distributed/nn/functional.py' 2024-11-01T16:32:56.3196170Z adding 'torch/distributed/nn/api/__init__.py' 2024-11-01T16:32:56.3201830Z adding 'torch/distributed/nn/api/remote_module.py' 2024-11-01T16:32:56.3203080Z adding 'torch/distributed/nn/jit/__init__.py' 2024-11-01T16:32:56.3204860Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-11-01T16:32:56.3206220Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-11-01T16:32:56.3207770Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-11-01T16:32:56.3209430Z adding 'torch/distributed/optim/__init__.py' 2024-11-01T16:32:56.3211320Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-11-01T16:32:56.3212920Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-11-01T16:32:56.3214640Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-11-01T16:32:56.3216710Z adding 'torch/distributed/optim/functional_adam.py' 2024-11-01T16:32:56.3218370Z adding 'torch/distributed/optim/functional_adamax.py' 2024-11-01T16:32:56.3220200Z adding 'torch/distributed/optim/functional_adamw.py' 2024-11-01T16:32:56.3221790Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-11-01T16:32:56.3223290Z adding 'torch/distributed/optim/functional_rprop.py' 2024-11-01T16:32:56.3225000Z adding 'torch/distributed/optim/functional_sgd.py' 2024-11-01T16:32:56.3228320Z adding 'torch/distributed/optim/named_optimizer.py' 2024-11-01T16:32:56.3231100Z adding 'torch/distributed/optim/optimizer.py' 2024-11-01T16:32:56.3232810Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-11-01T16:32:56.3234120Z adding 'torch/distributed/optim/utils.py' 2024-11-01T16:32:56.3249750Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-11-01T16:32:56.3251540Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-11-01T16:32:56.3263330Z adding 'torch/distributed/pipelining/_IR.py' 2024-11-01T16:32:56.3264710Z adding 'torch/distributed/pipelining/__init__.py' 2024-11-01T16:32:56.3268670Z adding 'torch/distributed/pipelining/_backward.py' 2024-11-01T16:32:56.3269940Z adding 'torch/distributed/pipelining/_debug.py' 2024-11-01T16:32:56.3270680Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-11-01T16:32:56.3272350Z adding 'torch/distributed/pipelining/_utils.py' 2024-11-01T16:32:56.3276370Z adding 'torch/distributed/pipelining/microbatch.py' 2024-11-01T16:32:56.3293880Z adding 'torch/distributed/pipelining/schedules.py' 2024-11-01T16:32:56.3311020Z adding 'torch/distributed/pipelining/stage.py' 2024-11-01T16:32:56.3314270Z adding 'torch/distributed/rpc/__init__.py' 2024-11-01T16:32:56.3315620Z adding 'torch/distributed/rpc/_utils.py' 2024-11-01T16:32:56.3322780Z adding 'torch/distributed/rpc/api.py' 2024-11-01T16:32:56.3326810Z adding 'torch/distributed/rpc/backend_registry.py' 2024-11-01T16:32:56.3328240Z adding 'torch/distributed/rpc/constants.py' 2024-11-01T16:32:56.3330260Z adding 'torch/distributed/rpc/functions.py' 2024-11-01T16:32:56.3332960Z adding 'torch/distributed/rpc/internal.py' 2024-11-01T16:32:56.3335170Z adding 'torch/distributed/rpc/options.py' 2024-11-01T16:32:56.3336620Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-11-01T16:32:56.3338960Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-11-01T16:32:56.3340270Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-11-01T16:32:56.3341630Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-11-01T16:32:56.3343120Z adding 'torch/distributed/tensor/__init__.py' 2024-11-01T16:32:56.3353030Z adding 'torch/distributed/tensor/_api.py' 2024-11-01T16:32:56.3356620Z adding 'torch/distributed/tensor/_collective_utils.py' 2024-11-01T16:32:56.3361380Z adding 'torch/distributed/tensor/_dispatch.py' 2024-11-01T16:32:56.3364130Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2024-11-01T16:32:56.3368060Z adding 'torch/distributed/tensor/_op_schema.py' 2024-11-01T16:32:56.3371850Z adding 'torch/distributed/tensor/_random.py' 2024-11-01T16:32:56.3375320Z adding 'torch/distributed/tensor/_redistribute.py' 2024-11-01T16:32:56.3379780Z adding 'torch/distributed/tensor/_sharding_prop.py' 2024-11-01T16:32:56.3382460Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2024-11-01T16:32:56.3384930Z adding 'torch/distributed/tensor/_tp_conv.py' 2024-11-01T16:32:56.3388180Z adding 'torch/distributed/tensor/_utils.py' 2024-11-01T16:32:56.3389430Z adding 'torch/distributed/tensor/device_mesh.py' 2024-11-01T16:32:56.3394420Z adding 'torch/distributed/tensor/placement_types.py' 2024-11-01T16:32:56.3395910Z adding 'torch/distributed/tensor/_ops/__init__.py' 2024-11-01T16:32:56.3399150Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2024-11-01T16:32:56.3400590Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2024-11-01T16:32:56.3402720Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2024-11-01T16:32:56.3405280Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2024-11-01T16:32:56.3406600Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2024-11-01T16:32:56.3413250Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2024-11-01T16:32:56.3416380Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2024-11-01T16:32:56.3420630Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2024-11-01T16:32:56.3421930Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2024-11-01T16:32:56.3428210Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2024-11-01T16:32:56.3434070Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2024-11-01T16:32:56.3436880Z adding 'torch/distributed/tensor/_ops/utils.py' 2024-11-01T16:32:56.3438430Z adding 'torch/distributed/tensor/debug/__init__.py' 2024-11-01T16:32:56.3443560Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2024-11-01T16:32:56.3445180Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2024-11-01T16:32:56.3447400Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2024-11-01T16:32:56.3448810Z adding 'torch/distributed/tensor/experimental/__init__.py' 2024-11-01T16:32:56.3457920Z adding 'torch/distributed/tensor/experimental/_attention.py' 2024-11-01T16:32:56.3460840Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2024-11-01T16:32:56.3463000Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2024-11-01T16:32:56.3467330Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2024-11-01T16:32:56.3468720Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-11-01T16:32:56.3470070Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-11-01T16:32:56.3471400Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-11-01T16:32:56.3473280Z adding 'torch/distributed/tensor/parallel/api.py' 2024-11-01T16:32:56.3474980Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-11-01T16:32:56.3478250Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-11-01T16:32:56.3479810Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-11-01T16:32:56.3483550Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-11-01T16:32:56.3488470Z adding 'torch/distributed/tensor/parallel/style.py' 2024-11-01T16:32:56.3491020Z adding 'torch/distributions/__init__.py' 2024-11-01T16:32:56.3492690Z adding 'torch/distributions/bernoulli.py' 2024-11-01T16:32:56.3494160Z adding 'torch/distributions/beta.py' 2024-11-01T16:32:56.3496020Z adding 'torch/distributions/binomial.py' 2024-11-01T16:32:56.3497900Z adding 'torch/distributions/categorical.py' 2024-11-01T16:32:56.3499270Z adding 'torch/distributions/cauchy.py' 2024-11-01T16:32:56.3500490Z adding 'torch/distributions/chi2.py' 2024-11-01T16:32:56.3502790Z adding 'torch/distributions/constraint_registry.py' 2024-11-01T16:32:56.3506550Z adding 'torch/distributions/constraints.py' 2024-11-01T16:32:56.3509040Z adding 'torch/distributions/continuous_bernoulli.py' 2024-11-01T16:32:56.3510610Z adding 'torch/distributions/dirichlet.py' 2024-11-01T16:32:56.3513460Z adding 'torch/distributions/distribution.py' 2024-11-01T16:32:56.3514850Z adding 'torch/distributions/exp_family.py' 2024-11-01T16:32:56.3516200Z adding 'torch/distributions/exponential.py' 2024-11-01T16:32:56.3517730Z adding 'torch/distributions/fishersnedecor.py' 2024-11-01T16:32:56.3519250Z adding 'torch/distributions/gamma.py' 2024-11-01T16:32:56.3521000Z adding 'torch/distributions/geometric.py' 2024-11-01T16:32:56.3525570Z adding 'torch/distributions/gumbel.py' 2024-11-01T16:32:56.3525930Z adding 'torch/distributions/half_cauchy.py' 2024-11-01T16:32:56.3526250Z adding 'torch/distributions/half_normal.py' 2024-11-01T16:32:56.3526580Z adding 'torch/distributions/independent.py' 2024-11-01T16:32:56.3527820Z adding 'torch/distributions/inverse_gamma.py' 2024-11-01T16:32:56.3533510Z adding 'torch/distributions/kl.py' 2024-11-01T16:32:56.3535180Z adding 'torch/distributions/kumaraswamy.py' 2024-11-01T16:32:56.3536630Z adding 'torch/distributions/laplace.py' 2024-11-01T16:32:56.3538790Z adding 'torch/distributions/lkj_cholesky.py' 2024-11-01T16:32:56.3540220Z adding 'torch/distributions/log_normal.py' 2024-11-01T16:32:56.3541520Z adding 'torch/distributions/logistic_normal.py' 2024-11-01T16:32:56.3544010Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-11-01T16:32:56.3546280Z adding 'torch/distributions/mixture_same_family.py' 2024-11-01T16:32:56.3548130Z adding 'torch/distributions/multinomial.py' 2024-11-01T16:32:56.3550760Z adding 'torch/distributions/multivariate_normal.py' 2024-11-01T16:32:56.3552460Z adding 'torch/distributions/negative_binomial.py' 2024-11-01T16:32:56.3554020Z adding 'torch/distributions/normal.py' 2024-11-01T16:32:56.3555710Z adding 'torch/distributions/one_hot_categorical.py' 2024-11-01T16:32:56.3556930Z adding 'torch/distributions/pareto.py' 2024-11-01T16:32:56.3558220Z adding 'torch/distributions/poisson.py' 2024-11-01T16:32:56.3560030Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-11-01T16:32:56.3561710Z adding 'torch/distributions/relaxed_categorical.py' 2024-11-01T16:32:56.3563190Z adding 'torch/distributions/studentT.py' 2024-11-01T16:32:56.3565530Z adding 'torch/distributions/transformed_distribution.py' 2024-11-01T16:32:56.3572820Z adding 'torch/distributions/transforms.py' 2024-11-01T16:32:56.3574420Z adding 'torch/distributions/uniform.py' 2024-11-01T16:32:56.3576600Z adding 'torch/distributions/utils.py' 2024-11-01T16:32:56.3578680Z adding 'torch/distributions/von_mises.py' 2024-11-01T16:32:56.3580030Z adding 'torch/distributions/weibull.py' 2024-11-01T16:32:56.3582980Z adding 'torch/distributions/wishart.py' 2024-11-01T16:32:56.3588040Z adding 'torch/export/__init__.py' 2024-11-01T16:32:56.3590810Z adding 'torch/export/_draft_export.py' 2024-11-01T16:32:56.3592250Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-11-01T16:32:56.3594120Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-11-01T16:32:56.3595570Z adding 'torch/export/_safeguard.py' 2024-11-01T16:32:56.3599500Z adding 'torch/export/_swap.py' 2024-11-01T16:32:56.3616200Z adding 'torch/export/_trace.py' 2024-11-01T16:32:56.3617920Z adding 'torch/export/_tree_utils.py' 2024-11-01T16:32:56.3621390Z adding 'torch/export/_unlift.py' 2024-11-01T16:32:56.3622610Z adding 'torch/export/custom_obj.py' 2024-11-01T16:32:56.3624240Z adding 'torch/export/decomp_utils.py' 2024-11-01T16:32:56.3634030Z adding 'torch/export/dynamic_shapes.py' 2024-11-01T16:32:56.3645360Z adding 'torch/export/exported_program.py' 2024-11-01T16:32:56.3649780Z adding 'torch/export/graph_signature.py' 2024-11-01T16:32:56.3663730Z adding 'torch/export/unflatten.py' 2024-11-01T16:32:56.3665870Z adding 'torch/export/experimental/__init__.py' 2024-11-01T16:32:56.3667480Z adding 'torch/export/passes/__init__.py' 2024-11-01T16:32:56.3674940Z adding 'torch/fft/__init__.py' 2024-11-01T16:32:56.3676580Z adding 'torch/func/__init__.py' 2024-11-01T16:32:56.3680230Z adding 'torch/futures/__init__.py' 2024-11-01T16:32:56.3682290Z adding 'torch/fx/__init__.py' 2024-11-01T16:32:56.3683520Z adding 'torch/fx/_compatibility.py' 2024-11-01T16:32:56.3685580Z adding 'torch/fx/_lazy_graph_module.py' 2024-11-01T16:32:56.3687020Z adding 'torch/fx/_pytree.py' 2024-11-01T16:32:56.3698300Z adding 'torch/fx/_symbolic_trace.py' 2024-11-01T16:32:56.3699760Z adding 'torch/fx/_utils.py' 2024-11-01T16:32:56.3700980Z adding 'torch/fx/annotate.py' 2024-11-01T16:32:56.3702210Z adding 'torch/fx/config.py' 2024-11-01T16:32:56.3719480Z adding 'torch/fx/graph.py' 2024-11-01T16:32:56.3728930Z adding 'torch/fx/graph_module.py' 2024-11-01T16:32:56.3730520Z adding 'torch/fx/immutable_collections.py' 2024-11-01T16:32:56.3734860Z adding 'torch/fx/interpreter.py' 2024-11-01T16:32:56.3743110Z adding 'torch/fx/node.py' 2024-11-01T16:32:56.3748240Z adding 'torch/fx/operator_schemas.py' 2024-11-01T16:32:56.3754230Z adding 'torch/fx/proxy.py' 2024-11-01T16:32:56.3758390Z adding 'torch/fx/subgraph_rewriter.py' 2024-11-01T16:32:56.3759870Z adding 'torch/fx/tensor_type.py' 2024-11-01T16:32:56.3761350Z adding 'torch/fx/traceback.py' 2024-11-01T16:32:56.3762740Z adding 'torch/fx/experimental/__init__.py' 2024-11-01T16:32:56.3764020Z adding 'torch/fx/experimental/_backward_state.py' 2024-11-01T16:32:56.3765590Z adding 'torch/fx/experimental/_config.py' 2024-11-01T16:32:56.3775530Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-11-01T16:32:56.3778870Z adding 'torch/fx/experimental/const_fold.py' 2024-11-01T16:32:56.3780080Z adding 'torch/fx/experimental/debug.py' 2024-11-01T16:32:56.3786700Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-11-01T16:32:56.3789000Z adding 'torch/fx/experimental/merge_matmul.py' 2024-11-01T16:32:56.3791730Z adding 'torch/fx/experimental/meta_tracer.py' 2024-11-01T16:32:56.3793620Z adding 'torch/fx/experimental/normalize.py' 2024-11-01T16:32:56.3797790Z adding 'torch/fx/experimental/optimization.py' 2024-11-01T16:32:56.3801020Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-11-01T16:32:56.3821430Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-11-01T16:32:56.3826690Z adding 'torch/fx/experimental/recording.py' 2024-11-01T16:32:56.3828050Z adding 'torch/fx/experimental/refinement_types.py' 2024-11-01T16:32:56.3829940Z adding 'torch/fx/experimental/rewriter.py' 2024-11-01T16:32:56.3831880Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-11-01T16:32:56.3842550Z adding 'torch/fx/experimental/sym_node.py' 2024-11-01T16:32:56.3912940Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-11-01T16:32:56.3915810Z adding 'torch/fx/experimental/unify_refinements.py' 2024-11-01T16:32:56.3922800Z adding 'torch/fx/experimental/validator.py' 2024-11-01T16:32:56.3924270Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-11-01T16:32:56.3927460Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-11-01T16:32:56.3936170Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-11-01T16:32:56.3944570Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-11-01T16:32:56.3945480Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-11-01T16:32:56.3949000Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-11-01T16:32:56.3949940Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-11-01T16:32:56.3951300Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-11-01T16:32:56.3952640Z adding 'torch/fx/experimental/unification/__init__.py' 2024-11-01T16:32:56.3954090Z adding 'torch/fx/experimental/unification/core.py' 2024-11-01T16:32:56.3954830Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-11-01T16:32:56.3956730Z adding 'torch/fx/experimental/unification/match.py' 2024-11-01T16:32:56.3958190Z adding 'torch/fx/experimental/unification/more.py' 2024-11-01T16:32:56.3961070Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-11-01T16:32:56.3962740Z adding 'torch/fx/experimental/unification/utils.py' 2024-11-01T16:32:56.3964080Z adding 'torch/fx/experimental/unification/variable.py' 2024-11-01T16:32:56.3965470Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-11-01T16:32:56.3967190Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-11-01T16:32:56.3968650Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-11-01T16:32:56.3972180Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-11-01T16:32:56.3973950Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-11-01T16:32:56.3975400Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-11-01T16:32:56.3976710Z adding 'torch/fx/passes/__init__.py' 2024-11-01T16:32:56.3979510Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2024-11-01T16:32:56.3980840Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-11-01T16:32:56.3982210Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-11-01T16:32:56.3985960Z adding 'torch/fx/passes/graph_drawer.py' 2024-11-01T16:32:56.3987670Z adding 'torch/fx/passes/graph_manipulation.py' 2024-11-01T16:32:56.3989230Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-11-01T16:32:56.3995890Z adding 'torch/fx/passes/net_min_base.py' 2024-11-01T16:32:56.3998300Z adding 'torch/fx/passes/operator_support.py' 2024-11-01T16:32:56.3999860Z adding 'torch/fx/passes/param_fetch.py' 2024-11-01T16:32:56.4002090Z adding 'torch/fx/passes/pass_manager.py' 2024-11-01T16:32:56.4010190Z adding 'torch/fx/passes/reinplace.py' 2024-11-01T16:32:56.4016080Z adding 'torch/fx/passes/runtime_assert.py' 2024-11-01T16:32:56.4018370Z adding 'torch/fx/passes/shape_prop.py' 2024-11-01T16:32:56.4024000Z adding 'torch/fx/passes/split_module.py' 2024-11-01T16:32:56.4027040Z adding 'torch/fx/passes/split_utils.py' 2024-11-01T16:32:56.4034160Z adding 'torch/fx/passes/splitter_base.py' 2024-11-01T16:32:56.4037210Z adding 'torch/fx/passes/tools_common.py' 2024-11-01T16:32:56.4038460Z adding 'torch/fx/passes/backends/__init__.py' 2024-11-01T16:32:56.4039880Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-11-01T16:32:56.4041180Z adding 'torch/fx/passes/dialect/__init__.py' 2024-11-01T16:32:56.4041860Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-11-01T16:32:56.4043980Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-11-01T16:32:56.4045240Z adding 'torch/fx/passes/infra/__init__.py' 2024-11-01T16:32:56.4048980Z adding 'torch/fx/passes/infra/partitioner.py' 2024-11-01T16:32:56.4050380Z adding 'torch/fx/passes/infra/pass_base.py' 2024-11-01T16:32:56.4053270Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-11-01T16:32:56.4054490Z adding 'torch/fx/passes/tests/__init__.py' 2024-11-01T16:32:56.4055760Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-11-01T16:32:56.4057030Z adding 'torch/fx/passes/utils/__init__.py' 2024-11-01T16:32:56.4058450Z adding 'torch/fx/passes/utils/common.py' 2024-11-01T16:32:56.4061230Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-11-01T16:32:56.4065340Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-11-01T16:32:56.4067150Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-11-01T16:32:56.4069020Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-11-01T16:32:56.4070850Z adding 'torch/include/clog.h' 2024-11-01T16:32:56.4078310Z adding 'torch/include/cpuinfo.h' 2024-11-01T16:32:56.4079670Z adding 'torch/include/experiments-config.h' 2024-11-01T16:32:56.4080890Z adding 'torch/include/fp16.h' 2024-11-01T16:32:56.4083370Z adding 'torch/include/fxdiv.h' 2024-11-01T16:32:56.4084640Z adding 'torch/include/libshm.h' 2024-11-01T16:32:56.4088740Z adding 'torch/include/nnpack.h' 2024-11-01T16:32:56.4092960Z adding 'torch/include/omp.h' 2024-11-01T16:32:56.4098810Z adding 'torch/include/psimd.h' 2024-11-01T16:32:56.4107860Z adding 'torch/include/pthreadpool.h' 2024-11-01T16:32:56.4109690Z adding 'torch/include/qnnpack_func.h' 2024-11-01T16:32:56.4126030Z adding 'torch/include/sleef.h' 2024-11-01T16:32:56.4153210Z adding 'torch/include/xnnpack.h' 2024-11-01T16:32:56.4156740Z adding 'torch/include/ATen/ATen.h' 2024-11-01T16:32:56.4158660Z adding 'torch/include/ATen/AccumulateType.h' 2024-11-01T16:32:56.4159890Z adding 'torch/include/ATen/ArrayRef.h' 2024-11-01T16:32:56.4160340Z adding 'torch/include/ATen/Backend.h' 2024-11-01T16:32:56.4161580Z adding 'torch/include/ATen/Backtrace.h' 2024-11-01T16:32:56.4162500Z adding 'torch/include/ATen/BlasBackend.h' 2024-11-01T16:32:56.4165340Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-11-01T16:32:56.4166590Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-11-01T16:32:56.4167850Z adding 'torch/include/ATen/CPUFunctions.h' 2024-11-01T16:32:56.4171050Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-11-01T16:32:56.4172360Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-11-01T16:32:56.4173650Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-11-01T16:32:56.4180470Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-11-01T16:32:56.4180930Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-11-01T16:32:56.4181280Z adding 'torch/include/ATen/CollapseDims.h' 2024-11-01T16:32:56.4181700Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-11-01T16:32:56.4184970Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-11-01T16:32:56.4186510Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-11-01T16:32:56.4189060Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-11-01T16:32:56.4190080Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-11-01T16:32:56.4193700Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-11-01T16:32:56.4195180Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-11-01T16:32:56.4196000Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-11-01T16:32:56.4197370Z adding 'torch/include/ATen/Config.h' 2024-11-01T16:32:56.4201390Z adding 'torch/include/ATen/Context.h' 2024-11-01T16:32:56.4202650Z adding 'torch/include/ATen/DLConvertor.h' 2024-11-01T16:32:56.4203230Z adding 'torch/include/ATen/Device.h' 2024-11-01T16:32:56.4204610Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-11-01T16:32:56.4205850Z adding 'torch/include/ATen/DeviceGuard.h' 2024-11-01T16:32:56.4206260Z adding 'torch/include/ATen/DimVector.h' 2024-11-01T16:32:56.4207450Z adding 'torch/include/ATen/Dimname.h' 2024-11-01T16:32:56.4212590Z adding 'torch/include/ATen/Dispatch.h' 2024-11-01T16:32:56.4217480Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-11-01T16:32:56.4218810Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-11-01T16:32:56.4220140Z adding 'torch/include/ATen/EmptyTensor.h' 2024-11-01T16:32:56.4221370Z adding 'torch/include/ATen/ExpandBase.h' 2024-11-01T16:32:56.4224230Z adding 'torch/include/ATen/ExpandUtils.h' 2024-11-01T16:32:56.4224950Z adding 'torch/include/ATen/Formatting.h' 2024-11-01T16:32:56.4226410Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-11-01T16:32:56.4229030Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-11-01T16:32:56.4233030Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-11-01T16:32:56.4239470Z adding 'torch/include/ATen/Functions.h' 2024-11-01T16:32:56.4240740Z adding 'torch/include/ATen/Generator.h' 2024-11-01T16:32:56.4242050Z adding 'torch/include/ATen/InferSize.h' 2024-11-01T16:32:56.4242970Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-11-01T16:32:56.4243690Z adding 'torch/include/ATen/Layout.h' 2024-11-01T16:32:56.4245110Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-11-01T16:32:56.4247080Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-11-01T16:32:56.4247900Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-11-01T16:32:56.4250580Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-11-01T16:32:56.4251350Z adding 'torch/include/ATen/LinalgBackend.h' 2024-11-01T16:32:56.4252930Z adding 'torch/include/ATen/MPSFunctions.h' 2024-11-01T16:32:56.4255040Z adding 'torch/include/ATen/MPSFunctions_inl.h' 2024-11-01T16:32:56.4256510Z adding 'torch/include/ATen/MapAllocator.h' 2024-11-01T16:32:56.4257910Z adding 'torch/include/ATen/MatrixRef.h' 2024-11-01T16:32:56.4259160Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-11-01T16:32:56.4260350Z adding 'torch/include/ATen/MetaFunctions.h' 2024-11-01T16:32:56.4263260Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-11-01T16:32:56.4265680Z adding 'torch/include/ATen/MethodOperators.h' 2024-11-01T16:32:56.4266920Z adding 'torch/include/ATen/NamedTensor.h' 2024-11-01T16:32:56.4268790Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-11-01T16:32:56.4274930Z adding 'torch/include/ATen/NativeFunctions.h' 2024-11-01T16:32:56.4280990Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-11-01T16:32:56.4283920Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-11-01T16:32:56.4285460Z adding 'torch/include/ATen/NumericUtils.h' 2024-11-01T16:32:56.4287090Z adding 'torch/include/ATen/OpMathType.h' 2024-11-01T16:32:56.4288880Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-11-01T16:32:56.4295260Z adding 'torch/include/ATen/Operators.h' 2024-11-01T16:32:56.4296560Z adding 'torch/include/ATen/PTThreadPool.h' 2024-11-01T16:32:56.4297760Z adding 'torch/include/ATen/PadNd.h' 2024-11-01T16:32:56.4299030Z adding 'torch/include/ATen/Parallel-inl.h' 2024-11-01T16:32:56.4300710Z adding 'torch/include/ATen/Parallel.h' 2024-11-01T16:32:56.4301960Z adding 'torch/include/ATen/ParallelFuture.h' 2024-11-01T16:32:56.4302700Z adding 'torch/include/ATen/ParallelNative.h' 2024-11-01T16:32:56.4304150Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-11-01T16:32:56.4305420Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-11-01T16:32:56.4491910Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-11-01T16:32:56.4593290Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-11-01T16:32:56.4598410Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-11-01T16:32:56.4599150Z adding 'torch/include/ATen/Scalar.h' 2024-11-01T16:32:56.4600730Z adding 'torch/include/ATen/ScalarOps.h' 2024-11-01T16:32:56.4601600Z adding 'torch/include/ATen/ScalarType.h' 2024-11-01T16:32:56.4602840Z adding 'torch/include/ATen/SequenceNumber.h' 2024-11-01T16:32:56.4603530Z adding 'torch/include/ATen/SmallVector.h' 2024-11-01T16:32:56.4605960Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-11-01T16:32:56.4609200Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-11-01T16:32:56.4612580Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-11-01T16:32:56.4613250Z adding 'torch/include/ATen/Storage.h' 2024-11-01T16:32:56.4614780Z adding 'torch/include/ATen/StorageUtils.h' 2024-11-01T16:32:56.4615350Z adding 'torch/include/ATen/Tensor.h' 2024-11-01T16:32:56.4616280Z adding 'torch/include/ATen/TensorAccessor.h' 2024-11-01T16:32:56.4617980Z adding 'torch/include/ATen/TensorGeometry.h' 2024-11-01T16:32:56.4623410Z adding 'torch/include/ATen/TensorIndexing.h' 2024-11-01T16:32:56.4632260Z adding 'torch/include/ATen/TensorIterator.h' 2024-11-01T16:32:56.4633710Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-11-01T16:32:56.4635370Z adding 'torch/include/ATen/TensorMeta.h' 2024-11-01T16:32:56.4636810Z adding 'torch/include/ATen/TensorNames.h' 2024-11-01T16:32:56.4642480Z adding 'torch/include/ATen/TensorOperators.h' 2024-11-01T16:32:56.4642920Z adding 'torch/include/ATen/TensorOptions.h' 2024-11-01T16:32:56.4643290Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-11-01T16:32:56.4643650Z adding 'torch/include/ATen/TensorUtils.h' 2024-11-01T16:32:56.4644020Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-11-01T16:32:56.4644540Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-11-01T16:32:56.4646530Z adding 'torch/include/ATen/TracerMode.h' 2024-11-01T16:32:56.4647320Z adding 'torch/include/ATen/TypeDefault.h' 2024-11-01T16:32:56.4648950Z adding 'torch/include/ATen/Utils.h' 2024-11-01T16:32:56.4649670Z adding 'torch/include/ATen/Version.h' 2024-11-01T16:32:56.4776470Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-11-01T16:32:56.4785890Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-11-01T16:32:56.4787170Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-11-01T16:32:56.4793540Z adding 'torch/include/ATen/autocast_mode.h' 2024-11-01T16:32:56.4794780Z adding 'torch/include/ATen/ceil_div.h' 2024-11-01T16:32:56.4796950Z adding 'torch/include/ATen/code_template.h' 2024-11-01T16:32:56.4798480Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-11-01T16:32:56.4799160Z adding 'torch/include/ATen/div_rtn.h' 2024-11-01T16:32:56.4801660Z adding 'torch/include/ATen/dlpack.h' 2024-11-01T16:32:56.4802550Z adding 'torch/include/ATen/jit_macros.h' 2024-11-01T16:32:56.4803910Z adding 'torch/include/ATen/jiterator_macros.h' 2024-11-01T16:32:56.4808920Z adding 'torch/include/ATen/record_function.h' 2024-11-01T16:32:56.4810870Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-11-01T16:32:56.4811600Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-11-01T16:32:56.4813490Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-11-01T16:32:56.4814710Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-11-01T16:32:56.4815930Z adding 'torch/include/ATen/core/Array.h' 2024-11-01T16:32:56.4816410Z adding 'torch/include/ATen/core/Backtrace.h' 2024-11-01T16:32:56.4820710Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-11-01T16:32:56.4821630Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-11-01T16:32:56.4823520Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-11-01T16:32:56.4824380Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-11-01T16:32:56.4827910Z adding 'torch/include/ATen/core/Dict.h' 2024-11-01T16:32:56.4829860Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-11-01T16:32:56.4830590Z adding 'torch/include/ATen/core/DimVector.h' 2024-11-01T16:32:56.4831980Z adding 'torch/include/ATen/core/Dimname.h' 2024-11-01T16:32:56.4834390Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-11-01T16:32:56.4835110Z adding 'torch/include/ATen/core/Formatting.h' 2024-11-01T16:32:56.4837400Z adding 'torch/include/ATen/core/Generator.h' 2024-11-01T16:32:56.4838690Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-11-01T16:32:56.4843060Z adding 'torch/include/ATen/core/IListRef.h' 2024-11-01T16:32:56.4844780Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-11-01T16:32:56.4846500Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-11-01T16:32:56.4849810Z adding 'torch/include/ATen/core/List.h' 2024-11-01T16:32:56.4852220Z adding 'torch/include/ATen/core/List_inl.h' 2024-11-01T16:32:56.4854300Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-11-01T16:32:56.4856040Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-11-01T16:32:56.4857900Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-11-01T16:32:56.4860100Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-11-01T16:32:56.4860880Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-11-01T16:32:56.4862260Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-11-01T16:32:56.4863590Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-11-01T16:32:56.4864220Z adding 'torch/include/ATen/core/Range.h' 2024-11-01T16:32:56.4865560Z adding 'torch/include/ATen/core/Reduction.h' 2024-11-01T16:32:56.4866130Z adding 'torch/include/ATen/core/Scalar.h' 2024-11-01T16:32:56.4867360Z adding 'torch/include/ATen/core/ScalarType.h' 2024-11-01T16:32:56.4868570Z adding 'torch/include/ATen/core/Tensor.h' 2024-11-01T16:32:56.4870590Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-11-01T16:32:56.4879160Z adding 'torch/include/ATen/core/TensorBase.h' 2024-11-01T16:32:56.4915070Z adding 'torch/include/ATen/core/TensorBody.h' 2024-11-01T16:32:56.4917450Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-11-01T16:32:56.4919390Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-11-01T16:32:56.4920060Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-11-01T16:32:56.4921410Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-11-01T16:32:56.4922960Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-11-01T16:32:56.4924240Z adding 'torch/include/ATen/core/Variadic.h' 2024-11-01T16:32:56.4925470Z adding 'torch/include/ATen/core/Vitals.h' 2024-11-01T16:32:56.4927120Z adding 'torch/include/ATen/core/alias_info.h' 2024-11-01T16:32:56.4936400Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-11-01T16:32:56.4938530Z adding 'torch/include/ATen/core/blob.h' 2024-11-01T16:32:56.4939880Z adding 'torch/include/ATen/core/builtin_function.h' 2024-11-01T16:32:56.4943080Z adding 'torch/include/ATen/core/class_type.h' 2024-11-01T16:32:56.4944310Z adding 'torch/include/ATen/core/custom_class.h' 2024-11-01T16:32:56.4946810Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-11-01T16:32:56.4947590Z adding 'torch/include/ATen/core/enum_tag.h' 2024-11-01T16:32:56.4949230Z adding 'torch/include/ATen/core/enum_type.h' 2024-11-01T16:32:56.4950690Z adding 'torch/include/ATen/core/function.h' 2024-11-01T16:32:56.4956310Z adding 'torch/include/ATen/core/function_schema.h' 2024-11-01T16:32:56.4957710Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-11-01T16:32:56.4958530Z adding 'torch/include/ATen/core/functional.h' 2024-11-01T16:32:56.4959760Z adding 'torch/include/ATen/core/grad_mode.h' 2024-11-01T16:32:56.4962720Z adding 'torch/include/ATen/core/interned_strings.h' 2024-11-01T16:32:56.4963610Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-11-01T16:32:56.4975470Z adding 'torch/include/ATen/core/ivalue.h' 2024-11-01T16:32:56.4993950Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-11-01T16:32:56.4995580Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-11-01T16:32:56.5009580Z adding 'torch/include/ATen/core/jit_type.h' 2024-11-01T16:32:56.5014580Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-11-01T16:32:56.5016120Z adding 'torch/include/ATen/core/operator_name.h' 2024-11-01T16:32:56.5017890Z adding 'torch/include/ATen/core/qualified_name.h' 2024-11-01T16:32:56.5019160Z adding 'torch/include/ATen/core/rref_interface.h' 2024-11-01T16:32:56.5021030Z adding 'torch/include/ATen/core/stack.h' 2024-11-01T16:32:56.5022950Z adding 'torch/include/ATen/core/symbol.h' 2024-11-01T16:32:56.5024380Z adding 'torch/include/ATen/core/type_factory.h' 2024-11-01T16:32:56.5025400Z adding 'torch/include/ATen/core/type_ptr.h' 2024-11-01T16:32:56.5026100Z adding 'torch/include/ATen/core/typeid.h' 2024-11-01T16:32:56.5029020Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-11-01T16:32:56.5030440Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-11-01T16:32:56.5032610Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-11-01T16:32:56.5035000Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-11-01T16:32:56.5035810Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-11-01T16:32:56.5037640Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-11-01T16:32:56.5038620Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-11-01T16:32:56.5041730Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-11-01T16:32:56.5046890Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-11-01T16:32:56.5048440Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-11-01T16:32:56.5050100Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-11-01T16:32:56.5052640Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-11-01T16:32:56.5059690Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-11-01T16:32:56.5061020Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-11-01T16:32:56.5064130Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-11-01T16:32:56.5065000Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-11-01T16:32:56.5066370Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-11-01T16:32:56.5067930Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-11-01T16:32:56.5069840Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-11-01T16:32:56.5071800Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-11-01T16:32:56.5076410Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-11-01T16:32:56.5077800Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-11-01T16:32:56.5079020Z adding 'torch/include/ATen/cpu/Utils.h' 2024-11-01T16:32:56.5080780Z adding 'torch/include/ATen/cpu/vml.h' 2024-11-01T16:32:56.5082080Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-11-01T16:32:56.5084370Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-11-01T16:32:56.5087460Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-11-01T16:32:56.5088760Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-11-01T16:32:56.5089990Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-11-01T16:32:56.5096340Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-11-01T16:32:56.5097770Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-11-01T16:32:56.5099010Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-11-01T16:32:56.5101140Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-11-01T16:32:56.5103600Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-11-01T16:32:56.5105160Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2024-11-01T16:32:56.5106920Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2024-11-01T16:32:56.5109620Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2024-11-01T16:32:56.5112560Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2024-11-01T16:32:56.5115750Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2024-11-01T16:32:56.5118710Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2024-11-01T16:32:56.5120150Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2024-11-01T16:32:56.5121490Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2024-11-01T16:32:56.5124930Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2024-11-01T16:32:56.5129050Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2024-11-01T16:32:56.5131220Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-11-01T16:32:56.5132090Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-11-01T16:32:56.5134620Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-11-01T16:32:56.5140290Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-11-01T16:32:56.5143910Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-11-01T16:32:56.5147640Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-11-01T16:32:56.5149790Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-11-01T16:32:56.5152250Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-11-01T16:32:56.5156190Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-11-01T16:32:56.5164280Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-11-01T16:32:56.5166690Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-11-01T16:32:56.5173170Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-11-01T16:32:56.5174980Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-11-01T16:32:56.5176990Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-11-01T16:32:56.5180790Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-11-01T16:32:56.5184820Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-11-01T16:32:56.5187580Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-11-01T16:32:56.5190400Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-11-01T16:32:56.5192930Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-11-01T16:32:56.5195180Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-11-01T16:32:56.5197340Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-11-01T16:32:56.5199550Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-11-01T16:32:56.5202650Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-11-01T16:32:56.5205790Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-11-01T16:32:56.5209450Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-11-01T16:32:56.5224790Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-11-01T16:32:56.5227800Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-11-01T16:32:56.5236910Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-11-01T16:32:56.5241270Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-11-01T16:32:56.5246640Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-11-01T16:32:56.5248720Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-11-01T16:32:56.5251360Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-11-01T16:32:56.5255640Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-11-01T16:32:56.5263000Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-11-01T16:32:56.5265750Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-11-01T16:32:56.5272200Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-11-01T16:32:56.5274010Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-11-01T16:32:56.5275240Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-11-01T16:32:56.5276520Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-11-01T16:32:56.5280000Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-11-01T16:32:56.5284310Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-11-01T16:32:56.5286610Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-11-01T16:32:56.5287810Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-11-01T16:32:56.5289070Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-11-01T16:32:56.5290290Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-11-01T16:32:56.5291500Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-11-01T16:32:56.5293410Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-11-01T16:32:56.5295380Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-11-01T16:32:56.5296870Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-11-01T16:32:56.5298110Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-11-01T16:32:56.5299300Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-11-01T16:32:56.5301320Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-11-01T16:32:56.5303260Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-11-01T16:32:56.5304170Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-11-01T16:32:56.5305310Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-11-01T16:32:56.5306550Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-11-01T16:32:56.5307740Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-11-01T16:32:56.5308660Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-11-01T16:32:56.5310890Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-11-01T16:32:56.5312370Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-11-01T16:32:56.5313450Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-11-01T16:32:56.5313970Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-11-01T16:32:56.5315180Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-11-01T16:32:56.5316260Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-11-01T16:32:56.5317450Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-11-01T16:32:56.5317990Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-11-01T16:32:56.5319270Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-11-01T16:32:56.5321900Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-11-01T16:32:56.5323300Z adding 'torch/include/ATen/cuda/cub.h' 2024-11-01T16:32:56.5324550Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-11-01T16:32:56.5326400Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-11-01T16:32:56.5330860Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-11-01T16:32:56.5331100Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-11-01T16:32:56.5331260Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-11-01T16:32:56.5332450Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-11-01T16:32:56.5333390Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-11-01T16:32:56.5335200Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-11-01T16:32:56.5336470Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-11-01T16:32:56.5337330Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-11-01T16:32:56.5338970Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-11-01T16:32:56.5340240Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-11-01T16:32:56.5341510Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-11-01T16:32:56.5342730Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-11-01T16:32:56.5345160Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-11-01T16:32:56.5348540Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-11-01T16:32:56.5350520Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-11-01T16:32:56.5351740Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-11-01T16:32:56.5353690Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-11-01T16:32:56.5355520Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-11-01T16:32:56.5358040Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-11-01T16:32:56.5361710Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-11-01T16:32:56.5362970Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-11-01T16:32:56.5363500Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-11-01T16:32:56.5364720Z adding 'torch/include/ATen/cudnn/Types.h' 2024-11-01T16:32:56.5365910Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-11-01T16:32:56.5366770Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-11-01T16:32:56.5368440Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-11-01T16:32:56.5370260Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-11-01T16:32:56.5371620Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-11-01T16:32:56.5372880Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-11-01T16:32:56.5374090Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2024-11-01T16:32:56.5374960Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-11-01T16:32:56.5376230Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-11-01T16:32:56.5377570Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-11-01T16:32:56.5378910Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-11-01T16:32:56.5380140Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-11-01T16:32:56.5381320Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-11-01T16:32:56.5382790Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-11-01T16:32:56.5386220Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-11-01T16:32:56.5387700Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-11-01T16:32:56.5389710Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-11-01T16:32:56.5391330Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-11-01T16:32:56.5393100Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-11-01T16:32:56.5394390Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-11-01T16:32:56.5396380Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-11-01T16:32:56.5398860Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-11-01T16:32:56.5399450Z adding 'torch/include/ATen/functorch/Macros.h' 2024-11-01T16:32:56.5401140Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-11-01T16:32:56.5402730Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-11-01T16:32:56.5403960Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-11-01T16:32:56.5405580Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:32:56.5406610Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:32:56.5409760Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-11-01T16:32:56.5411410Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-11-01T16:32:56.5413250Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-11-01T16:32:56.5414470Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-11-01T16:32:56.5415500Z adding 'torch/include/ATen/miopen/Handle.h' 2024-11-01T16:32:56.5415970Z adding 'torch/include/ATen/miopen/Types.h' 2024-11-01T16:32:56.5417300Z adding 'torch/include/ATen/miopen/Utils.h' 2024-11-01T16:32:56.5417980Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-11-01T16:32:56.5419530Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-11-01T16:32:56.5422710Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-11-01T16:32:56.5427560Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-11-01T16:32:56.5429230Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-11-01T16:32:56.5430420Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-11-01T16:32:56.5431990Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-11-01T16:32:56.5433210Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-11-01T16:32:56.5434790Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-11-01T16:32:56.5436020Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-11-01T16:32:56.5439890Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-11-01T16:32:56.5441560Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-11-01T16:32:56.5443860Z adding 'torch/include/ATen/native/Activation.h' 2024-11-01T16:32:56.5445230Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-11-01T16:32:56.5446440Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-11-01T16:32:56.5448390Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-11-01T16:32:56.5449860Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-11-01T16:32:56.5452120Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-11-01T16:32:56.5453910Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-11-01T16:32:56.5455250Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-11-01T16:32:56.5456170Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-11-01T16:32:56.5457880Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-11-01T16:32:56.5459130Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-11-01T16:32:56.5460800Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-11-01T16:32:56.5464140Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-11-01T16:32:56.5465500Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-11-01T16:32:56.5465890Z adding 'torch/include/ATen/native/Copy.h' 2024-11-01T16:32:56.5467140Z adding 'torch/include/ATen/native/Cross.h' 2024-11-01T16:32:56.5469070Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-11-01T16:32:56.5471870Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-11-01T16:32:56.5472920Z adding 'torch/include/ATen/native/Distance.h' 2024-11-01T16:32:56.5476330Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-11-01T16:32:56.5481210Z adding 'torch/include/ATen/native/Distributions.h' 2024-11-01T16:32:56.5482930Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-11-01T16:32:56.5484590Z adding 'torch/include/ATen/native/Fill.h' 2024-11-01T16:32:56.5487920Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-11-01T16:32:56.5489250Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-11-01T16:32:56.5490300Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-11-01T16:32:56.5491160Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-11-01T16:32:56.5492110Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-11-01T16:32:56.5493310Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-11-01T16:32:56.5495420Z adding 'torch/include/ATen/native/GridSampler.h' 2024-11-01T16:32:56.5496850Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-11-01T16:32:56.5497940Z adding 'torch/include/ATen/native/Histogram.h' 2024-11-01T16:32:56.5499150Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-11-01T16:32:56.5500770Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-11-01T16:32:56.5501910Z adding 'torch/include/ATen/native/Lerp.h' 2024-11-01T16:32:56.5502800Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-11-01T16:32:56.5509030Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-11-01T16:32:56.5510360Z adding 'torch/include/ATen/native/LossMulti.h' 2024-11-01T16:32:56.5540630Z adding 'torch/include/ATen/native/Math.h' 2024-11-01T16:32:56.5542770Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-11-01T16:32:56.5544940Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-11-01T16:32:56.5546370Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-11-01T16:32:56.5547590Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-11-01T16:32:56.5548780Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-11-01T16:32:56.5549830Z adding 'torch/include/ATen/native/Normalization.h' 2024-11-01T16:32:56.5550980Z adding 'torch/include/ATen/native/Padding.h' 2024-11-01T16:32:56.5552190Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-11-01T16:32:56.5553230Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-11-01T16:32:56.5555840Z adding 'torch/include/ATen/native/Pool.h' 2024-11-01T16:32:56.5557050Z adding 'torch/include/ATen/native/Pow.h' 2024-11-01T16:32:56.5558280Z adding 'torch/include/ATen/native/RNN.h' 2024-11-01T16:32:56.5559200Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-11-01T16:32:56.5560300Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-11-01T16:32:56.5561440Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-11-01T16:32:56.5564690Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-11-01T16:32:56.5565840Z adding 'torch/include/ATen/native/ReductionType.h' 2024-11-01T16:32:56.5566970Z adding 'torch/include/ATen/native/Repeat.h' 2024-11-01T16:32:56.5568970Z adding 'torch/include/ATen/native/Resize.h' 2024-11-01T16:32:56.5570360Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-11-01T16:32:56.5571790Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-11-01T16:32:56.5572640Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-11-01T16:32:56.5575470Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-11-01T16:32:56.5576790Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-11-01T16:32:56.5577630Z adding 'torch/include/ATen/native/Sorting.h' 2024-11-01T16:32:56.5579040Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-11-01T16:32:56.5581110Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-11-01T16:32:56.5582550Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-11-01T16:32:56.5584260Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-11-01T16:32:56.5585520Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-11-01T16:32:56.5587040Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-11-01T16:32:56.5588200Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-11-01T16:32:56.5589250Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-11-01T16:32:56.5590460Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-11-01T16:32:56.5592070Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-11-01T16:32:56.5593100Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-11-01T16:32:56.5594240Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-11-01T16:32:56.5594840Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-11-01T16:32:56.5596730Z adding 'torch/include/ATen/native/TensorShape.h' 2024-11-01T16:32:56.5597850Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-11-01T16:32:56.5599130Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-11-01T16:32:56.5600350Z adding 'torch/include/ATen/native/TransposeType.h' 2024-11-01T16:32:56.5601450Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-11-01T16:32:56.5602340Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-11-01T16:32:56.5603880Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-11-01T16:32:56.5605080Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-11-01T16:32:56.5605710Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-11-01T16:32:56.5607310Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-11-01T16:32:56.5611040Z adding 'torch/include/ATen/native/UpSample.h' 2024-11-01T16:32:56.5612250Z adding 'torch/include/ATen/native/batch_norm.h' 2024-11-01T16:32:56.5613120Z adding 'torch/include/ATen/native/group_norm.h' 2024-11-01T16:32:56.5614740Z adding 'torch/include/ATen/native/im2col.h' 2024-11-01T16:32:56.5616540Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-11-01T16:32:56.5617920Z adding 'torch/include/ATen/native/layer_norm.h' 2024-11-01T16:32:56.5618810Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-11-01T16:32:56.5620180Z adding 'torch/include/ATen/native/vol2col.h' 2024-11-01T16:32:56.5624930Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-11-01T16:32:56.5625300Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-11-01T16:32:56.5625510Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-11-01T16:32:56.5625660Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-11-01T16:32:56.5625900Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-11-01T16:32:56.5628480Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-11-01T16:32:56.5629840Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-11-01T16:32:56.5631280Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-11-01T16:32:56.5632500Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-11-01T16:32:56.5633720Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-11-01T16:32:56.5634970Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-11-01T16:32:56.5637870Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-11-01T16:32:56.5638780Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-11-01T16:32:56.5640080Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-11-01T16:32:56.5642900Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-11-01T16:32:56.5645180Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-11-01T16:32:56.5646550Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2024-11-01T16:32:56.5647670Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-11-01T16:32:56.5649400Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-11-01T16:32:56.5651260Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-11-01T16:32:56.5652450Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-11-01T16:32:56.5652940Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-11-01T16:32:56.5662840Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-11-01T16:32:56.5663920Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-11-01T16:32:56.5667500Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-11-01T16:32:56.5668720Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-11-01T16:32:56.5669600Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-11-01T16:32:56.5671640Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-11-01T16:32:56.5673580Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-11-01T16:32:56.5675120Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-11-01T16:32:56.5676860Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-11-01T16:32:56.5678080Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-11-01T16:32:56.5680650Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-11-01T16:32:56.5683300Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-11-01T16:32:56.5684640Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-11-01T16:32:56.5685180Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-11-01T16:32:56.5689870Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-11-01T16:32:56.5691420Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-11-01T16:32:56.5691940Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-11-01T16:32:56.5697080Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-11-01T16:32:56.5698260Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-11-01T16:32:56.5699570Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-11-01T16:32:56.5702070Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-11-01T16:32:56.5703330Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-11-01T16:32:56.5705450Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-11-01T16:32:56.5706700Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-11-01T16:32:56.5707320Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-11-01T16:32:56.5709630Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-11-01T16:32:56.5711570Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-11-01T16:32:56.5712480Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-11-01T16:32:56.5714980Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-11-01T16:32:56.5737190Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-11-01T16:32:56.5740850Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-11-01T16:32:56.5742120Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-11-01T16:32:56.5744860Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-11-01T16:32:56.5756160Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-11-01T16:32:56.5759730Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-11-01T16:32:56.5761030Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-11-01T16:32:56.5762410Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-11-01T16:32:56.5772260Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-11-01T16:32:56.5773490Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-11-01T16:32:56.5774670Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-11-01T16:32:56.5775570Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-11-01T16:32:56.5776770Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-11-01T16:32:56.5780280Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-11-01T16:32:56.5781470Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-11-01T16:32:56.5782340Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-11-01T16:32:56.5785000Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-11-01T16:32:56.5786060Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-11-01T16:32:56.5787720Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-11-01T16:32:56.5790690Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-11-01T16:32:56.5794530Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-11-01T16:32:56.5795390Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-11-01T16:32:56.5796580Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-11-01T16:32:56.5797110Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-11-01T16:32:56.5799840Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-11-01T16:32:56.5801270Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-11-01T16:32:56.5802190Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-11-01T16:32:56.5803380Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-11-01T16:32:56.5805320Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-11-01T16:32:56.5806240Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-11-01T16:32:56.5807410Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-11-01T16:32:56.5809460Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-11-01T16:32:56.5811330Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-11-01T16:32:56.5815700Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-11-01T16:32:56.5816940Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-11-01T16:32:56.5819080Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-11-01T16:32:56.5820350Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2024-11-01T16:32:56.5822470Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2024-11-01T16:32:56.5826330Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2024-11-01T16:32:56.5827580Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2024-11-01T16:32:56.5828840Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2024-11-01T16:32:56.5830260Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2024-11-01T16:32:56.5831480Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-11-01T16:32:56.5832740Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-11-01T16:32:56.5834210Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-11-01T16:32:56.5836040Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-11-01T16:32:56.5839830Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-11-01T16:32:56.5841060Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-11-01T16:32:56.5842210Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-11-01T16:32:56.5843540Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-11-01T16:32:56.5844850Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-11-01T16:32:56.5846300Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-11-01T16:32:56.5847530Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-11-01T16:32:56.5850940Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-11-01T16:32:56.5852600Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-11-01T16:32:56.5853840Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-11-01T16:32:56.5855030Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-11-01T16:32:56.5855880Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-11-01T16:32:56.5857110Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-11-01T16:32:56.5857940Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-11-01T16:32:56.5859630Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-11-01T16:32:56.5860980Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-11-01T16:32:56.5862260Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-11-01T16:32:56.5864880Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-11-01T16:32:56.5868470Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-11-01T16:32:56.5870960Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-11-01T16:32:56.5872860Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-11-01T16:32:56.5874070Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-11-01T16:32:56.5876550Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-11-01T16:32:56.5879330Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-11-01T16:32:56.5881710Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-11-01T16:32:56.5882590Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-11-01T16:32:56.5883870Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2024-11-01T16:32:56.5884780Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-11-01T16:32:56.5886040Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-11-01T16:32:56.5886850Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2024-11-01T16:32:56.5888480Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-11-01T16:32:56.5891940Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-11-01T16:32:56.5893300Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-11-01T16:32:56.5894440Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-11-01T16:32:56.5895720Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-11-01T16:32:56.5954710Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-11-01T16:32:56.5956090Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-11-01T16:32:56.5957110Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.5958280Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.5959490Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.5960350Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h' 2024-11-01T16:32:56.5961550Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:32:56.5962760Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:32:56.5963720Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.5964850Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:32:56.5965730Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:32:56.5966930Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h' 2024-11-01T16:32:56.5967780Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-11-01T16:32:56.5969030Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-11-01T16:32:56.5970260Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-11-01T16:32:56.5971510Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-11-01T16:32:56.5972530Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.5973690Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.5974310Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.5975600Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:32:56.5976820Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:32:56.5977780Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.5978900Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:32:56.5979400Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:32:56.5980770Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-11-01T16:32:56.5981910Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-11-01T16:32:56.5982740Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-11-01T16:32:56.5984210Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.5984970Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-11-01T16:32:56.5986270Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-11-01T16:32:56.5987530Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-11-01T16:32:56.5988890Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.5992840Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-11-01T16:32:56.5993200Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-11-01T16:32:56.5993350Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-11-01T16:32:56.5993490Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-11-01T16:32:56.5994020Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-11-01T16:32:56.5995570Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.5996180Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-11-01T16:32:56.5997510Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-11-01T16:32:56.5998430Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-11-01T16:32:56.5999650Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-11-01T16:32:56.6000610Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-11-01T16:32:56.6001810Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-11-01T16:32:56.6002990Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-11-01T16:32:56.6003990Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6005230Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-11-01T16:32:56.6005830Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-11-01T16:32:56.6007080Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-11-01T16:32:56.6008260Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-11-01T16:32:56.6009570Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-11-01T16:32:56.6010940Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6011380Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-11-01T16:32:56.6012660Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-11-01T16:32:56.6013390Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-11-01T16:32:56.6014840Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-11-01T16:32:56.6015950Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-11-01T16:32:56.6017150Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6017920Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-11-01T16:32:56.6019150Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-11-01T16:32:56.6019740Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-11-01T16:32:56.6021050Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-11-01T16:32:56.6022260Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-11-01T16:32:56.6023110Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-11-01T16:32:56.6024370Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-11-01T16:32:56.6025240Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-11-01T16:32:56.6026430Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-11-01T16:32:56.6027290Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-11-01T16:32:56.6028470Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-11-01T16:32:56.6029450Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6030550Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-11-01T16:32:56.6031420Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-11-01T16:32:56.6032690Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-11-01T16:32:56.6034050Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6034480Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-11-01T16:32:56.6035840Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-11-01T16:32:56.6036730Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-11-01T16:32:56.6038070Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6038580Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-11-01T16:32:56.6039890Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-11-01T16:32:56.6040740Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-11-01T16:32:56.6042090Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6042650Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-11-01T16:32:56.6044040Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-11-01T16:32:56.6044770Z adding 'torch/include/ATen/ops/_backward.h' 2024-11-01T16:32:56.6046110Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6046680Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-11-01T16:32:56.6048020Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-11-01T16:32:56.6049270Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-11-01T16:32:56.6050180Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-11-01T16:32:56.6051530Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6052130Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-11-01T16:32:56.6053570Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-11-01T16:32:56.6054870Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6055350Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-11-01T16:32:56.6056720Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-11-01T16:32:56.6057910Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-11-01T16:32:56.6059340Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6059920Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-11-01T16:32:56.6061430Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-11-01T16:32:56.6062630Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-11-01T16:32:56.6064000Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6064620Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-11-01T16:32:56.6065940Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-11-01T16:32:56.6066820Z adding 'torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h' 2024-11-01T16:32:56.6068060Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-11-01T16:32:56.6069360Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-11-01T16:32:56.6070170Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-11-01T16:32:56.6071510Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6072270Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-11-01T16:32:56.6073480Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-11-01T16:32:56.6074300Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-11-01T16:32:56.6075640Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6076210Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-11-01T16:32:56.6077530Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-11-01T16:32:56.6078390Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-11-01T16:32:56.6079700Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6080250Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-11-01T16:32:56.6081560Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-11-01T16:32:56.6082540Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-11-01T16:32:56.6083560Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6084400Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-11-01T16:32:56.6085520Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-11-01T16:32:56.6086510Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-11-01T16:32:56.6088750Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6089520Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-11-01T16:32:56.6090720Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-11-01T16:32:56.6091710Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-11-01T16:32:56.6092730Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6093650Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-11-01T16:32:56.6094660Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-11-01T16:32:56.6095530Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-11-01T16:32:56.6096820Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6097330Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-11-01T16:32:56.6098520Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-11-01T16:32:56.6099480Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-11-01T16:32:56.6100610Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6101480Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-11-01T16:32:56.6102440Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-11-01T16:32:56.6103490Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-11-01T16:32:56.6104660Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6105810Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-11-01T16:32:56.6106400Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6107520Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-11-01T16:32:56.6108660Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-11-01T16:32:56.6109710Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-11-01T16:32:56.6110900Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6111860Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-11-01T16:32:56.6112630Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-11-01T16:32:56.6113740Z adding 'torch/include/ATen/ops/_cdist_forward_mps_dispatch.h' 2024-11-01T16:32:56.6114800Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-11-01T16:32:56.6115850Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-11-01T16:32:56.6116900Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-11-01T16:32:56.6118060Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6118980Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-11-01T16:32:56.6119980Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-11-01T16:32:56.6120980Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-11-01T16:32:56.6121980Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-11-01T16:32:56.6123000Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-11-01T16:32:56.6124170Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6125060Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-11-01T16:32:56.6126110Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-11-01T16:32:56.6127090Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-11-01T16:32:56.6128270Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6129200Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-11-01T16:32:56.6130170Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-11-01T16:32:56.6131250Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-11-01T16:32:56.6132260Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-11-01T16:32:56.6133430Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6134260Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-11-01T16:32:56.6135370Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-11-01T16:32:56.6136360Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-11-01T16:32:56.6137530Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6138670Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-11-01T16:32:56.6139250Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-11-01T16:32:56.6140590Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-11-01T16:32:56.6141720Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-11-01T16:32:56.6142650Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-11-01T16:32:56.6143850Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-11-01T16:32:56.6145140Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-11-01T16:32:56.6146000Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-11-01T16:32:56.6147100Z adding 'torch/include/ATen/ops/_conj.h' 2024-11-01T16:32:56.6148230Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6149110Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-11-01T16:32:56.6150240Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6151330Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6152150Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-11-01T16:32:56.6153220Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-11-01T16:32:56.6154210Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-11-01T16:32:56.6155220Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-11-01T16:32:56.6156270Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-11-01T16:32:56.6157450Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6158340Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-11-01T16:32:56.6159460Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-11-01T16:32:56.6162470Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-11-01T16:32:56.6163960Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-11-01T16:32:56.6168860Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-11-01T16:32:56.6169180Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-11-01T16:32:56.6169400Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-11-01T16:32:56.6169820Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6170400Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-11-01T16:32:56.6171820Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-11-01T16:32:56.6173050Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-11-01T16:32:56.6174270Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-11-01T16:32:56.6175500Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-11-01T16:32:56.6176700Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-11-01T16:32:56.6177950Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-11-01T16:32:56.6179330Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6180440Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-11-01T16:32:56.6181320Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-11-01T16:32:56.6182670Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-11-01T16:32:56.6183580Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-11-01T16:32:56.6184940Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-11-01T16:32:56.6186120Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-11-01T16:32:56.6187320Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-11-01T16:32:56.6188600Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-11-01T16:32:56.6189750Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-11-01T16:32:56.6190360Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h' 2024-11-01T16:32:56.6191810Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-11-01T16:32:56.6192980Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-11-01T16:32:56.6194660Z adding 'torch/include/ATen/ops/_convolution.h' 2024-11-01T16:32:56.6196030Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6197310Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6198520Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-11-01T16:32:56.6199990Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6201070Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-11-01T16:32:56.6202300Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-11-01T16:32:56.6203430Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-11-01T16:32:56.6204840Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6205920Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-11-01T16:32:56.6207100Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-11-01T16:32:56.6208280Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-11-01T16:32:56.6209670Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-11-01T16:32:56.6210740Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-11-01T16:32:56.6212020Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-11-01T16:32:56.6213970Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6214640Z adding 'torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h' 2024-11-01T16:32:56.6215140Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-11-01T16:32:56.6216760Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-11-01T16:32:56.6217670Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6219210Z adding 'torch/include/ATen/ops/_copy_from_mps_dispatch.h' 2024-11-01T16:32:56.6219770Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-11-01T16:32:56.6221320Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-11-01T16:32:56.6222100Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-11-01T16:32:56.6223580Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-11-01T16:32:56.6224290Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-11-01T16:32:56.6225800Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-11-01T16:32:56.6226590Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-11-01T16:32:56.6228120Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-11-01T16:32:56.6228860Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-11-01T16:32:56.6230430Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-11-01T16:32:56.6231350Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-11-01T16:32:56.6232660Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-11-01T16:32:56.6234640Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-11-01T16:32:56.6236020Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-11-01T16:32:56.6236440Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-11-01T16:32:56.6238030Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-11-01T16:32:56.6238850Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6240270Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-11-01T16:32:56.6241110Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6242550Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-11-01T16:32:56.6243890Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-11-01T16:32:56.6245280Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6245950Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-11-01T16:32:56.6247390Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-11-01T16:32:56.6248140Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-11-01T16:32:56.6249640Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-11-01T16:32:56.6250940Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-11-01T16:32:56.6252300Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-11-01T16:32:56.6253250Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6254660Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:32:56.6255410Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-11-01T16:32:56.6257100Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-11-01T16:32:56.6258360Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-11-01T16:32:56.6259790Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6260530Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-11-01T16:32:56.6261990Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-11-01T16:32:56.6262910Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-11-01T16:32:56.6264950Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-11-01T16:32:56.6266820Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-11-01T16:32:56.6268410Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6269190Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6270720Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-11-01T16:32:56.6272090Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-11-01T16:32:56.6273550Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6274290Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-11-01T16:32:56.6276090Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-11-01T16:32:56.6277120Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6278590Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-11-01T16:32:56.6283260Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:32:56.6283770Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:32:56.6284190Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-11-01T16:32:56.6284560Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-11-01T16:32:56.6284940Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-11-01T16:32:56.6285870Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6286580Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-11-01T16:32:56.6287980Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-11-01T16:32:56.6288710Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-11-01T16:32:56.6290340Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6291080Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-11-01T16:32:56.6292480Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-11-01T16:32:56.6293150Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-11-01T16:32:56.6294810Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6295530Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-11-01T16:32:56.6296890Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-11-01T16:32:56.6297620Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-11-01T16:32:56.6299240Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6299970Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-11-01T16:32:56.6301360Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-11-01T16:32:56.6302020Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-11-01T16:32:56.6303550Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-11-01T16:32:56.6304240Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-11-01T16:32:56.6305670Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-11-01T16:32:56.6306480Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-11-01T16:32:56.6307920Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-11-01T16:32:56.6308700Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-11-01T16:32:56.6310170Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-11-01T16:32:56.6310880Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-11-01T16:32:56.6312420Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-11-01T16:32:56.6313230Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-11-01T16:32:56.6314890Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6315610Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-11-01T16:32:56.6317040Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-11-01T16:32:56.6318000Z adding 'torch/include/ATen/ops/_dimI.h' 2024-11-01T16:32:56.6319200Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-11-01T16:32:56.6319930Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-11-01T16:32:56.6321340Z adding 'torch/include/ATen/ops/_dimV.h' 2024-11-01T16:32:56.6322080Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-11-01T16:32:56.6323560Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-11-01T16:32:56.6324410Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-11-01T16:32:56.6325940Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6326540Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-11-01T16:32:56.6328080Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-11-01T16:32:56.6328840Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-11-01T16:32:56.6330490Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6331150Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-11-01T16:32:56.6332600Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-11-01T16:32:56.6333300Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-11-01T16:32:56.6334870Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-11-01T16:32:56.6336260Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-11-01T16:32:56.6337680Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6338470Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-11-01T16:32:56.6340140Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-11-01T16:32:56.6341470Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-11-01T16:32:56.6342880Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-11-01T16:32:56.6343600Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-11-01T16:32:56.6345270Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-11-01T16:32:56.6346610Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-11-01T16:32:56.6348030Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6348720Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-11-01T16:32:56.6350170Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-11-01T16:32:56.6350910Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-11-01T16:32:56.6352360Z adding 'torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h' 2024-11-01T16:32:56.6353800Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-11-01T16:32:56.6355160Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-11-01T16:32:56.6356420Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-11-01T16:32:56.6357740Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-11-01T16:32:56.6358650Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-11-01T16:32:56.6360150Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6360900Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-11-01T16:32:56.6362480Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-11-01T16:32:56.6363910Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6364660Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-11-01T16:32:56.6365960Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-11-01T16:32:56.6367550Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-11-01T16:32:56.6368590Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6370070Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-11-01T16:32:56.6370790Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6372290Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-11-01T16:32:56.6373250Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-11-01T16:32:56.6374880Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-11-01T16:32:56.6375890Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6377370Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-11-01T16:32:56.6378060Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-11-01T16:32:56.6383150Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-11-01T16:32:56.6383680Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-11-01T16:32:56.6384120Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-11-01T16:32:56.6384520Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-11-01T16:32:56.6385000Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-11-01T16:32:56.6385850Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6386780Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-11-01T16:32:56.6387800Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6389290Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-11-01T16:32:56.6390170Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-11-01T16:32:56.6391750Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-11-01T16:32:56.6392700Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6394180Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-11-01T16:32:56.6395230Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-11-01T16:32:56.6396910Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-11-01T16:32:56.6397860Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6399320Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-11-01T16:32:56.6400080Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-11-01T16:32:56.6401720Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-11-01T16:32:56.6403300Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-11-01T16:32:56.6404800Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6405600Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-11-01T16:32:56.6407030Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-11-01T16:32:56.6407970Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-11-01T16:32:56.6409400Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-11-01T16:32:56.6410330Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6411700Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-11-01T16:32:56.6412520Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-11-01T16:32:56.6414160Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-11-01T16:32:56.6415010Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-11-01T16:32:56.6416640Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-11-01T16:32:56.6417470Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6418480Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-11-01T16:32:56.6420000Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-11-01T16:32:56.6420960Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6421900Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-11-01T16:32:56.6423400Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-11-01T16:32:56.6424190Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-11-01T16:32:56.6425660Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-11-01T16:32:56.6426520Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-11-01T16:32:56.6428080Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-11-01T16:32:56.6428900Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-11-01T16:32:56.6430460Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6431280Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-11-01T16:32:56.6432370Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-11-01T16:32:56.6433520Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6434630Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-11-01T16:32:56.6435620Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-11-01T16:32:56.6437090Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-11-01T16:32:56.6437910Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-11-01T16:32:56.6439590Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-11-01T16:32:56.6440510Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6441640Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-11-01T16:32:56.6442650Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-11-01T16:32:56.6444230Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-11-01T16:32:56.6445050Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-11-01T16:32:56.6446540Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-11-01T16:32:56.6447760Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-11-01T16:32:56.6449020Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-11-01T16:32:56.6449660Z adding 'torch/include/ATen/ops/_fft_c2c_mps_dispatch.h' 2024-11-01T16:32:56.6451120Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-11-01T16:32:56.6452330Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-11-01T16:32:56.6453640Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-11-01T16:32:56.6454860Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-11-01T16:32:56.6456120Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-11-01T16:32:56.6456750Z adding 'torch/include/ATen/ops/_fft_c2r_mps_dispatch.h' 2024-11-01T16:32:56.6458200Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-11-01T16:32:56.6459400Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-11-01T16:32:56.6460600Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-11-01T16:32:56.6461420Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-11-01T16:32:56.6462880Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-11-01T16:32:56.6463700Z adding 'torch/include/ATen/ops/_fft_r2c_mps_dispatch.h' 2024-11-01T16:32:56.6465170Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-11-01T16:32:56.6466370Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-11-01T16:32:56.6467620Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-11-01T16:32:56.6468380Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-11-01T16:32:56.6469820Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-11-01T16:32:56.6470530Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-11-01T16:32:56.6472070Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-11-01T16:32:56.6473380Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-11-01T16:32:56.6474730Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:32:56.6475430Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-11-01T16:32:56.6477070Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-11-01T16:32:56.6478460Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-11-01T16:32:56.6479980Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-11-01T16:32:56.6483960Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-11-01T16:32:56.6484440Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-11-01T16:32:56.6484820Z adding 'torch/include/ATen/ops/_foobar.h' 2024-11-01T16:32:56.6485270Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6485800Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-11-01T16:32:56.6487130Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-11-01T16:32:56.6487820Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-11-01T16:32:56.6489310Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-11-01T16:32:56.6490230Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6491740Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-11-01T16:32:56.6492350Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-11-01T16:32:56.6493910Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-11-01T16:32:56.6494690Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-11-01T16:32:56.6496300Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6496950Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-11-01T16:32:56.6498390Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-11-01T16:32:56.6499630Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-11-01T16:32:56.6500980Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-11-01T16:32:56.6502320Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6503200Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-11-01T16:32:56.6504610Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-11-01T16:32:56.6506340Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-11-01T16:32:56.6507680Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-11-01T16:32:56.6509150Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6509890Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-11-01T16:32:56.6511450Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-11-01T16:32:56.6512930Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-11-01T16:32:56.6514410Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-11-01T16:32:56.6515770Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6516610Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-11-01T16:32:56.6517980Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-11-01T16:32:56.6519630Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-11-01T16:32:56.6520440Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-11-01T16:32:56.6522060Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6522750Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-11-01T16:32:56.6524190Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-11-01T16:32:56.6525420Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-11-01T16:32:56.6526650Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-11-01T16:32:56.6527480Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6528870Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-11-01T16:32:56.6529510Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-11-01T16:32:56.6531070Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-11-01T16:32:56.6531820Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-11-01T16:32:56.6533460Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6534120Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-11-01T16:32:56.6535570Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-11-01T16:32:56.6536790Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-11-01T16:32:56.6538200Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-11-01T16:32:56.6539590Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6540360Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-11-01T16:32:56.6541680Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-11-01T16:32:56.6543240Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-11-01T16:32:56.6544490Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-11-01T16:32:56.6545870Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6546600Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-11-01T16:32:56.6548080Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-11-01T16:32:56.6549410Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-11-01T16:32:56.6550680Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-11-01T16:32:56.6551620Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6552990Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-11-01T16:32:56.6553710Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-11-01T16:32:56.6555270Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-11-01T16:32:56.6556030Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-11-01T16:32:56.6557630Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6558290Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-11-01T16:32:56.6559730Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-11-01T16:32:56.6560950Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-11-01T16:32:56.6562170Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-11-01T16:32:56.6562920Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6564340Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-11-01T16:32:56.6565050Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-11-01T16:32:56.6566590Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-11-01T16:32:56.6567840Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-11-01T16:32:56.6569280Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6569990Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-11-01T16:32:56.6571520Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-11-01T16:32:56.6572990Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-11-01T16:32:56.6574220Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-11-01T16:32:56.6575090Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6576460Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-11-01T16:32:56.6577150Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-11-01T16:32:56.6578710Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-11-01T16:32:56.6579450Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-11-01T16:32:56.6581050Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6581740Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-11-01T16:32:56.6586150Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-11-01T16:32:56.6586540Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-11-01T16:32:56.6586910Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-11-01T16:32:56.6587390Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6587920Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-11-01T16:32:56.6588470Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-11-01T16:32:56.6589800Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-11-01T16:32:56.6590560Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-11-01T16:32:56.6592160Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6592810Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-11-01T16:32:56.6594220Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-11-01T16:32:56.6595470Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-11-01T16:32:56.6596290Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-11-01T16:32:56.6597700Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6598570Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-11-01T16:32:56.6599920Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-11-01T16:32:56.6601160Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-11-01T16:32:56.6601840Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-11-01T16:32:56.6603440Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6604090Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-11-01T16:32:56.6605500Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-11-01T16:32:56.6606330Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-11-01T16:32:56.6607910Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-11-01T16:32:56.6609260Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6610000Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-11-01T16:32:56.6611310Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-11-01T16:32:56.6612770Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-11-01T16:32:56.6613580Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-11-01T16:32:56.6615170Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6615830Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-11-01T16:32:56.6617250Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-11-01T16:32:56.6618190Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-11-01T16:32:56.6619540Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-11-01T16:32:56.6620310Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-11-01T16:32:56.6621900Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6622560Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-11-01T16:32:56.6623970Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-11-01T16:32:56.6624810Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-11-01T16:32:56.6626650Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-11-01T16:32:56.6627530Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6628910Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-11-01T16:32:56.6629580Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-11-01T16:32:56.6631130Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-11-01T16:32:56.6631880Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-11-01T16:32:56.6633560Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6634210Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-11-01T16:32:56.6635620Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-11-01T16:32:56.6636840Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-11-01T16:32:56.6638190Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6638710Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-11-01T16:32:56.6639850Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-11-01T16:32:56.6641180Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-11-01T16:32:56.6642420Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-11-01T16:32:56.6643320Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6644690Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-11-01T16:32:56.6645390Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-11-01T16:32:56.6646900Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-11-01T16:32:56.6648120Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-11-01T16:32:56.6649530Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6650240Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-11-01T16:32:56.6651760Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-11-01T16:32:56.6653160Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-11-01T16:32:56.6654520Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-11-01T16:32:56.6655750Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6656650Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-11-01T16:32:56.6657970Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-11-01T16:32:56.6659510Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-11-01T16:32:56.6660790Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-11-01T16:32:56.6662250Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6662910Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-11-01T16:32:56.6664480Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-11-01T16:32:56.6665980Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-11-01T16:32:56.6667320Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-11-01T16:32:56.6668220Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6669590Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-11-01T16:32:56.6670280Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-11-01T16:32:56.6671820Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-11-01T16:32:56.6673040Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-11-01T16:32:56.6674410Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6675390Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-11-01T16:32:56.6676210Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-11-01T16:32:56.6677640Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-11-01T16:32:56.6679010Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-11-01T16:32:56.6680350Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6681170Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-11-01T16:32:56.6684870Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-11-01T16:32:56.6685240Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-11-01T16:32:56.6685620Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-11-01T16:32:56.6687660Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6688640Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-11-01T16:32:56.6690100Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-11-01T16:32:56.6691380Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-11-01T16:32:56.6692620Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-11-01T16:32:56.6693540Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6694920Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-11-01T16:32:56.6695570Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-11-01T16:32:56.6697020Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-11-01T16:32:56.6698250Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-11-01T16:32:56.6699070Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6700050Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-11-01T16:32:56.6701340Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-11-01T16:32:56.6702590Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-11-01T16:32:56.6703260Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-11-01T16:32:56.6704740Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6705420Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-11-01T16:32:56.6706690Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-11-01T16:32:56.6707920Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-11-01T16:32:56.6708650Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-11-01T16:32:56.6710050Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6710720Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-11-01T16:32:56.6711980Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-11-01T16:32:56.6713210Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-11-01T16:32:56.6713900Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-11-01T16:32:56.6715360Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6716030Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-11-01T16:32:56.6717300Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-11-01T16:32:56.6718120Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-11-01T16:32:56.6719400Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-11-01T16:32:56.6720340Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6721230Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-11-01T16:32:56.6722500Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-11-01T16:32:56.6723730Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-11-01T16:32:56.6725010Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-11-01T16:32:56.6725950Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6727330Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-11-01T16:32:56.6728020Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-11-01T16:32:56.6729610Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-11-01T16:32:56.6730690Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-11-01T16:32:56.6731900Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6732650Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-11-01T16:32:56.6733800Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-11-01T16:32:56.6734910Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-11-01T16:32:56.6735960Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-11-01T16:32:56.6737120Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6737850Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-11-01T16:32:56.6739000Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-11-01T16:32:56.6740150Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-11-01T16:32:56.6741190Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-11-01T16:32:56.6742360Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6743090Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-11-01T16:32:56.6744220Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-11-01T16:32:56.6745310Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-11-01T16:32:56.6746340Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-11-01T16:32:56.6747510Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6748260Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-11-01T16:32:56.6749390Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-11-01T16:32:56.6750500Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-11-01T16:32:56.6751570Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-11-01T16:32:56.6752490Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-11-01T16:32:56.6753450Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-11-01T16:32:56.6754660Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-11-01T16:32:56.6755530Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-11-01T16:32:56.6756900Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6757620Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-11-01T16:32:56.6758810Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-11-01T16:32:56.6759720Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-11-01T16:32:56.6761070Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6761840Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-11-01T16:32:56.6763190Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6764010Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-11-01T16:32:56.6765010Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-11-01T16:32:56.6765970Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-11-01T16:32:56.6767210Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-11-01T16:32:56.6768440Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-11-01T16:32:56.6769690Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6770490Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-11-01T16:32:56.6771680Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-11-01T16:32:56.6772970Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-11-01T16:32:56.6774430Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-11-01T16:32:56.6775780Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6779490Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-11-01T16:32:56.6779940Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-11-01T16:32:56.6780360Z adding 'torch/include/ATen/ops/_fused_adam_mps_dispatch.h' 2024-11-01T16:32:56.6780750Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-11-01T16:32:56.6781420Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-11-01T16:32:56.6783020Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-11-01T16:32:56.6784360Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6785180Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-11-01T16:32:56.6786350Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-11-01T16:32:56.6787210Z adding 'torch/include/ATen/ops/_fused_adamw_mps_dispatch.h' 2024-11-01T16:32:56.6788500Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-11-01T16:32:56.6790100Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-11-01T16:32:56.6791240Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-11-01T16:32:56.6792430Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6793220Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-11-01T16:32:56.6794380Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-11-01T16:32:56.6795520Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-11-01T16:32:56.6796860Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-11-01T16:32:56.6798150Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6798960Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-11-01T16:32:56.6800200Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-11-01T16:32:56.6801060Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-11-01T16:32:56.6802580Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-11-01T16:32:56.6803580Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-11-01T16:32:56.6804650Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-11-01T16:32:56.6805680Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-11-01T16:32:56.6806640Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-11-01T16:32:56.6807660Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-11-01T16:32:56.6808760Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-11-01T16:32:56.6810110Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-11-01T16:32:56.6811430Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6812420Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-11-01T16:32:56.6813420Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-11-01T16:32:56.6814430Z adding 'torch/include/ATen/ops/_fused_sgd_mps_dispatch.h' 2024-11-01T16:32:56.6815550Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-11-01T16:32:56.6817070Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-11-01T16:32:56.6818070Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-11-01T16:32:56.6819250Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6820170Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-11-01T16:32:56.6821340Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6822430Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6823260Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-11-01T16:32:56.6824360Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-11-01T16:32:56.6825340Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-11-01T16:32:56.6826370Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-11-01T16:32:56.6827420Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-11-01T16:32:56.6828610Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6829570Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-11-01T16:32:56.6830630Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-11-01T16:32:56.6831750Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-11-01T16:32:56.6832900Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-11-01T16:32:56.6834140Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6834870Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-11-01T16:32:56.6836170Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-11-01T16:32:56.6837330Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6838470Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-11-01T16:32:56.6839320Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-11-01T16:32:56.6840590Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-11-01T16:32:56.6841340Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6842600Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-11-01T16:32:56.6843280Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-11-01T16:32:56.6844540Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-11-01T16:32:56.6845580Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6846700Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-11-01T16:32:56.6847340Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-11-01T16:32:56.6848700Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-11-01T16:32:56.6849740Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6850950Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-11-01T16:32:56.6851650Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h' 2024-11-01T16:32:56.6852930Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-11-01T16:32:56.6854130Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-11-01T16:32:56.6855010Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-11-01T16:32:56.6856370Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6857020Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-11-01T16:32:56.6858270Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h' 2024-11-01T16:32:56.6859120Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-11-01T16:32:56.6860390Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-11-01T16:32:56.6861610Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-11-01T16:32:56.6862620Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6863760Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-11-01T16:32:56.6864400Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h' 2024-11-01T16:32:56.6865610Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-11-01T16:32:56.6866820Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-11-01T16:32:56.6867970Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-11-01T16:32:56.6868960Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6870090Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-11-01T16:32:56.6870970Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-11-01T16:32:56.6871840Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-11-01T16:32:56.6873060Z adding 'torch/include/ATen/ops/_index_put_impl_mps_dispatch.h' 2024-11-01T16:32:56.6873700Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-11-01T16:32:56.6875150Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-11-01T16:32:56.6875980Z adding 'torch/include/ATen/ops/_indices.h' 2024-11-01T16:32:56.6877190Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-11-01T16:32:56.6878200Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6879500Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6879970Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-11-01T16:32:56.6881310Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-11-01T16:32:56.6882640Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-11-01T16:32:56.6883680Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-11-01T16:32:56.6884870Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-11-01T16:32:56.6885750Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-11-01T16:32:56.6886820Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-11-01T16:32:56.6887670Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-11-01T16:32:56.6888900Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-11-01T16:32:56.6889750Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-11-01T16:32:56.6891100Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6891660Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-11-01T16:32:56.6893040Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-11-01T16:32:56.6893900Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-11-01T16:32:56.6895240Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6895850Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-11-01T16:32:56.6898160Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-11-01T16:32:56.6898990Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-11-01T16:32:56.6900350Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.6900860Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-11-01T16:32:56.6902200Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-11-01T16:32:56.6903360Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-11-01T16:32:56.6904290Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-11-01T16:32:56.6905510Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-11-01T16:32:56.6906160Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-11-01T16:32:56.6907500Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-11-01T16:32:56.6908280Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-11-01T16:32:56.6909620Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6910110Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-11-01T16:32:56.6911440Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-11-01T16:32:56.6912500Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-11-01T16:32:56.6913510Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6914610Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-11-01T16:32:56.6915240Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-11-01T16:32:56.6916520Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-11-01T16:32:56.6917600Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6918680Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-11-01T16:32:56.6919550Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-11-01T16:32:56.6920730Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-11-01T16:32:56.6921330Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-11-01T16:32:56.6922570Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-11-01T16:32:56.6923660Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-11-01T16:32:56.6924740Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-11-01T16:32:56.6925800Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6926920Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-11-01T16:32:56.6927750Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-11-01T16:32:56.6928940Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-11-01T16:32:56.6929570Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-11-01T16:32:56.6933850Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-11-01T16:32:56.6934140Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-11-01T16:32:56.6935800Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-11-01T16:32:56.6936020Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:32:56.6936230Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:32:56.6936400Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-11-01T16:32:56.6936590Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-11-01T16:32:56.6938060Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-11-01T16:32:56.6939310Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6939820Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-11-01T16:32:56.6941040Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-11-01T16:32:56.6941870Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-11-01T16:32:56.6943120Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-11-01T16:32:56.6944000Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-11-01T16:32:56.6945120Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-11-01T16:32:56.6946230Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-11-01T16:32:56.6947460Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6948060Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-11-01T16:32:56.6949350Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-11-01T16:32:56.6950190Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-11-01T16:32:56.6951440Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-11-01T16:32:56.6952070Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-11-01T16:32:56.6953480Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-11-01T16:32:56.6954680Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-11-01T16:32:56.6955730Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6956800Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-11-01T16:32:56.6957400Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-11-01T16:32:56.6958710Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-11-01T16:32:56.6959630Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-11-01T16:32:56.6960820Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-11-01T16:32:56.6961870Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-11-01T16:32:56.6962920Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-11-01T16:32:56.6964030Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-11-01T16:32:56.6964570Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-11-01T16:32:56.6965800Z adding 'torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h' 2024-11-01T16:32:56.6966650Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-11-01T16:32:56.6967850Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-11-01T16:32:56.6968690Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-11-01T16:32:56.6970040Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-11-01T16:32:56.6971120Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6972250Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:32:56.6972910Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:32:56.6974190Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-11-01T16:32:56.6974930Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:32:56.6976140Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h' 2024-11-01T16:32:56.6977350Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-11-01T16:32:56.6978600Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-11-01T16:32:56.6979360Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.6980620Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-11-01T16:32:56.6981490Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-11-01T16:32:56.6982680Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-11-01T16:32:56.6983810Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-11-01T16:32:56.6984330Z adding 'torch/include/ATen/ops/_log_softmax_mps_dispatch.h' 2024-11-01T16:32:56.6985670Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-11-01T16:32:56.6986900Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-11-01T16:32:56.6987930Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-11-01T16:32:56.6989010Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-11-01T16:32:56.6989530Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-11-01T16:32:56.6990880Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-11-01T16:32:56.6992060Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-11-01T16:32:56.6993200Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-11-01T16:32:56.6994570Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.6995130Z adding 'torch/include/ATen/ops/_lstm_mps_mps_dispatch.h' 2024-11-01T16:32:56.6996450Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-11-01T16:32:56.6997730Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-11-01T16:32:56.6998960Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-11-01T16:32:56.6999990Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7001120Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-11-01T16:32:56.7001980Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-11-01T16:32:56.7003270Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-11-01T16:32:56.7004400Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-11-01T16:32:56.7005600Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-11-01T16:32:56.7006470Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-11-01T16:32:56.7007680Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-11-01T16:32:56.7008710Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7009820Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-11-01T16:32:56.7011220Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7011890Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7013000Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-11-01T16:32:56.7014240Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-11-01T16:32:56.7015280Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-11-01T16:32:56.7016330Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-11-01T16:32:56.7017470Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-11-01T16:32:56.7018470Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7019650Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:32:56.7020280Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:32:56.7021660Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-11-01T16:32:56.7022830Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-11-01T16:32:56.7024050Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-11-01T16:32:56.7025060Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7026240Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:32:56.7026870Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:32:56.7028200Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-11-01T16:32:56.7029410Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-11-01T16:32:56.7030600Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-11-01T16:32:56.7031800Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7032450Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-11-01T16:32:56.7033740Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-11-01T16:32:56.7034650Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-11-01T16:32:56.7035860Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-11-01T16:32:56.7037010Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-11-01T16:32:56.7038070Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7039210Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7039840Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7041200Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-11-01T16:32:56.7042410Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-11-01T16:32:56.7043380Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7044510Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-11-01T16:32:56.7045110Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-11-01T16:32:56.7046340Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-11-01T16:32:56.7047580Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-11-01T16:32:56.7048640Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-11-01T16:32:56.7049600Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-11-01T16:32:56.7050480Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-11-01T16:32:56.7051730Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-11-01T16:32:56.7052610Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-11-01T16:32:56.7053940Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7054540Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-11-01T16:32:56.7055930Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-11-01T16:32:56.7057180Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-11-01T16:32:56.7057920Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7059140Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-11-01T16:32:56.7060000Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-11-01T16:32:56.7061260Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-11-01T16:32:56.7062590Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-11-01T16:32:56.7063890Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7065050Z adding 'torch/include/ATen/ops/_mps_convolution_mps_dispatch.h' 2024-11-01T16:32:56.7065660Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-11-01T16:32:56.7067070Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-11-01T16:32:56.7068510Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-11-01T16:32:56.7069910Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7070550Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h' 2024-11-01T16:32:56.7071850Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-11-01T16:32:56.7073070Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-11-01T16:32:56.7074380Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-11-01T16:32:56.7075750Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7076890Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-11-01T16:32:56.7077770Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-11-01T16:32:56.7079000Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h' 2024-11-01T16:32:56.7080260Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-11-01T16:32:56.7081530Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-11-01T16:32:56.7082890Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7083500Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-11-01T16:32:56.7085110Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-11-01T16:32:56.7086480Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-11-01T16:32:56.7087700Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-11-01T16:32:56.7089070Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7090210Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-11-01T16:32:56.7090810Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:32:56.7092290Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-11-01T16:32:56.7093630Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-11-01T16:32:56.7094480Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-11-01T16:32:56.7095870Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7096320Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-11-01T16:32:56.7097800Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7099100Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7099550Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-11-01T16:32:56.7100960Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-11-01T16:32:56.7101830Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-11-01T16:32:56.7102980Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-11-01T16:32:56.7104130Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-11-01T16:32:56.7105400Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-11-01T16:32:56.7106630Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-11-01T16:32:56.7107190Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-11-01T16:32:56.7111450Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-11-01T16:32:56.7111750Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-11-01T16:32:56.7111990Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-11-01T16:32:56.7112360Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7112730Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-11-01T16:32:56.7114080Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-11-01T16:32:56.7115310Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7116110Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-11-01T16:32:56.7117350Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-11-01T16:32:56.7118200Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-11-01T16:32:56.7119480Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-11-01T16:32:56.7120850Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2024-11-01T16:32:56.7121780Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2024-11-01T16:32:56.7123000Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2024-11-01T16:32:56.7123850Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-11-01T16:32:56.7125100Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-11-01T16:32:56.7125960Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-11-01T16:32:56.7127140Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-11-01T16:32:56.7128040Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-11-01T16:32:56.7129490Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-11-01T16:32:56.7130360Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-11-01T16:32:56.7131650Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-11-01T16:32:56.7132240Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-11-01T16:32:56.7133530Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-11-01T16:32:56.7134500Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-11-01T16:32:56.7135680Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-11-01T16:32:56.7136530Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-11-01T16:32:56.7137650Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-11-01T16:32:56.7138380Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-11-01T16:32:56.7139740Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-11-01T16:32:56.7140270Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-11-01T16:32:56.7141590Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-11-01T16:32:56.7142440Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-11-01T16:32:56.7143540Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-11-01T16:32:56.7144910Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7145650Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7146830Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-11-01T16:32:56.7147450Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-11-01T16:32:56.7148650Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-11-01T16:32:56.7149500Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-11-01T16:32:56.7150760Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-11-01T16:32:56.7151460Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-11-01T16:32:56.7152820Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-11-01T16:32:56.7153670Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-11-01T16:32:56.7154920Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-11-01T16:32:56.7155780Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-11-01T16:32:56.7157040Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-11-01T16:32:56.7158080Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7159240Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-11-01T16:32:56.7159900Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-11-01T16:32:56.7161150Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-11-01T16:32:56.7162130Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-11-01T16:32:56.7163390Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-11-01T16:32:56.7164000Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-11-01T16:32:56.7165360Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-11-01T16:32:56.7166210Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-11-01T16:32:56.7167510Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-11-01T16:32:56.7168750Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-11-01T16:32:56.7170130Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7170650Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-11-01T16:32:56.7172160Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-11-01T16:32:56.7173760Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-11-01T16:32:56.7175230Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7176390Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-11-01T16:32:56.7177600Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-11-01T16:32:56.7178510Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-11-01T16:32:56.7179760Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-11-01T16:32:56.7180970Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-11-01T16:32:56.7181840Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-11-01T16:32:56.7183230Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7183820Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-11-01T16:32:56.7185250Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-11-01T16:32:56.7186100Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-11-01T16:32:56.7187580Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7188200Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-11-01T16:32:56.7189640Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-11-01T16:32:56.7190500Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-11-01T16:32:56.7191790Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-11-01T16:32:56.7193150Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7193940Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7195090Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-11-01T16:32:56.7196320Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-11-01T16:32:56.7197560Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-11-01T16:32:56.7198450Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-11-01T16:32:56.7199650Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-11-01T16:32:56.7200560Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-11-01T16:32:56.7201800Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-11-01T16:32:56.7203070Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-11-01T16:32:56.7204120Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7205490Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7206090Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-11-01T16:32:56.7207610Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-11-01T16:32:56.7208480Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-11-01T16:32:56.7209770Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-11-01T16:32:56.7210990Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-11-01T16:32:56.7212050Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7213250Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-11-01T16:32:56.7214480Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-11-01T16:32:56.7215020Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-11-01T16:32:56.7216450Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7217120Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-11-01T16:32:56.7218450Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-11-01T16:32:56.7219840Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-11-01T16:32:56.7221260Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7221890Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-11-01T16:32:56.7223350Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-11-01T16:32:56.7224130Z adding 'torch/include/ATen/ops/_nnz.h' 2024-11-01T16:32:56.7225400Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-11-01T16:32:56.7226450Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-11-01T16:32:56.7227260Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-11-01T16:32:56.7228690Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-11-01T16:32:56.7229760Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7230890Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-11-01T16:32:56.7231750Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-11-01T16:32:56.7233110Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7233590Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-11-01T16:32:56.7234980Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-11-01T16:32:56.7236180Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-11-01T16:32:56.7236910Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7238110Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-11-01T16:32:56.7238970Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-11-01T16:32:56.7240030Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-11-01T16:32:56.7241430Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7242180Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-11-01T16:32:56.7243410Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-11-01T16:32:56.7244300Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-11-01T16:32:56.7245660Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7246240Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-11-01T16:32:56.7247610Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-11-01T16:32:56.7248880Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-11-01T16:32:56.7249590Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-11-01T16:32:56.7250920Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-11-01T16:32:56.7251610Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-11-01T16:32:56.7252930Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-11-01T16:32:56.7253740Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-11-01T16:32:56.7255080Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7255860Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7257120Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7257710Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-11-01T16:32:56.7259080Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-11-01T16:32:56.7260280Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-11-01T16:32:56.7261070Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7262230Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-11-01T16:32:56.7263110Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-11-01T16:32:56.7264350Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-11-01T16:32:56.7264960Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-11-01T16:32:56.7266290Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-11-01T16:32:56.7267760Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7268250Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-11-01T16:32:56.7269640Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-11-01T16:32:56.7270690Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-11-01T16:32:56.7271640Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-11-01T16:32:56.7272940Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7273830Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7275130Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h' 2024-11-01T16:32:56.7275980Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-11-01T16:32:56.7277250Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-11-01T16:32:56.7278150Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-11-01T16:32:56.7279390Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-11-01T16:32:56.7280270Z adding 'torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h' 2024-11-01T16:32:56.7281490Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-11-01T16:32:56.7282390Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-11-01T16:32:56.7283580Z adding 'torch/include/ATen/ops/_print.h' 2024-11-01T16:32:56.7284550Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7289080Z adding 'torch/include/ATen/ops/_print_native.h' 2024-11-01T16:32:56.7289380Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-11-01T16:32:56.7289550Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-11-01T16:32:56.7289860Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7290050Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-11-01T16:32:56.7290840Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-11-01T16:32:56.7292200Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-11-01T16:32:56.7293580Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7294120Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-11-01T16:32:56.7295490Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-11-01T16:32:56.7296730Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-11-01T16:32:56.7297870Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-11-01T16:32:56.7299280Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7300020Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7301120Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-11-01T16:32:56.7302330Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-11-01T16:32:56.7303210Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-11-01T16:32:56.7304440Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-11-01T16:32:56.7305030Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-11-01T16:32:56.7306300Z adding 'torch/include/ATen/ops/_reshape_alias_mps_dispatch.h' 2024-11-01T16:32:56.7307160Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-11-01T16:32:56.7308460Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-11-01T16:32:56.7309550Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-11-01T16:32:56.7310940Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7311440Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-11-01T16:32:56.7312720Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-11-01T16:32:56.7313780Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-11-01T16:32:56.7314800Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7315970Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-11-01T16:32:56.7316790Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-11-01T16:32:56.7318210Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-11-01T16:32:56.7319450Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7320110Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-11-01T16:32:56.7321360Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-11-01T16:32:56.7322490Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-11-01T16:32:56.7323360Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-11-01T16:32:56.7324770Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7325340Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-11-01T16:32:56.7326700Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-11-01T16:32:56.7327580Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-11-01T16:32:56.7328900Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7329650Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-11-01T16:32:56.7330930Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-11-01T16:32:56.7332150Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-11-01T16:32:56.7333350Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7334660Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-11-01T16:32:56.7335090Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-11-01T16:32:56.7336340Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-11-01T16:32:56.7337530Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-11-01T16:32:56.7338430Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-11-01T16:32:56.7339800Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7340410Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-11-01T16:32:56.7341770Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-11-01T16:32:56.7343050Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-11-01T16:32:56.7344080Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7345250Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-11-01T16:32:56.7346230Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h' 2024-11-01T16:32:56.7347390Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-11-01T16:32:56.7348600Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-11-01T16:32:56.7349460Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-11-01T16:32:56.7350780Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-11-01T16:32:56.7351990Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-11-01T16:32:56.7353240Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-11-01T16:32:56.7354160Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7355360Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-11-01T16:32:56.7356600Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-11-01T16:32:56.7357500Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-11-01T16:32:56.7358690Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-11-01T16:32:56.7359900Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-11-01T16:32:56.7361120Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-11-01T16:32:56.7361880Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-11-01T16:32:56.7363300Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7364510Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-11-01T16:32:56.7365750Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-11-01T16:32:56.7366440Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-11-01T16:32:56.7367750Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-11-01T16:32:56.7368970Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-11-01T16:32:56.7370180Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-11-01T16:32:56.7371460Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-11-01T16:32:56.7372730Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7373950Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-11-01T16:32:56.7375190Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-11-01T16:32:56.7375940Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-11-01T16:32:56.7377260Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-11-01T16:32:56.7378680Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-11-01T16:32:56.7379930Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7380550Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-11-01T16:32:56.7381980Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-11-01T16:32:56.7383160Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-11-01T16:32:56.7384330Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-11-01T16:32:56.7385540Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-11-01T16:32:56.7386170Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-11-01T16:32:56.7387630Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-11-01T16:32:56.7388630Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-11-01T16:32:56.7389940Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-11-01T16:32:56.7391380Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7392150Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-11-01T16:32:56.7393550Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-11-01T16:32:56.7394780Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7395840Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-11-01T16:32:56.7397010Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-11-01T16:32:56.7398000Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-11-01T16:32:56.7399100Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-11-01T16:32:56.7400090Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-11-01T16:32:56.7401260Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-11-01T16:32:56.7402410Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-11-01T16:32:56.7403670Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7404570Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7405600Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7406590Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-11-01T16:32:56.7407780Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-11-01T16:32:56.7408750Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-11-01T16:32:56.7409920Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7410830Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-11-01T16:32:56.7411870Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-11-01T16:32:56.7413610Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-11-01T16:32:56.7414930Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7416030Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7417090Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7418260Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-11-01T16:32:56.7419560Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-11-01T16:32:56.7420890Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-11-01T16:32:56.7422140Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-11-01T16:32:56.7423050Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-11-01T16:32:56.7424220Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-11-01T16:32:56.7425390Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-11-01T16:32:56.7426250Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-11-01T16:32:56.7427560Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7428440Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-11-01T16:32:56.7429560Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-11-01T16:32:56.7430600Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-11-01T16:32:56.7431830Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7432800Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-11-01T16:32:56.7433980Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-11-01T16:32:56.7435170Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-11-01T16:32:56.7436310Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7437300Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-11-01T16:32:56.7438550Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-11-01T16:32:56.7439600Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-11-01T16:32:56.7440690Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7441350Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-11-01T16:32:56.7442680Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-11-01T16:32:56.7443810Z adding 'torch/include/ATen/ops/_softmax.h' 2024-11-01T16:32:56.7444760Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-11-01T16:32:56.7446170Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7446800Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:32:56.7448150Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:32:56.7449140Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-11-01T16:32:56.7450130Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:32:56.7451140Z adding 'torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h' 2024-11-01T16:32:56.7452160Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-11-01T16:32:56.7453260Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-11-01T16:32:56.7454440Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7455290Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-11-01T16:32:56.7456300Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-11-01T16:32:56.7457270Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-11-01T16:32:56.7458290Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-11-01T16:32:56.7459160Z adding 'torch/include/ATen/ops/_softmax_mps_dispatch.h' 2024-11-01T16:32:56.7460210Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-11-01T16:32:56.7461300Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-11-01T16:32:56.7462420Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-11-01T16:32:56.7463600Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7464520Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-11-01T16:32:56.7465630Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-11-01T16:32:56.7469780Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-11-01T16:32:56.7470160Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-11-01T16:32:56.7470490Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7470880Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7471090Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-11-01T16:32:56.7471720Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-11-01T16:32:56.7472880Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-11-01T16:32:56.7473980Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-11-01T16:32:56.7475260Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-11-01T16:32:56.7476560Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7477490Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-11-01T16:32:56.7478640Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-11-01T16:32:56.7479880Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-11-01T16:32:56.7481070Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7482030Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-11-01T16:32:56.7483170Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-11-01T16:32:56.7484560Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-11-01T16:32:56.7485910Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7486910Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-11-01T16:32:56.7488230Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-11-01T16:32:56.7489410Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-11-01T16:32:56.7490750Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7491280Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-11-01T16:32:56.7492710Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-11-01T16:32:56.7493990Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-11-01T16:32:56.7495340Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7496460Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-11-01T16:32:56.7497600Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-11-01T16:32:56.7498810Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-11-01T16:32:56.7500300Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-11-01T16:32:56.7501720Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7502900Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-11-01T16:32:56.7503540Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-11-01T16:32:56.7505040Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-11-01T16:32:56.7506310Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7506920Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-11-01T16:32:56.7508200Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-11-01T16:32:56.7509420Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-11-01T16:32:56.7510590Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-11-01T16:32:56.7511940Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7512610Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-11-01T16:32:56.7513990Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-11-01T16:32:56.7515120Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-11-01T16:32:56.7516270Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7517330Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-11-01T16:32:56.7518510Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-11-01T16:32:56.7519370Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-11-01T16:32:56.7520640Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7521400Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-11-01T16:32:56.7522680Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-11-01T16:32:56.7523910Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-11-01T16:32:56.7524930Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7526080Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-11-01T16:32:56.7527210Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-11-01T16:32:56.7528240Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-11-01T16:32:56.7529320Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-11-01T16:32:56.7530540Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7531480Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-11-01T16:32:56.7532600Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-11-01T16:32:56.7533720Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7534810Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7535670Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-11-01T16:32:56.7536870Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-11-01T16:32:56.7537940Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-11-01T16:32:56.7539120Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7540040Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-11-01T16:32:56.7541160Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-11-01T16:32:56.7542160Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-11-01T16:32:56.7543340Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7544230Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-11-01T16:32:56.7545310Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-11-01T16:32:56.7546430Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-11-01T16:32:56.7547560Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-11-01T16:32:56.7548800Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-11-01T16:32:56.7549690Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-11-01T16:32:56.7550870Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-11-01T16:32:56.7551750Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-11-01T16:32:56.7552990Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-11-01T16:32:56.7554240Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-11-01T16:32:56.7554860Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-11-01T16:32:56.7556170Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-11-01T16:32:56.7557010Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-11-01T16:32:56.7558290Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-11-01T16:32:56.7559450Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-11-01T16:32:56.7560410Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-11-01T16:32:56.7561260Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-11-01T16:32:56.7562470Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-11-01T16:32:56.7563360Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-11-01T16:32:56.7564720Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-11-01T16:32:56.7565880Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-11-01T16:32:56.7566620Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-11-01T16:32:56.7567880Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-11-01T16:32:56.7568960Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-11-01T16:32:56.7570010Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-11-01T16:32:56.7571210Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-11-01T16:32:56.7572210Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-11-01T16:32:56.7573350Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-11-01T16:32:56.7574400Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-11-01T16:32:56.7575550Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-11-01T16:32:56.7576510Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-11-01T16:32:56.7577580Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-11-01T16:32:56.7578610Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-11-01T16:32:56.7579710Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-11-01T16:32:56.7580940Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7581910Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-11-01T16:32:56.7583070Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-11-01T16:32:56.7584210Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7585270Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7586250Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-11-01T16:32:56.7587520Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-11-01T16:32:56.7588560Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-11-01T16:32:56.7589760Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7590690Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-11-01T16:32:56.7591750Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-11-01T16:32:56.7592860Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-11-01T16:32:56.7594000Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-11-01T16:32:56.7595200Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7596120Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-11-01T16:32:56.7597200Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-11-01T16:32:56.7598320Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7599360Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7600290Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-11-01T16:32:56.7601500Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-11-01T16:32:56.7602740Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-11-01T16:32:56.7603950Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7604900Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-11-01T16:32:56.7605910Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-11-01T16:32:56.7607100Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-11-01T16:32:56.7608260Z adding 'torch/include/ATen/ops/_spsolve.h' 2024-11-01T16:32:56.7609300Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2024-11-01T16:32:56.7610320Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2024-11-01T16:32:56.7611400Z adding 'torch/include/ATen/ops/_stack.h' 2024-11-01T16:32:56.7612770Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7613790Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-11-01T16:32:56.7614840Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-11-01T16:32:56.7615910Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-11-01T16:32:56.7617010Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-11-01T16:32:56.7618250Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7619300Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-11-01T16:32:56.7620280Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-11-01T16:32:56.7621330Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-11-01T16:32:56.7622590Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7623560Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-11-01T16:32:56.7624560Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-11-01T16:32:56.7625560Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-11-01T16:32:56.7626730Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-11-01T16:32:56.7627760Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-11-01T16:32:56.7628890Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-11-01T16:32:56.7630020Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-11-01T16:32:56.7631700Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7632600Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-11-01T16:32:56.7633720Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-11-01T16:32:56.7634850Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-11-01T16:32:56.7636160Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7637180Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7638220Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-11-01T16:32:56.7639230Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-11-01T16:32:56.7640590Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-11-01T16:32:56.7641360Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7642510Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-11-01T16:32:56.7643520Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7644830Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7645480Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-11-01T16:32:56.7649850Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-11-01T16:32:56.7650240Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-11-01T16:32:56.7650550Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-11-01T16:32:56.7650700Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-11-01T16:32:56.7651000Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7651750Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-11-01T16:32:56.7653050Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-11-01T16:32:56.7654770Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-11-01T16:32:56.7656000Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7656990Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-11-01T16:32:56.7657990Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-11-01T16:32:56.7659010Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-11-01T16:32:56.7660070Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-11-01T16:32:56.7661260Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7662330Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-11-01T16:32:56.7663270Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-11-01T16:32:56.7664360Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-11-01T16:32:56.7665390Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-11-01T16:32:56.7666600Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7667550Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-11-01T16:32:56.7668560Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-11-01T16:32:56.7669650Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-11-01T16:32:56.7670720Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-11-01T16:32:56.7671920Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7672850Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-11-01T16:32:56.7673900Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-11-01T16:32:56.7675010Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-11-01T16:32:56.7676160Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-11-01T16:32:56.7677360Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7678300Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-11-01T16:32:56.7679290Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-11-01T16:32:56.7680290Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-11-01T16:32:56.7681450Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7682340Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-11-01T16:32:56.7683370Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-11-01T16:32:56.7684350Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-11-01T16:32:56.7685500Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7686380Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-11-01T16:32:56.7687390Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-11-01T16:32:56.7688560Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-11-01T16:32:56.7689580Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7690660Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-11-01T16:32:56.7691540Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-11-01T16:32:56.7692800Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-11-01T16:32:56.7693830Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7694950Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-11-01T16:32:56.7695810Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-11-01T16:32:56.7697010Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-11-01T16:32:56.7698020Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7698960Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-11-01T16:32:56.7700080Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-11-01T16:32:56.7701080Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-11-01T16:32:56.7702210Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-11-01T16:32:56.7703460Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7704410Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7705350Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-11-01T16:32:56.7706480Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-11-01T16:32:56.7707630Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7708580Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-11-01T16:32:56.7709550Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-11-01T16:32:56.7710700Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-11-01T16:32:56.7711810Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-11-01T16:32:56.7712880Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-11-01T16:32:56.7714070Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7715040Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-11-01T16:32:56.7716320Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7717130Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-11-01T16:32:56.7718360Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-11-01T16:32:56.7719540Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-11-01T16:32:56.7720430Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-11-01T16:32:56.7721630Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-11-01T16:32:56.7722920Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7723500Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-11-01T16:32:56.7724840Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-11-01T16:32:56.7726150Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-11-01T16:32:56.7726960Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-11-01T16:32:56.7728330Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7729090Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-11-01T16:32:56.7730360Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-11-01T16:32:56.7731200Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-11-01T16:32:56.7732490Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7733320Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-11-01T16:32:56.7734340Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-11-01T16:32:56.7735220Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-11-01T16:32:56.7736540Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7737310Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-11-01T16:32:56.7738510Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-11-01T16:32:56.7739680Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-11-01T16:32:56.7740540Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-11-01T16:32:56.7741870Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7742490Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-11-01T16:32:56.7743720Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-11-01T16:32:56.7744560Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-11-01T16:32:56.7745770Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-11-01T16:32:56.7746770Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-11-01T16:32:56.7747780Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7748870Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-11-01T16:32:56.7749500Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-11-01T16:32:56.7750980Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-11-01T16:32:56.7751560Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-11-01T16:32:56.7752980Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7753760Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-11-01T16:32:56.7754920Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-11-01T16:32:56.7756240Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7756750Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-11-01T16:32:56.7758070Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-11-01T16:32:56.7758910Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-11-01T16:32:56.7760090Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-11-01T16:32:56.7761100Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-11-01T16:32:56.7762400Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7762890Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-11-01T16:32:56.7764120Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-11-01T16:32:56.7764970Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-11-01T16:32:56.7766160Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-11-01T16:32:56.7767220Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-11-01T16:32:56.7768360Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-11-01T16:32:56.7769500Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-11-01T16:32:56.7770420Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-11-01T16:32:56.7771660Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-11-01T16:32:56.7772500Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-11-01T16:32:56.7773670Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-11-01T16:32:56.7774530Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-11-01T16:32:56.7775890Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7776980Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-11-01T16:32:56.7777590Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-11-01T16:32:56.7778890Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-11-01T16:32:56.7780050Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-11-01T16:32:56.7781230Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-11-01T16:32:56.7782580Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7783220Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-11-01T16:32:56.7784510Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-11-01T16:32:56.7785640Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-11-01T16:32:56.7786830Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-11-01T16:32:56.7787980Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-11-01T16:32:56.7789100Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7790040Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7791050Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-11-01T16:32:56.7792130Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-11-01T16:32:56.7793320Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-11-01T16:32:56.7794620Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7795230Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:32:56.7796520Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-11-01T16:32:56.7797670Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-11-01T16:32:56.7798650Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-11-01T16:32:56.7799790Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7800720Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-11-01T16:32:56.7801690Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-11-01T16:32:56.7802780Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-11-01T16:32:56.7803740Z adding 'torch/include/ATen/ops/_unique.h' 2024-11-01T16:32:56.7804850Z adding 'torch/include/ATen/ops/_unique2.h' 2024-11-01T16:32:56.7806030Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7806950Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-11-01T16:32:56.7807970Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-11-01T16:32:56.7808940Z adding 'torch/include/ATen/ops/_unique2_mps_dispatch.h' 2024-11-01T16:32:56.7809800Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-11-01T16:32:56.7811080Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-11-01T16:32:56.7812350Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7812910Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-11-01T16:32:56.7814140Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-11-01T16:32:56.7815180Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-11-01T16:32:56.7816170Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-11-01T16:32:56.7817050Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-11-01T16:32:56.7818300Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7818900Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-11-01T16:32:56.7823130Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-11-01T16:32:56.7823430Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-11-01T16:32:56.7823710Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7823880Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-11-01T16:32:56.7824020Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-11-01T16:32:56.7824940Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-11-01T16:32:56.7826360Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7826930Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-11-01T16:32:56.7828210Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-11-01T16:32:56.7829080Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-11-01T16:32:56.7830410Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7830960Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-11-01T16:32:56.7832270Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-11-01T16:32:56.7833260Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-11-01T16:32:56.7834600Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7835070Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-11-01T16:32:56.7836340Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-11-01T16:32:56.7837460Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-11-01T16:32:56.7838470Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7839500Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-11-01T16:32:56.7840430Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-11-01T16:32:56.7842030Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-11-01T16:32:56.7843430Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-11-01T16:32:56.7844840Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7845390Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7846720Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7847580Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-11-01T16:32:56.7848810Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-11-01T16:32:56.7849970Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-11-01T16:32:56.7850830Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-11-01T16:32:56.7852160Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7852870Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7854110Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-11-01T16:32:56.7854990Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-11-01T16:32:56.7856140Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-11-01T16:32:56.7857390Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-11-01T16:32:56.7857970Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-11-01T16:32:56.7859420Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-11-01T16:32:56.7860810Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-11-01T16:32:56.7862240Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-11-01T16:32:56.7863590Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7864210Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7865520Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7866660Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-11-01T16:32:56.7867350Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-11-01T16:32:56.7868600Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-11-01T16:32:56.7869750Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-11-01T16:32:56.7871070Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7871630Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7872890Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-11-01T16:32:56.7873750Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-11-01T16:32:56.7875210Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-11-01T16:32:56.7876470Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-11-01T16:32:56.7877270Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-11-01T16:32:56.7878590Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-11-01T16:32:56.7879940Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-11-01T16:32:56.7881310Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-11-01T16:32:56.7882680Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7883290Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7884610Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7885790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-11-01T16:32:56.7886410Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-11-01T16:32:56.7887690Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h' 2024-11-01T16:32:56.7888550Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-11-01T16:32:56.7889820Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-11-01T16:32:56.7891150Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7891760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7893040Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-11-01T16:32:56.7893910Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-11-01T16:32:56.7895080Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-11-01T16:32:56.7895990Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-11-01T16:32:56.7897180Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h' 2024-11-01T16:32:56.7897840Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-11-01T16:32:56.7899230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-11-01T16:32:56.7900630Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-11-01T16:32:56.7902020Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-11-01T16:32:56.7903410Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7903940Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7905290Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7906130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-11-01T16:32:56.7907360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-11-01T16:32:56.7908230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h' 2024-11-01T16:32:56.7909420Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-11-01T16:32:56.7910640Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-11-01T16:32:56.7911680Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7912860Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7913500Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-11-01T16:32:56.7914790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-11-01T16:32:56.7915650Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-11-01T16:32:56.7916880Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-11-01T16:32:56.7917560Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h' 2024-11-01T16:32:56.7918900Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-11-01T16:32:56.7920100Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-11-01T16:32:56.7921490Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-11-01T16:32:56.7922930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-11-01T16:32:56.7924360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7924980Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.7926350Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.7927200Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-11-01T16:32:56.7928520Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-11-01T16:32:56.7929380Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-11-01T16:32:56.7930620Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-11-01T16:32:56.7931960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7932490Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7933700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-11-01T16:32:56.7934850Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-11-01T16:32:56.7935470Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-11-01T16:32:56.7936810Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-11-01T16:32:56.7937990Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-11-01T16:32:56.7938850Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-11-01T16:32:56.7940030Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-11-01T16:32:56.7940990Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:32:56.7942220Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-11-01T16:32:56.7943200Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-11-01T16:32:56.7944130Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-11-01T16:32:56.7945450Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7945990Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:32:56.7947280Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:32:56.7948160Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-11-01T16:32:56.7949410Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-11-01T16:32:56.7950300Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-11-01T16:32:56.7951460Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-11-01T16:32:56.7952150Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-11-01T16:32:56.7953390Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-11-01T16:32:56.7954410Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7955530Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-11-01T16:32:56.7956390Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-11-01T16:32:56.7957560Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-11-01T16:32:56.7958560Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7959650Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-11-01T16:32:56.7960380Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-11-01T16:32:56.7961600Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-11-01T16:32:56.7962730Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7963400Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-11-01T16:32:56.7964700Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-11-01T16:32:56.7965840Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-11-01T16:32:56.7966630Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7967810Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-11-01T16:32:56.7968660Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-11-01T16:32:56.7969810Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-11-01T16:32:56.7970810Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7971870Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-11-01T16:32:56.7972520Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-11-01T16:32:56.7973770Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-11-01T16:32:56.7974790Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7975670Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-11-01T16:32:56.7976860Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-11-01T16:32:56.7977880Z adding 'torch/include/ATen/ops/_values.h' 2024-11-01T16:32:56.7978990Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-11-01T16:32:56.7979810Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.7981100Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.7981740Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-11-01T16:32:56.7982960Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-11-01T16:32:56.7983970Z adding 'torch/include/ATen/ops/_values_native.h' 2024-11-01T16:32:56.7984990Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-11-01T16:32:56.7985840Z adding 'torch/include/ATen/ops/_version.h' 2024-11-01T16:32:56.7987130Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.7987580Z adding 'torch/include/ATen/ops/_version_native.h' 2024-11-01T16:32:56.7988880Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-11-01T16:32:56.7989760Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-11-01T16:32:56.7991000Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-11-01T16:32:56.7991880Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-11-01T16:32:56.7993050Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h' 2024-11-01T16:32:56.7993670Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-11-01T16:32:56.7996950Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-11-01T16:32:56.7997120Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-11-01T16:32:56.7997330Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-11-01T16:32:56.7997580Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h' 2024-11-01T16:32:56.7998700Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-11-01T16:32:56.7999870Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-11-01T16:32:56.8000700Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-11-01T16:32:56.8002010Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8002690Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-11-01T16:32:56.8004100Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8004690Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-11-01T16:32:56.8006030Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-11-01T16:32:56.8007140Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-11-01T16:32:56.8008070Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-11-01T16:32:56.8009400Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8010070Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8011270Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8011890Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h' 2024-11-01T16:32:56.8013150Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-11-01T16:32:56.8014330Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-11-01T16:32:56.8015280Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8016380Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-11-01T16:32:56.8017030Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-11-01T16:32:56.8018320Z adding 'torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h' 2024-11-01T16:32:56.8018930Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-11-01T16:32:56.8020310Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-11-01T16:32:56.8021140Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-11-01T16:32:56.8022320Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-11-01T16:32:56.8023350Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2024-11-01T16:32:56.8024370Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8025480Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2024-11-01T16:32:56.8026300Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2024-11-01T16:32:56.8027520Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2024-11-01T16:32:56.8028560Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8029660Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2024-11-01T16:32:56.8030530Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2024-11-01T16:32:56.8031580Z adding 'torch/include/ATen/ops/abs.h' 2024-11-01T16:32:56.8032550Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8033640Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-11-01T16:32:56.8034720Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-11-01T16:32:56.8035230Z adding 'torch/include/ATen/ops/abs_mps_dispatch.h' 2024-11-01T16:32:56.8036510Z adding 'torch/include/ATen/ops/abs_native.h' 2024-11-01T16:32:56.8037670Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-11-01T16:32:56.8038510Z adding 'torch/include/ATen/ops/absolute.h' 2024-11-01T16:32:56.8039820Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8040390Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-11-01T16:32:56.8041750Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-11-01T16:32:56.8042890Z adding 'torch/include/ATen/ops/acos.h' 2024-11-01T16:32:56.8043940Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8044950Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-11-01T16:32:56.8045510Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-11-01T16:32:56.8046710Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-11-01T16:32:56.8047580Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-11-01T16:32:56.8048630Z adding 'torch/include/ATen/ops/acos_mps_dispatch.h' 2024-11-01T16:32:56.8049640Z adding 'torch/include/ATen/ops/acos_native.h' 2024-11-01T16:32:56.8050790Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-11-01T16:32:56.8051620Z adding 'torch/include/ATen/ops/acosh.h' 2024-11-01T16:32:56.8052960Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8053440Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-11-01T16:32:56.8054720Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-11-01T16:32:56.8055600Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-11-01T16:32:56.8056770Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-11-01T16:32:56.8057360Z adding 'torch/include/ATen/ops/acosh_mps_dispatch.h' 2024-11-01T16:32:56.8058600Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-11-01T16:32:56.8059770Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-11-01T16:32:56.8060650Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-11-01T16:32:56.8061860Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8062440Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-11-01T16:32:56.8063750Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-11-01T16:32:56.8064920Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-11-01T16:32:56.8066110Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8066910Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:32:56.8068830Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:32:56.8069080Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h' 2024-11-01T16:32:56.8069720Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-11-01T16:32:56.8071080Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-11-01T16:32:56.8072270Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-11-01T16:32:56.8073400Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-11-01T16:32:56.8074290Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8075480Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8076110Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:32:56.8077470Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:32:56.8078450Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8079590Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:32:56.8080490Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:32:56.8081640Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-11-01T16:32:56.8082860Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-11-01T16:32:56.8083440Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-11-01T16:32:56.8084850Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8085510Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-11-01T16:32:56.8086830Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-11-01T16:32:56.8088010Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-11-01T16:32:56.8089050Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-11-01T16:32:56.8090130Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8091260Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8091850Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8093080Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-11-01T16:32:56.8094000Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:32:56.8095180Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h' 2024-11-01T16:32:56.8095790Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-11-01T16:32:56.8097150Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-11-01T16:32:56.8098180Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8099240Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-11-01T16:32:56.8099940Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-11-01T16:32:56.8101110Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-11-01T16:32:56.8102020Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-11-01T16:32:56.8103200Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h' 2024-11-01T16:32:56.8103820Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-11-01T16:32:56.8105190Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-11-01T16:32:56.8106350Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-11-01T16:32:56.8107400Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-11-01T16:32:56.8108480Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8109580Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8110120Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8111370Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-11-01T16:32:56.8112280Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-11-01T16:32:56.8118110Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-11-01T16:32:56.8119300Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-11-01T16:32:56.8120410Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8121110Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-11-01T16:32:56.8122350Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-11-01T16:32:56.8123180Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-11-01T16:32:56.8124390Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-11-01T16:32:56.8125670Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-11-01T16:32:56.8126630Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-11-01T16:32:56.8127860Z adding 'torch/include/ATen/ops/add.h' 2024-11-01T16:32:56.8128630Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8129990Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8130790Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-11-01T16:32:56.8131960Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-11-01T16:32:56.8132930Z adding 'torch/include/ATen/ops/add_meta.h' 2024-11-01T16:32:56.8133800Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-11-01T16:32:56.8134710Z adding 'torch/include/ATen/ops/add_mps_dispatch.h' 2024-11-01T16:32:56.8135930Z adding 'torch/include/ATen/ops/add_native.h' 2024-11-01T16:32:56.8137290Z adding 'torch/include/ATen/ops/add_ops.h' 2024-11-01T16:32:56.8138430Z adding 'torch/include/ATen/ops/addbmm.h' 2024-11-01T16:32:56.8139670Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-11-01T16:32:56.8140280Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-11-01T16:32:56.8141590Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-11-01T16:32:56.8142510Z adding 'torch/include/ATen/ops/addbmm_mps_dispatch.h' 2024-11-01T16:32:56.8143690Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-11-01T16:32:56.8144860Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-11-01T16:32:56.8145700Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-11-01T16:32:56.8147080Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8147810Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-11-01T16:32:56.8149000Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-11-01T16:32:56.8149840Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-11-01T16:32:56.8151030Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-11-01T16:32:56.8151600Z adding 'torch/include/ATen/ops/addcdiv_mps_dispatch.h' 2024-11-01T16:32:56.8152830Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-11-01T16:32:56.8153960Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-11-01T16:32:56.8155110Z adding 'torch/include/ATen/ops/addcmul.h' 2024-11-01T16:32:56.8156160Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8157180Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-11-01T16:32:56.8158060Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-11-01T16:32:56.8159230Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-11-01T16:32:56.8159810Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-11-01T16:32:56.8161020Z adding 'torch/include/ATen/ops/addcmul_mps_dispatch.h' 2024-11-01T16:32:56.8161870Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-11-01T16:32:56.8163190Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-11-01T16:32:56.8164150Z adding 'torch/include/ATen/ops/addmm.h' 2024-11-01T16:32:56.8165500Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8166040Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-11-01T16:32:56.8167290Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-11-01T16:32:56.8171490Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-11-01T16:32:56.8171850Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-11-01T16:32:56.8172060Z adding 'torch/include/ATen/ops/addmm_mps_dispatch.h' 2024-11-01T16:32:56.8172210Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-11-01T16:32:56.8173240Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-11-01T16:32:56.8175960Z adding 'torch/include/ATen/ops/addmv.h' 2024-11-01T16:32:56.8177850Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8179210Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-11-01T16:32:56.8180610Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-11-01T16:32:56.8182040Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-11-01T16:32:56.8183420Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-11-01T16:32:56.8184720Z adding 'torch/include/ATen/ops/addmv_mps_dispatch.h' 2024-11-01T16:32:56.8186050Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-11-01T16:32:56.8187510Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-11-01T16:32:56.8188740Z adding 'torch/include/ATen/ops/addr.h' 2024-11-01T16:32:56.8190250Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8191460Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-11-01T16:32:56.8192710Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-11-01T16:32:56.8193940Z adding 'torch/include/ATen/ops/addr_mps_dispatch.h' 2024-11-01T16:32:56.8195220Z adding 'torch/include/ATen/ops/addr_native.h' 2024-11-01T16:32:56.8196670Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-11-01T16:32:56.8197970Z adding 'torch/include/ATen/ops/adjoint.h' 2024-11-01T16:32:56.8199480Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8200620Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-11-01T16:32:56.8201920Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-11-01T16:32:56.8203440Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-11-01T16:32:56.8204850Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-11-01T16:32:56.8206350Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8207480Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-11-01T16:32:56.8208830Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-11-01T16:32:56.8210260Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8211420Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-11-01T16:32:56.8212820Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-11-01T16:32:56.8213970Z adding 'torch/include/ATen/ops/alias.h' 2024-11-01T16:32:56.8215400Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8216530Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-11-01T16:32:56.8217900Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8219210Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8220280Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-11-01T16:32:56.8221590Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-11-01T16:32:56.8222800Z adding 'torch/include/ATen/ops/alias_native.h' 2024-11-01T16:32:56.8224040Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-11-01T16:32:56.8225250Z adding 'torch/include/ATen/ops/align_as.h' 2024-11-01T16:32:56.8226650Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8227740Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-11-01T16:32:56.8229110Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-11-01T16:32:56.8230430Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-11-01T16:32:56.8231800Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8232900Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-11-01T16:32:56.8234190Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-11-01T16:32:56.8235390Z adding 'torch/include/ATen/ops/align_to.h' 2024-11-01T16:32:56.8237030Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8237540Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-11-01T16:32:56.8239160Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-11-01T16:32:56.8240730Z adding 'torch/include/ATen/ops/all.h' 2024-11-01T16:32:56.8242040Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8243370Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8244560Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8245780Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-11-01T16:32:56.8247070Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-11-01T16:32:56.8248290Z adding 'torch/include/ATen/ops/all_meta.h' 2024-11-01T16:32:56.8249600Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-11-01T16:32:56.8250870Z adding 'torch/include/ATen/ops/all_mps_dispatch.h' 2024-11-01T16:32:56.8252170Z adding 'torch/include/ATen/ops/all_native.h' 2024-11-01T16:32:56.8253740Z adding 'torch/include/ATen/ops/all_ops.h' 2024-11-01T16:32:56.8255050Z adding 'torch/include/ATen/ops/allclose.h' 2024-11-01T16:32:56.8256530Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8257650Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-11-01T16:32:56.8258970Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-11-01T16:32:56.8260330Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-11-01T16:32:56.8261640Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8262730Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-11-01T16:32:56.8264030Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-11-01T16:32:56.8265280Z adding 'torch/include/ATen/ops/amax.h' 2024-11-01T16:32:56.8266780Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8267930Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-11-01T16:32:56.8269290Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-11-01T16:32:56.8270530Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-11-01T16:32:56.8271780Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-11-01T16:32:56.8272980Z adding 'torch/include/ATen/ops/amax_mps_dispatch.h' 2024-11-01T16:32:56.8274210Z adding 'torch/include/ATen/ops/amax_native.h' 2024-11-01T16:32:56.8275500Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-11-01T16:32:56.8276780Z adding 'torch/include/ATen/ops/amin.h' 2024-11-01T16:32:56.8278270Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8279470Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-11-01T16:32:56.8280460Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-11-01T16:32:56.8281790Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-11-01T16:32:56.8283040Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-11-01T16:32:56.8284200Z adding 'torch/include/ATen/ops/amin_mps_dispatch.h' 2024-11-01T16:32:56.8285530Z adding 'torch/include/ATen/ops/amin_native.h' 2024-11-01T16:32:56.8286840Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-11-01T16:32:56.8288170Z adding 'torch/include/ATen/ops/aminmax.h' 2024-11-01T16:32:56.8289670Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8290820Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-11-01T16:32:56.8292070Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-11-01T16:32:56.8293310Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-11-01T16:32:56.8294470Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-11-01T16:32:56.8295770Z adding 'torch/include/ATen/ops/aminmax_mps_dispatch.h' 2024-11-01T16:32:56.8297150Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-11-01T16:32:56.8298520Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-11-01T16:32:56.8299770Z adding 'torch/include/ATen/ops/and.h' 2024-11-01T16:32:56.8301110Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8302220Z adding 'torch/include/ATen/ops/and_native.h' 2024-11-01T16:32:56.8303610Z adding 'torch/include/ATen/ops/and_ops.h' 2024-11-01T16:32:56.8304860Z adding 'torch/include/ATen/ops/angle.h' 2024-11-01T16:32:56.8306220Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-11-01T16:32:56.8307440Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-11-01T16:32:56.8308680Z adding 'torch/include/ATen/ops/angle_native.h' 2024-11-01T16:32:56.8309860Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-11-01T16:32:56.8311250Z adding 'torch/include/ATen/ops/any.h' 2024-11-01T16:32:56.8312640Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8313960Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8315150Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8316340Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-11-01T16:32:56.8317590Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-11-01T16:32:56.8318800Z adding 'torch/include/ATen/ops/any_meta.h' 2024-11-01T16:32:56.8320160Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-11-01T16:32:56.8321460Z adding 'torch/include/ATen/ops/any_mps_dispatch.h' 2024-11-01T16:32:56.8322700Z adding 'torch/include/ATen/ops/any_native.h' 2024-11-01T16:32:56.8324200Z adding 'torch/include/ATen/ops/any_ops.h' 2024-11-01T16:32:56.8325690Z adding 'torch/include/ATen/ops/arange.h' 2024-11-01T16:32:56.8327170Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8328330Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-11-01T16:32:56.8329580Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-11-01T16:32:56.8330830Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-11-01T16:32:56.8331770Z adding 'torch/include/ATen/ops/arange_mps_dispatch.h' 2024-11-01T16:32:56.8333140Z adding 'torch/include/ATen/ops/arange_native.h' 2024-11-01T16:32:56.8334640Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-11-01T16:32:56.8335940Z adding 'torch/include/ATen/ops/arccos.h' 2024-11-01T16:32:56.8337340Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8338620Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-11-01T16:32:56.8339870Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-11-01T16:32:56.8341220Z adding 'torch/include/ATen/ops/arccosh.h' 2024-11-01T16:32:56.8342620Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8343830Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-11-01T16:32:56.8345200Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-11-01T16:32:56.8346510Z adding 'torch/include/ATen/ops/arcsin.h' 2024-11-01T16:32:56.8347960Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8349180Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-11-01T16:32:56.8350470Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-11-01T16:32:56.8351740Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-11-01T16:32:56.8353100Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8354200Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-11-01T16:32:56.8355500Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-11-01T16:32:56.8356730Z adding 'torch/include/ATen/ops/arctan.h' 2024-11-01T16:32:56.8358090Z adding 'torch/include/ATen/ops/arctan2.h' 2024-11-01T16:32:56.8359520Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8360720Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-11-01T16:32:56.8361990Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-11-01T16:32:56.8363370Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8364420Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-11-01T16:32:56.8365700Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-11-01T16:32:56.8366950Z adding 'torch/include/ATen/ops/arctanh.h' 2024-11-01T16:32:56.8368430Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8369490Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-11-01T16:32:56.8370680Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-11-01T16:32:56.8371990Z adding 'torch/include/ATen/ops/argmax.h' 2024-11-01T16:32:56.8373420Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8374520Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-11-01T16:32:56.8375740Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-11-01T16:32:56.8376960Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-11-01T16:32:56.8378180Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-11-01T16:32:56.8379320Z adding 'torch/include/ATen/ops/argmax_mps_dispatch.h' 2024-11-01T16:32:56.8380520Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-11-01T16:32:56.8381870Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-11-01T16:32:56.8386480Z adding 'torch/include/ATen/ops/argmin.h' 2024-11-01T16:32:56.8386980Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8387140Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-11-01T16:32:56.8387310Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-11-01T16:32:56.8389330Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-11-01T16:32:56.8390690Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-11-01T16:32:56.8392050Z adding 'torch/include/ATen/ops/argmin_mps_dispatch.h' 2024-11-01T16:32:56.8393190Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-11-01T16:32:56.8394570Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-11-01T16:32:56.8395730Z adding 'torch/include/ATen/ops/argsort.h' 2024-11-01T16:32:56.8397310Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8398470Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-11-01T16:32:56.8400010Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-11-01T16:32:56.8401200Z adding 'torch/include/ATen/ops/argwhere.h' 2024-11-01T16:32:56.8402690Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8403830Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-11-01T16:32:56.8405400Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-11-01T16:32:56.8406670Z adding 'torch/include/ATen/ops/as_strided.h' 2024-11-01T16:32:56.8408180Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8409330Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-11-01T16:32:56.8410830Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8412110Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8413180Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-11-01T16:32:56.8414100Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-11-01T16:32:56.8415530Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-11-01T16:32:56.8416430Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-11-01T16:32:56.8417810Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-11-01T16:32:56.8418680Z adding 'torch/include/ATen/ops/as_strided_mps_dispatch.h' 2024-11-01T16:32:56.8420060Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-11-01T16:32:56.8421200Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-11-01T16:32:56.8422740Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-11-01T16:32:56.8424080Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8425430Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8426050Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-11-01T16:32:56.8427680Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-11-01T16:32:56.8428650Z adding 'torch/include/ATen/ops/asin.h' 2024-11-01T16:32:56.8430150Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8431180Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-11-01T16:32:56.8432270Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-11-01T16:32:56.8433380Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-11-01T16:32:56.8434740Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-11-01T16:32:56.8435600Z adding 'torch/include/ATen/ops/asin_mps_dispatch.h' 2024-11-01T16:32:56.8436890Z adding 'torch/include/ATen/ops/asin_native.h' 2024-11-01T16:32:56.8438130Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-11-01T16:32:56.8439340Z adding 'torch/include/ATen/ops/asinh.h' 2024-11-01T16:32:56.8440400Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8441620Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-11-01T16:32:56.8442680Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-11-01T16:32:56.8443860Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-11-01T16:32:56.8444730Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-11-01T16:32:56.8446130Z adding 'torch/include/ATen/ops/asinh_mps_dispatch.h' 2024-11-01T16:32:56.8447250Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-11-01T16:32:56.8448670Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-11-01T16:32:56.8449810Z adding 'torch/include/ATen/ops/atan.h' 2024-11-01T16:32:56.8450950Z adding 'torch/include/ATen/ops/atan2.h' 2024-11-01T16:32:56.8452310Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8453340Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-11-01T16:32:56.8454340Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-11-01T16:32:56.8455430Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-11-01T16:32:56.8456620Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-11-01T16:32:56.8457630Z adding 'torch/include/ATen/ops/atan2_mps_dispatch.h' 2024-11-01T16:32:56.8458620Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-11-01T16:32:56.8459950Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-11-01T16:32:56.8461340Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8462350Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-11-01T16:32:56.8462950Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-11-01T16:32:56.8464340Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-11-01T16:32:56.8465210Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-11-01T16:32:56.8466480Z adding 'torch/include/ATen/ops/atan_mps_dispatch.h' 2024-11-01T16:32:56.8467500Z adding 'torch/include/ATen/ops/atan_native.h' 2024-11-01T16:32:56.8468810Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-11-01T16:32:56.8469960Z adding 'torch/include/ATen/ops/atanh.h' 2024-11-01T16:32:56.8471300Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8471840Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-11-01T16:32:56.8473290Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-11-01T16:32:56.8474130Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-11-01T16:32:56.8475460Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-11-01T16:32:56.8476320Z adding 'torch/include/ATen/ops/atanh_mps_dispatch.h' 2024-11-01T16:32:56.8477640Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-11-01T16:32:56.8478800Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-11-01T16:32:56.8480000Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-11-01T16:32:56.8481350Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8482360Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-11-01T16:32:56.8483370Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-11-01T16:32:56.8484560Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-11-01T16:32:56.8485870Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8486930Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-11-01T16:32:56.8487960Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-11-01T16:32:56.8489140Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-11-01T16:32:56.8490350Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8491470Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-11-01T16:32:56.8492710Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-11-01T16:32:56.8493850Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-11-01T16:32:56.8495160Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8496230Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-11-01T16:32:56.8497350Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-11-01T16:32:56.8498430Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-11-01T16:32:56.8499600Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-11-01T16:32:56.8500910Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8501840Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8502880Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8503880Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-11-01T16:32:56.8504950Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-11-01T16:32:56.8506020Z adding 'torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h' 2024-11-01T16:32:56.8507050Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-11-01T16:32:56.8508220Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-11-01T16:32:56.8509490Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8510430Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-11-01T16:32:56.8511480Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-11-01T16:32:56.8512790Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-11-01T16:32:56.8513880Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-11-01T16:32:56.8514850Z adding 'torch/include/ATen/ops/avg_pool2d_mps_dispatch.h' 2024-11-01T16:32:56.8515950Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-11-01T16:32:56.8517120Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-11-01T16:32:56.8518220Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-11-01T16:32:56.8519400Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-11-01T16:32:56.8520690Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8521580Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8522600Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8523570Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-11-01T16:32:56.8524600Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-11-01T16:32:56.8525650Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-11-01T16:32:56.8526820Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-11-01T16:32:56.8528010Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8529080Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-11-01T16:32:56.8529960Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-11-01T16:32:56.8531190Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-11-01T16:32:56.8531810Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-11-01T16:32:56.8533090Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-11-01T16:32:56.8534260Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-11-01T16:32:56.8535140Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-11-01T16:32:56.8536530Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8537610Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-11-01T16:32:56.8538180Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-11-01T16:32:56.8539440Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-11-01T16:32:56.8540320Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-11-01T16:32:56.8541600Z adding 'torch/include/ATen/ops/baddbmm_mps_dispatch.h' 2024-11-01T16:32:56.8542300Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-11-01T16:32:56.8543670Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-11-01T16:32:56.8544920Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-11-01T16:32:56.8546170Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8546850Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-11-01T16:32:56.8548330Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-11-01T16:32:56.8549520Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-11-01T16:32:56.8550400Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-11-01T16:32:56.8551580Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8552500Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8553730Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-11-01T16:32:56.8554770Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8555930Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-11-01T16:32:56.8556780Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-11-01T16:32:56.8558110Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-11-01T16:32:56.8559360Z adding 'torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h' 2024-11-01T16:32:56.8560230Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-11-01T16:32:56.8561530Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-11-01T16:32:56.8562790Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-11-01T16:32:56.8563780Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8564910Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-11-01T16:32:56.8565760Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-11-01T16:32:56.8567080Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-11-01T16:32:56.8568050Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8569180Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-11-01T16:32:56.8570270Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-11-01T16:32:56.8571110Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-11-01T16:32:56.8572370Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-11-01T16:32:56.8576780Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-11-01T16:32:56.8577280Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8577580Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-11-01T16:32:56.8577790Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-11-01T16:32:56.8577980Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-11-01T16:32:56.8579150Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-11-01T16:32:56.8580470Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8581090Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-11-01T16:32:56.8582430Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-11-01T16:32:56.8583770Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-11-01T16:32:56.8584580Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-11-01T16:32:56.8585840Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-11-01T16:32:56.8586890Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-11-01T16:32:56.8588100Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8588920Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-11-01T16:32:56.8590130Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-11-01T16:32:56.8591020Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-11-01T16:32:56.8592240Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-11-01T16:32:56.8593590Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8594180Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-11-01T16:32:56.8595510Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-11-01T16:32:56.8596350Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-11-01T16:32:56.8597620Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-11-01T16:32:56.8598820Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-11-01T16:32:56.8600160Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8601110Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8602210Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-11-01T16:32:56.8603450Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-11-01T16:32:56.8604060Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-11-01T16:32:56.8605320Z adding 'torch/include/ATen/ops/bernoulli_mps_dispatch.h' 2024-11-01T16:32:56.8606170Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-11-01T16:32:56.8607690Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-11-01T16:32:56.8608550Z adding 'torch/include/ATen/ops/bilinear.h' 2024-11-01T16:32:56.8609930Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8610510Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-11-01T16:32:56.8611840Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-11-01T16:32:56.8613080Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-11-01T16:32:56.8613990Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-11-01T16:32:56.8615280Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-11-01T16:32:56.8616150Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8617360Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h' 2024-11-01T16:32:56.8618210Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-11-01T16:32:56.8619510Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-11-01T16:32:56.8620380Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-11-01T16:32:56.8621610Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-11-01T16:32:56.8622320Z adding 'torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h' 2024-11-01T16:32:56.8623600Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-11-01T16:32:56.8624540Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-11-01T16:32:56.8625810Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-11-01T16:32:56.8627190Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8627650Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-11-01T16:32:56.8629030Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-11-01T16:32:56.8630140Z adding 'torch/include/ATen/ops/bincount.h' 2024-11-01T16:32:56.8630980Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8632130Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-11-01T16:32:56.8633010Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-11-01T16:32:56.8633910Z adding 'torch/include/ATen/ops/bincount_mps_dispatch.h' 2024-11-01T16:32:56.8635000Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-11-01T16:32:56.8636070Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-11-01T16:32:56.8637260Z adding 'torch/include/ATen/ops/binomial.h' 2024-11-01T16:32:56.8638260Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8639370Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-11-01T16:32:56.8639860Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-11-01T16:32:56.8641150Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-11-01T16:32:56.8642220Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-11-01T16:32:56.8643430Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-11-01T16:32:56.8644440Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8645710Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8646220Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-11-01T16:32:56.8647520Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-11-01T16:32:56.8648400Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-11-01T16:32:56.8649650Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-11-01T16:32:56.8650190Z adding 'torch/include/ATen/ops/bitwise_and_mps_dispatch.h' 2024-11-01T16:32:56.8651470Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-11-01T16:32:56.8652780Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-11-01T16:32:56.8653950Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-11-01T16:32:56.8655150Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8656110Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8657210Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-11-01T16:32:56.8657780Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-11-01T16:32:56.8659350Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-11-01T16:32:56.8660260Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-11-01T16:32:56.8661480Z adding 'torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h' 2024-11-01T16:32:56.8662060Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-11-01T16:32:56.8663660Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-11-01T16:32:56.8664500Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-11-01T16:32:56.8665920Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8666460Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-11-01T16:32:56.8667750Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-11-01T16:32:56.8668580Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-11-01T16:32:56.8669830Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-11-01T16:32:56.8670350Z adding 'torch/include/ATen/ops/bitwise_not_mps_dispatch.h' 2024-11-01T16:32:56.8671640Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-11-01T16:32:56.8672730Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-11-01T16:32:56.8673900Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-11-01T16:32:56.8674880Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8676200Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8676660Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-11-01T16:32:56.8678000Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-11-01T16:32:56.8678830Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-11-01T16:32:56.8679920Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-11-01T16:32:56.8680780Z adding 'torch/include/ATen/ops/bitwise_or_mps_dispatch.h' 2024-11-01T16:32:56.8682000Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-11-01T16:32:56.8683260Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-11-01T16:32:56.8684510Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-11-01T16:32:56.8685530Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8686800Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8687330Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-11-01T16:32:56.8688680Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-11-01T16:32:56.8689310Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-11-01T16:32:56.8690660Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-11-01T16:32:56.8691300Z adding 'torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h' 2024-11-01T16:32:56.8692540Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-11-01T16:32:56.8694050Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-11-01T16:32:56.8695230Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-11-01T16:32:56.8696330Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8697670Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8698100Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-11-01T16:32:56.8699350Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-11-01T16:32:56.8700190Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-11-01T16:32:56.8701320Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-11-01T16:32:56.8702190Z adding 'torch/include/ATen/ops/bitwise_xor_mps_dispatch.h' 2024-11-01T16:32:56.8703420Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-11-01T16:32:56.8704640Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-11-01T16:32:56.8705850Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-11-01T16:32:56.8707220Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8707730Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-11-01T16:32:56.8709250Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-11-01T16:32:56.8710440Z adding 'torch/include/ATen/ops/block_diag.h' 2024-11-01T16:32:56.8711430Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8712180Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-11-01T16:32:56.8713400Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-11-01T16:32:56.8714240Z adding 'torch/include/ATen/ops/bmm.h' 2024-11-01T16:32:56.8715640Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8716240Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-11-01T16:32:56.8717510Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-11-01T16:32:56.8718580Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-11-01T16:32:56.8719200Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-11-01T16:32:56.8720540Z adding 'torch/include/ATen/ops/bmm_mps_dispatch.h' 2024-11-01T16:32:56.8721590Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-11-01T16:32:56.8722430Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-11-01T16:32:56.8723640Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-11-01T16:32:56.8724880Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8725370Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-11-01T16:32:56.8726720Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-11-01T16:32:56.8727910Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-11-01T16:32:56.8728710Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8729950Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-11-01T16:32:56.8730860Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-11-01T16:32:56.8732020Z adding 'torch/include/ATen/ops/bucketize.h' 2024-11-01T16:32:56.8733130Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8734300Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-11-01T16:32:56.8734830Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-11-01T16:32:56.8736100Z adding 'torch/include/ATen/ops/bucketize_mps_dispatch.h' 2024-11-01T16:32:56.8737290Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-11-01T16:32:56.8738520Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-11-01T16:32:56.8739090Z adding 'torch/include/ATen/ops/can_cast.h' 2024-11-01T16:32:56.8740500Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8741090Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-11-01T16:32:56.8742430Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-11-01T16:32:56.8743650Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-11-01T16:32:56.8744930Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8745220Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-11-01T16:32:56.8746590Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-11-01T16:32:56.8750890Z adding 'torch/include/ATen/ops/cat.h' 2024-11-01T16:32:56.8751350Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8751600Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8751750Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-11-01T16:32:56.8751900Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-11-01T16:32:56.8753400Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-11-01T16:32:56.8754270Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-11-01T16:32:56.8755310Z adding 'torch/include/ATen/ops/cat_mps_dispatch.h' 2024-11-01T16:32:56.8756440Z adding 'torch/include/ATen/ops/cat_native.h' 2024-11-01T16:32:56.8757660Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-11-01T16:32:56.8758870Z adding 'torch/include/ATen/ops/cauchy.h' 2024-11-01T16:32:56.8759880Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8761000Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-11-01T16:32:56.8761650Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-11-01T16:32:56.8762910Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-11-01T16:32:56.8763950Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-11-01T16:32:56.8765190Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-11-01T16:32:56.8766100Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-11-01T16:32:56.8767490Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8768030Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-11-01T16:32:56.8769550Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8770360Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8771540Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-11-01T16:32:56.8772800Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-11-01T16:32:56.8773380Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-11-01T16:32:56.8774750Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-11-01T16:32:56.8775820Z adding 'torch/include/ATen/ops/cdist.h' 2024-11-01T16:32:56.8777150Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8777660Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-11-01T16:32:56.8779000Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-11-01T16:32:56.8780190Z adding 'torch/include/ATen/ops/ceil.h' 2024-11-01T16:32:56.8781620Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8782200Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-11-01T16:32:56.8783540Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-11-01T16:32:56.8784550Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-11-01T16:32:56.8785430Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-11-01T16:32:56.8786500Z adding 'torch/include/ATen/ops/ceil_mps_dispatch.h' 2024-11-01T16:32:56.8787550Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-11-01T16:32:56.8788780Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-11-01T16:32:56.8789650Z adding 'torch/include/ATen/ops/celu.h' 2024-11-01T16:32:56.8790990Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8791570Z adding 'torch/include/ATen/ops/celu_native.h' 2024-11-01T16:32:56.8793000Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-11-01T16:32:56.8794200Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-11-01T16:32:56.8795550Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8796090Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-11-01T16:32:56.8797440Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-11-01T16:32:56.8798490Z adding 'torch/include/ATen/ops/chalf.h' 2024-11-01T16:32:56.8799500Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8800340Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-11-01T16:32:56.8801490Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-11-01T16:32:56.8802750Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-11-01T16:32:56.8803950Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8804600Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-11-01T16:32:56.8805910Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-11-01T16:32:56.8806730Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-11-01T16:32:56.8808030Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-11-01T16:32:56.8808910Z adding 'torch/include/ATen/ops/cholesky.h' 2024-11-01T16:32:56.8810190Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-11-01T16:32:56.8810780Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-11-01T16:32:56.8812040Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-11-01T16:32:56.8813160Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-11-01T16:32:56.8813860Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-11-01T16:32:56.8815180Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-11-01T16:32:56.8816390Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-11-01T16:32:56.8817250Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-11-01T16:32:56.8818470Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-11-01T16:32:56.8819710Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-11-01T16:32:56.8820740Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8821840Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-11-01T16:32:56.8822750Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-11-01T16:32:56.8824170Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-11-01T16:32:56.8825420Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8825900Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-11-01T16:32:56.8827250Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-11-01T16:32:56.8828390Z adding 'torch/include/ATen/ops/chunk.h' 2024-11-01T16:32:56.8829390Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8830510Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-11-01T16:32:56.8831370Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-11-01T16:32:56.8832760Z adding 'torch/include/ATen/ops/clamp.h' 2024-11-01T16:32:56.8834170Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8834720Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-11-01T16:32:56.8836070Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-11-01T16:32:56.8837260Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-11-01T16:32:56.8838650Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8839200Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-11-01T16:32:56.8840550Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-11-01T16:32:56.8841420Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-11-01T16:32:56.8842710Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-11-01T16:32:56.8843350Z adding 'torch/include/ATen/ops/clamp_max_mps_dispatch.h' 2024-11-01T16:32:56.8844680Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-11-01T16:32:56.8845880Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-11-01T16:32:56.8846740Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-11-01T16:32:56.8848050Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-11-01T16:32:56.8849200Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-11-01T16:32:56.8850640Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8851710Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-11-01T16:32:56.8852390Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-11-01T16:32:56.8853610Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-11-01T16:32:56.8854860Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-11-01T16:32:56.8855500Z adding 'torch/include/ATen/ops/clamp_min_mps_dispatch.h' 2024-11-01T16:32:56.8856880Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-11-01T16:32:56.8858040Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-11-01T16:32:56.8859280Z adding 'torch/include/ATen/ops/clamp_mps_dispatch.h' 2024-11-01T16:32:56.8860300Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-11-01T16:32:56.8861590Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-11-01T16:32:56.8862840Z adding 'torch/include/ATen/ops/clip.h' 2024-11-01T16:32:56.8864170Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8864930Z adding 'torch/include/ATen/ops/clip_native.h' 2024-11-01T16:32:56.8866380Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-11-01T16:32:56.8867560Z adding 'torch/include/ATen/ops/clone.h' 2024-11-01T16:32:56.8868560Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8869700Z adding 'torch/include/ATen/ops/clone_native.h' 2024-11-01T16:32:56.8870560Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-11-01T16:32:56.8871750Z adding 'torch/include/ATen/ops/coalesce.h' 2024-11-01T16:32:56.8872740Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8873830Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-11-01T16:32:56.8874870Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-11-01T16:32:56.8876090Z adding 'torch/include/ATen/ops/col2im.h' 2024-11-01T16:32:56.8877310Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-11-01T16:32:56.8878420Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-11-01T16:32:56.8879230Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-11-01T16:32:56.8880480Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-11-01T16:32:56.8881690Z adding 'torch/include/ATen/ops/col_indices.h' 2024-11-01T16:32:56.8882690Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8883790Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-11-01T16:32:56.8885100Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8886380Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.8886820Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-11-01T16:32:56.8888270Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-11-01T16:32:56.8889150Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-11-01T16:32:56.8890330Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-11-01T16:32:56.8891580Z adding 'torch/include/ATen/ops/column_stack.h' 2024-11-01T16:32:56.8892760Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8893520Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-11-01T16:32:56.8894760Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-11-01T16:32:56.8896030Z adding 'torch/include/ATen/ops/combinations.h' 2024-11-01T16:32:56.8897380Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8897880Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-11-01T16:32:56.8899370Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-11-01T16:32:56.8900410Z adding 'torch/include/ATen/ops/complex.h' 2024-11-01T16:32:56.8901750Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8902550Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-11-01T16:32:56.8903810Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-11-01T16:32:56.8904700Z adding 'torch/include/ATen/ops/complex_mps_dispatch.h' 2024-11-01T16:32:56.8906100Z adding 'torch/include/ATen/ops/complex_native.h' 2024-11-01T16:32:56.8907310Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-11-01T16:32:56.8908500Z adding 'torch/include/ATen/ops/concat.h' 2024-11-01T16:32:56.8909470Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8910600Z adding 'torch/include/ATen/ops/concat_native.h' 2024-11-01T16:32:56.8911880Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-11-01T16:32:56.8913070Z adding 'torch/include/ATen/ops/concatenate.h' 2024-11-01T16:32:56.8914080Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8915170Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-11-01T16:32:56.8916290Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-11-01T16:32:56.8917340Z adding 'torch/include/ATen/ops/conj.h' 2024-11-01T16:32:56.8918660Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8919230Z adding 'torch/include/ATen/ops/conj_native.h' 2024-11-01T16:32:56.8920660Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-11-01T16:32:56.8921870Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-11-01T16:32:56.8923230Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8923850Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8925150Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-11-01T16:32:56.8926010Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-11-01T16:32:56.8927240Z adding 'torch/include/ATen/ops/conj_physical_mps_dispatch.h' 2024-11-01T16:32:56.8930990Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-11-01T16:32:56.8931320Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-11-01T16:32:56.8931520Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-11-01T16:32:56.8931820Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8932910Z adding 'torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h' 2024-11-01T16:32:56.8933750Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-11-01T16:32:56.8935060Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-11-01T16:32:56.8935910Z adding 'torch/include/ATen/ops/contiguous.h' 2024-11-01T16:32:56.8937450Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8938050Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-11-01T16:32:56.8939420Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-11-01T16:32:56.8940740Z adding 'torch/include/ATen/ops/conv1d.h' 2024-11-01T16:32:56.8942060Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8942820Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-11-01T16:32:56.8944100Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-11-01T16:32:56.8945420Z adding 'torch/include/ATen/ops/conv2d.h' 2024-11-01T16:32:56.8946750Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8947850Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-11-01T16:32:56.8948710Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-11-01T16:32:56.8950070Z adding 'torch/include/ATen/ops/conv3d.h' 2024-11-01T16:32:56.8951430Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8952080Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-11-01T16:32:56.8953500Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-11-01T16:32:56.8954910Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-11-01T16:32:56.8956200Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8957330Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-11-01T16:32:56.8958210Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-11-01T16:32:56.8959470Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-11-01T16:32:56.8960660Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-11-01T16:32:56.8961530Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-11-01T16:32:56.8962840Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8963470Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-11-01T16:32:56.8964970Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-11-01T16:32:56.8966270Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8966770Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-11-01T16:32:56.8968190Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-11-01T16:32:56.8969430Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-11-01T16:32:56.8970730Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8971840Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-11-01T16:32:56.8972700Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-11-01T16:32:56.8973910Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-11-01T16:32:56.8975190Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8975780Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-11-01T16:32:56.8977180Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-11-01T16:32:56.8978430Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-11-01T16:32:56.8979800Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.8980350Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-11-01T16:32:56.8981810Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-11-01T16:32:56.8983280Z adding 'torch/include/ATen/ops/convolution.h' 2024-11-01T16:32:56.8985000Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-11-01T16:32:56.8986420Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8987550Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-11-01T16:32:56.8988400Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-11-01T16:32:56.8989910Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-11-01T16:32:56.8991570Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-11-01T16:32:56.8992970Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8994120Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-11-01T16:32:56.8995340Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-11-01T16:32:56.8996620Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.8998510Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-11-01T16:32:56.8999890Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-11-01T16:32:56.9001660Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-11-01T16:32:56.9003060Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9004250Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-11-01T16:32:56.9005510Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-11-01T16:32:56.9006760Z adding 'torch/include/ATen/ops/copy.h' 2024-11-01T16:32:56.9008110Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9009420Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9010510Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-11-01T16:32:56.9011660Z adding 'torch/include/ATen/ops/copy_native.h' 2024-11-01T16:32:56.9012920Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-11-01T16:32:56.9014300Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-11-01T16:32:56.9015700Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9016500Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-11-01T16:32:56.9017770Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-11-01T16:32:56.9019140Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-11-01T16:32:56.9020360Z adding 'torch/include/ATen/ops/copysign.h' 2024-11-01T16:32:56.9021600Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9022540Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9023800Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-11-01T16:32:56.9024700Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-11-01T16:32:56.9026010Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-11-01T16:32:56.9027140Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-11-01T16:32:56.9028410Z adding 'torch/include/ATen/ops/copysign_mps_dispatch.h' 2024-11-01T16:32:56.9029330Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-11-01T16:32:56.9030830Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-11-01T16:32:56.9031780Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-11-01T16:32:56.9033290Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9034510Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-11-01T16:32:56.9035550Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-11-01T16:32:56.9036760Z adding 'torch/include/ATen/ops/cos.h' 2024-11-01T16:32:56.9038130Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9038730Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-11-01T16:32:56.9040290Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-11-01T16:32:56.9041370Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-11-01T16:32:56.9042570Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-11-01T16:32:56.9043650Z adding 'torch/include/ATen/ops/cos_mps_dispatch.h' 2024-11-01T16:32:56.9044720Z adding 'torch/include/ATen/ops/cos_native.h' 2024-11-01T16:32:56.9045810Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-11-01T16:32:56.9047070Z adding 'torch/include/ATen/ops/cosh.h' 2024-11-01T16:32:56.9048500Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9049570Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-11-01T16:32:56.9050200Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-11-01T16:32:56.9051680Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-11-01T16:32:56.9052550Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-11-01T16:32:56.9053850Z adding 'torch/include/ATen/ops/cosh_mps_dispatch.h' 2024-11-01T16:32:56.9054880Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-11-01T16:32:56.9056230Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-11-01T16:32:56.9057430Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-11-01T16:32:56.9058840Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9059950Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-11-01T16:32:56.9061140Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-11-01T16:32:56.9062300Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-11-01T16:32:56.9063650Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9064430Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-11-01T16:32:56.9065860Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-11-01T16:32:56.9067030Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-11-01T16:32:56.9068390Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9069180Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-11-01T16:32:56.9070620Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-11-01T16:32:56.9071490Z adding 'torch/include/ATen/ops/count_nonzero_mps_dispatch.h' 2024-11-01T16:32:56.9072830Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-11-01T16:32:56.9074070Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-11-01T16:32:56.9075310Z adding 'torch/include/ATen/ops/cov.h' 2024-11-01T16:32:56.9076650Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9077680Z adding 'torch/include/ATen/ops/cov_native.h' 2024-11-01T16:32:56.9078840Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-11-01T16:32:56.9080060Z adding 'torch/include/ATen/ops/cross.h' 2024-11-01T16:32:56.9081360Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9082540Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-11-01T16:32:56.9083830Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9084940Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-11-01T16:32:56.9086140Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-11-01T16:32:56.9087340Z adding 'torch/include/ATen/ops/cross_native.h' 2024-11-01T16:32:56.9088430Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-11-01T16:32:56.9089660Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-11-01T16:32:56.9090710Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9091960Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-11-01T16:32:56.9093290Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9094580Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9095200Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-11-01T16:32:56.9096860Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-11-01T16:32:56.9098390Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-11-01T16:32:56.9099710Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-11-01T16:32:56.9100920Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-11-01T16:32:56.9102290Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9103360Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-11-01T16:32:56.9104440Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-11-01T16:32:56.9105640Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-11-01T16:32:56.9106860Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-11-01T16:32:56.9108190Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9108830Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9110170Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-11-01T16:32:56.9111350Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-11-01T16:32:56.9112640Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9113340Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-11-01T16:32:56.9114600Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-11-01T16:32:56.9115780Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-11-01T16:32:56.9116900Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-11-01T16:32:56.9118170Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-11-01T16:32:56.9119540Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9120640Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9121490Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-11-01T16:32:56.9122910Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-11-01T16:32:56.9127550Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9127940Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-11-01T16:32:56.9128110Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-11-01T16:32:56.9128320Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-11-01T16:32:56.9128610Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-11-01T16:32:56.9130330Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-11-01T16:32:56.9131740Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9132330Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:32:56.9133630Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-11-01T16:32:56.9134930Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-11-01T16:32:56.9136130Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-11-01T16:32:56.9136810Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-11-01T16:32:56.9138260Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-11-01T16:32:56.9139630Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-11-01T16:32:56.9141050Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9141720Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-11-01T16:32:56.9142980Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-11-01T16:32:56.9144180Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-11-01T16:32:56.9145640Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-11-01T16:32:56.9147030Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9148150Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:32:56.9148800Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-11-01T16:32:56.9150170Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-11-01T16:32:56.9151290Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-11-01T16:32:56.9152430Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-11-01T16:32:56.9153660Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9154690Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9155710Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-11-01T16:32:56.9156910Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-11-01T16:32:56.9158020Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9158990Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-11-01T16:32:56.9160030Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-11-01T16:32:56.9161120Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-11-01T16:32:56.9162190Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-11-01T16:32:56.9163250Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9164230Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-11-01T16:32:56.9165260Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-11-01T16:32:56.9166400Z adding 'torch/include/ATen/ops/cummax.h' 2024-11-01T16:32:56.9167670Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9168690Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9169620Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-11-01T16:32:56.9170840Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-11-01T16:32:56.9172070Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-11-01T16:32:56.9173270Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9174150Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-11-01T16:32:56.9175600Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-11-01T16:32:56.9176740Z adding 'torch/include/ATen/ops/cummin.h' 2024-11-01T16:32:56.9177950Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9179100Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9179990Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-11-01T16:32:56.9181190Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-11-01T16:32:56.9182360Z adding 'torch/include/ATen/ops/cumprod.h' 2024-11-01T16:32:56.9183480Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-11-01T16:32:56.9184680Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9185600Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-11-01T16:32:56.9186650Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-11-01T16:32:56.9187930Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9189030Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9190100Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-11-01T16:32:56.9191230Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-11-01T16:32:56.9192350Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-11-01T16:32:56.9193540Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-11-01T16:32:56.9194580Z adding 'torch/include/ATen/ops/cumprod_mps_dispatch.h' 2024-11-01T16:32:56.9195710Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-11-01T16:32:56.9197000Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-11-01T16:32:56.9198270Z adding 'torch/include/ATen/ops/cumsum.h' 2024-11-01T16:32:56.9199550Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9200560Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9201630Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-11-01T16:32:56.9202670Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-11-01T16:32:56.9203660Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-11-01T16:32:56.9204670Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-11-01T16:32:56.9205660Z adding 'torch/include/ATen/ops/cumsum_mps_dispatch.h' 2024-11-01T16:32:56.9206650Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-11-01T16:32:56.9207930Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-11-01T16:32:56.9209080Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-11-01T16:32:56.9210350Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9211290Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-11-01T16:32:56.9212400Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-11-01T16:32:56.9213350Z adding 'torch/include/ATen/ops/data.h' 2024-11-01T16:32:56.9214530Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9215550Z adding 'torch/include/ATen/ops/data_native.h' 2024-11-01T16:32:56.9216650Z adding 'torch/include/ATen/ops/data_ops.h' 2024-11-01T16:32:56.9217640Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-11-01T16:32:56.9218850Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9219900Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-11-01T16:32:56.9221050Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-11-01T16:32:56.9222080Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-11-01T16:32:56.9223270Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9224180Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-11-01T16:32:56.9225300Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-11-01T16:32:56.9226640Z adding 'torch/include/ATen/ops/dequantize.h' 2024-11-01T16:32:56.9227860Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9228940Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-11-01T16:32:56.9229940Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-11-01T16:32:56.9231020Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-11-01T16:32:56.9232270Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-11-01T16:32:56.9233290Z adding 'torch/include/ATen/ops/det.h' 2024-11-01T16:32:56.9234510Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9235410Z adding 'torch/include/ATen/ops/det_native.h' 2024-11-01T16:32:56.9236510Z adding 'torch/include/ATen/ops/det_ops.h' 2024-11-01T16:32:56.9237690Z adding 'torch/include/ATen/ops/detach.h' 2024-11-01T16:32:56.9238820Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9239810Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-11-01T16:32:56.9241040Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9242160Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9243060Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-11-01T16:32:56.9244330Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-11-01T16:32:56.9245340Z adding 'torch/include/ATen/ops/detach_native.h' 2024-11-01T16:32:56.9246450Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-11-01T16:32:56.9247550Z adding 'torch/include/ATen/ops/diag.h' 2024-11-01T16:32:56.9248940Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9249860Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-11-01T16:32:56.9251070Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9252150Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9253010Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-11-01T16:32:56.9254250Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-11-01T16:32:56.9255340Z adding 'torch/include/ATen/ops/diag_native.h' 2024-11-01T16:32:56.9256570Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-11-01T16:32:56.9257670Z adding 'torch/include/ATen/ops/diagflat.h' 2024-11-01T16:32:56.9258890Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9259770Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-11-01T16:32:56.9260750Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-11-01T16:32:56.9261820Z adding 'torch/include/ATen/ops/diagonal.h' 2024-11-01T16:32:56.9263140Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-11-01T16:32:56.9264430Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9265350Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-11-01T16:32:56.9266540Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-11-01T16:32:56.9267750Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9268980Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9270070Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-11-01T16:32:56.9271420Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9272580Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9273500Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-11-01T16:32:56.9274630Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-11-01T16:32:56.9275670Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-11-01T16:32:56.9276820Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-11-01T16:32:56.9277900Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-11-01T16:32:56.9279060Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9280210Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9280830Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-11-01T16:32:56.9282070Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-11-01T16:32:56.9283270Z adding 'torch/include/ATen/ops/diff.h' 2024-11-01T16:32:56.9284530Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9285650Z adding 'torch/include/ATen/ops/diff_native.h' 2024-11-01T16:32:56.9286920Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-11-01T16:32:56.9287960Z adding 'torch/include/ATen/ops/digamma.h' 2024-11-01T16:32:56.9289230Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9290150Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-11-01T16:32:56.9291260Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-11-01T16:32:56.9292280Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-11-01T16:32:56.9293330Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-11-01T16:32:56.9294360Z adding 'torch/include/ATen/ops/digamma_mps_dispatch.h' 2024-11-01T16:32:56.9295370Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-11-01T16:32:56.9296530Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-11-01T16:32:56.9297630Z adding 'torch/include/ATen/ops/dist.h' 2024-11-01T16:32:56.9298850Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9299780Z adding 'torch/include/ATen/ops/dist_native.h' 2024-11-01T16:32:56.9300890Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-11-01T16:32:56.9302220Z adding 'torch/include/ATen/ops/div.h' 2024-11-01T16:32:56.9303460Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9304580Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9305500Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-11-01T16:32:56.9306540Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-11-01T16:32:56.9310640Z adding 'torch/include/ATen/ops/div_meta.h' 2024-11-01T16:32:56.9310960Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-11-01T16:32:56.9311120Z adding 'torch/include/ATen/ops/div_mps_dispatch.h' 2024-11-01T16:32:56.9311240Z adding 'torch/include/ATen/ops/div_native.h' 2024-11-01T16:32:56.9312290Z adding 'torch/include/ATen/ops/div_ops.h' 2024-11-01T16:32:56.9313580Z adding 'torch/include/ATen/ops/divide.h' 2024-11-01T16:32:56.9314880Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9315810Z adding 'torch/include/ATen/ops/divide_native.h' 2024-11-01T16:32:56.9317210Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-11-01T16:32:56.9318290Z adding 'torch/include/ATen/ops/dot.h' 2024-11-01T16:32:56.9319570Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9320520Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-11-01T16:32:56.9321540Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-11-01T16:32:56.9322500Z adding 'torch/include/ATen/ops/dot_mps_dispatch.h' 2024-11-01T16:32:56.9323480Z adding 'torch/include/ATen/ops/dot_native.h' 2024-11-01T16:32:56.9324580Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-11-01T16:32:56.9325620Z adding 'torch/include/ATen/ops/dropout.h' 2024-11-01T16:32:56.9326790Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9327680Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-11-01T16:32:56.9328740Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-11-01T16:32:56.9329760Z adding 'torch/include/ATen/ops/dsplit.h' 2024-11-01T16:32:56.9330890Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9331810Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-11-01T16:32:56.9332860Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-11-01T16:32:56.9333930Z adding 'torch/include/ATen/ops/dstack.h' 2024-11-01T16:32:56.9335170Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9336030Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-11-01T16:32:56.9337110Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-11-01T16:32:56.9338140Z adding 'torch/include/ATen/ops/einsum.h' 2024-11-01T16:32:56.9339430Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9340330Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-11-01T16:32:56.9341420Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-11-01T16:32:56.9342600Z adding 'torch/include/ATen/ops/elu.h' 2024-11-01T16:32:56.9343870Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-11-01T16:32:56.9345120Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9346080Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-11-01T16:32:56.9347130Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9348290Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-11-01T16:32:56.9349380Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-11-01T16:32:56.9350570Z adding 'torch/include/ATen/ops/elu_backward_mps_dispatch.h' 2024-11-01T16:32:56.9351430Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-11-01T16:32:56.9352710Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-11-01T16:32:56.9353970Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9355060Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-11-01T16:32:56.9355890Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-11-01T16:32:56.9356920Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-11-01T16:32:56.9358120Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-11-01T16:32:56.9359020Z adding 'torch/include/ATen/ops/elu_mps_dispatch.h' 2024-11-01T16:32:56.9360020Z adding 'torch/include/ATen/ops/elu_native.h' 2024-11-01T16:32:56.9361220Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-11-01T16:32:56.9362560Z adding 'torch/include/ATen/ops/embedding.h' 2024-11-01T16:32:56.9363760Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-11-01T16:32:56.9364960Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9365910Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-11-01T16:32:56.9367020Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-11-01T16:32:56.9368250Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-11-01T16:32:56.9369590Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9370190Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-11-01T16:32:56.9371660Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-11-01T16:32:56.9372870Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9374070Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-11-01T16:32:56.9375420Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9376040Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-11-01T16:32:56.9377260Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9378450Z adding 'torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h' 2024-11-01T16:32:56.9379080Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-11-01T16:32:56.9380480Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-11-01T16:32:56.9381640Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-11-01T16:32:56.9382700Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-11-01T16:32:56.9383810Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-11-01T16:32:56.9385010Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9385700Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-11-01T16:32:56.9386970Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-11-01T16:32:56.9388110Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-11-01T16:32:56.9388960Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-11-01T16:32:56.9390200Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-11-01T16:32:56.9391310Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-11-01T16:32:56.9392360Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9393450Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-11-01T16:32:56.9394310Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-11-01T16:32:56.9395960Z adding 'torch/include/ATen/ops/empty.h' 2024-11-01T16:32:56.9397310Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9398480Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9399080Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-11-01T16:32:56.9400370Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-11-01T16:32:56.9401530Z adding 'torch/include/ATen/ops/empty_like.h' 2024-11-01T16:32:56.9402870Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9403950Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-11-01T16:32:56.9405200Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-11-01T16:32:56.9406340Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-11-01T16:32:56.9407220Z adding 'torch/include/ATen/ops/empty_mps_dispatch.h' 2024-11-01T16:32:56.9408340Z adding 'torch/include/ATen/ops/empty_native.h' 2024-11-01T16:32:56.9409670Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-11-01T16:32:56.9411160Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-11-01T16:32:56.9412450Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9413440Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-11-01T16:32:56.9414610Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-11-01T16:32:56.9415810Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-11-01T16:32:56.9417000Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9417940Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-11-01T16:32:56.9419200Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-11-01T16:32:56.9420590Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-11-01T16:32:56.9422000Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9423000Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-11-01T16:32:56.9424040Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-11-01T16:32:56.9425040Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-11-01T16:32:56.9426040Z adding 'torch/include/ATen/ops/empty_strided_mps_dispatch.h' 2024-11-01T16:32:56.9427090Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-11-01T16:32:56.9428250Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-11-01T16:32:56.9429380Z adding 'torch/include/ATen/ops/eq.h' 2024-11-01T16:32:56.9430930Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9431840Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-11-01T16:32:56.9432900Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-11-01T16:32:56.9434000Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-11-01T16:32:56.9435120Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-11-01T16:32:56.9436190Z adding 'torch/include/ATen/ops/eq_mps_dispatch.h' 2024-11-01T16:32:56.9437340Z adding 'torch/include/ATen/ops/eq_native.h' 2024-11-01T16:32:56.9438710Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-11-01T16:32:56.9439870Z adding 'torch/include/ATen/ops/equal.h' 2024-11-01T16:32:56.9440850Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-11-01T16:32:56.9441990Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-11-01T16:32:56.9443000Z adding 'torch/include/ATen/ops/equal_mps_dispatch.h' 2024-11-01T16:32:56.9443990Z adding 'torch/include/ATen/ops/equal_native.h' 2024-11-01T16:32:56.9444840Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-11-01T16:32:56.9446020Z adding 'torch/include/ATen/ops/erf.h' 2024-11-01T16:32:56.9447370Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9447970Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-11-01T16:32:56.9449250Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-11-01T16:32:56.9450310Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-11-01T16:32:56.9451250Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-11-01T16:32:56.9452420Z adding 'torch/include/ATen/ops/erf_mps_dispatch.h' 2024-11-01T16:32:56.9453430Z adding 'torch/include/ATen/ops/erf_native.h' 2024-11-01T16:32:56.9454330Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-11-01T16:32:56.9455480Z adding 'torch/include/ATen/ops/erfc.h' 2024-11-01T16:32:56.9456710Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9457250Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-11-01T16:32:56.9458520Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-11-01T16:32:56.9459630Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-11-01T16:32:56.9460810Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-11-01T16:32:56.9461820Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-11-01T16:32:56.9462700Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-11-01T16:32:56.9463900Z adding 'torch/include/ATen/ops/erfinv.h' 2024-11-01T16:32:56.9465270Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9465800Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-11-01T16:32:56.9467270Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-11-01T16:32:56.9468110Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-11-01T16:32:56.9469300Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-11-01T16:32:56.9470390Z adding 'torch/include/ATen/ops/erfinv_mps_dispatch.h' 2024-11-01T16:32:56.9471430Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-11-01T16:32:56.9472590Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-11-01T16:32:56.9473760Z adding 'torch/include/ATen/ops/exp.h' 2024-11-01T16:32:56.9474650Z adding 'torch/include/ATen/ops/exp2.h' 2024-11-01T16:32:56.9476020Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9476590Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-11-01T16:32:56.9477830Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-11-01T16:32:56.9478650Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-11-01T16:32:56.9479720Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-11-01T16:32:56.9480820Z adding 'torch/include/ATen/ops/exp2_mps_dispatch.h' 2024-11-01T16:32:56.9481830Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-11-01T16:32:56.9483070Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-11-01T16:32:56.9484260Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9485110Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-11-01T16:32:56.9486070Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-11-01T16:32:56.9487040Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-11-01T16:32:56.9488180Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-11-01T16:32:56.9492120Z adding 'torch/include/ATen/ops/exp_mps_dispatch.h' 2024-11-01T16:32:56.9492420Z adding 'torch/include/ATen/ops/exp_native.h' 2024-11-01T16:32:56.9492540Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-11-01T16:32:56.9492660Z adding 'torch/include/ATen/ops/expand.h' 2024-11-01T16:32:56.9493220Z adding 'torch/include/ATen/ops/expand_as.h' 2024-11-01T16:32:56.9494700Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9495320Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-11-01T16:32:56.9496600Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-11-01T16:32:56.9497800Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9498980Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-11-01T16:32:56.9500190Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9501310Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9502180Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-11-01T16:32:56.9503360Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-11-01T16:32:56.9504340Z adding 'torch/include/ATen/ops/expand_native.h' 2024-11-01T16:32:56.9505400Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-11-01T16:32:56.9506450Z adding 'torch/include/ATen/ops/expm1.h' 2024-11-01T16:32:56.9507670Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9508730Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-11-01T16:32:56.9509600Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-11-01T16:32:56.9510590Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-11-01T16:32:56.9511470Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-11-01T16:32:56.9512620Z adding 'torch/include/ATen/ops/expm1_mps_dispatch.h' 2024-11-01T16:32:56.9513770Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-11-01T16:32:56.9514790Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-11-01T16:32:56.9515950Z adding 'torch/include/ATen/ops/exponential.h' 2024-11-01T16:32:56.9517280Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9518370Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-11-01T16:32:56.9519240Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-11-01T16:32:56.9520460Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-11-01T16:32:56.9521640Z adding 'torch/include/ATen/ops/exponential_mps_dispatch.h' 2024-11-01T16:32:56.9522790Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-11-01T16:32:56.9523920Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-11-01T16:32:56.9525450Z adding 'torch/include/ATen/ops/eye.h' 2024-11-01T16:32:56.9526840Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9527950Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-11-01T16:32:56.9528950Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-11-01T16:32:56.9529850Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-11-01T16:32:56.9530970Z adding 'torch/include/ATen/ops/eye_mps_dispatch.h' 2024-11-01T16:32:56.9532070Z adding 'torch/include/ATen/ops/eye_native.h' 2024-11-01T16:32:56.9533400Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-11-01T16:32:56.9534830Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-11-01T16:32:56.9535720Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-11-01T16:32:56.9536970Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-11-01T16:32:56.9538330Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9538850Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-11-01T16:32:56.9540090Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-11-01T16:32:56.9541320Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9542320Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:32:56.9543400Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:32:56.9544410Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-11-01T16:32:56.9545680Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-11-01T16:32:56.9546830Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9547750Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-11-01T16:32:56.9548930Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-11-01T16:32:56.9550160Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-11-01T16:32:56.9551060Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-11-01T16:32:56.9552320Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-11-01T16:32:56.9553240Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9554460Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-11-01T16:32:56.9555660Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-11-01T16:32:56.9556630Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9557810Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:32:56.9558490Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:32:56.9559760Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-11-01T16:32:56.9561000Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-11-01T16:32:56.9562280Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9562880Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-11-01T16:32:56.9564240Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-11-01T16:32:56.9565420Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-11-01T16:32:56.9566260Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9567560Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-11-01T16:32:56.9568400Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9569450Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-11-01T16:32:56.9570510Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-11-01T16:32:56.9571450Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-11-01T16:32:56.9572510Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-11-01T16:32:56.9573520Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-11-01T16:32:56.9574700Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9575640Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-11-01T16:32:56.9576870Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9577590Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-11-01T16:32:56.9578970Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-11-01T16:32:56.9579820Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-11-01T16:32:56.9581030Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-11-01T16:32:56.9581970Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-11-01T16:32:56.9583340Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9583950Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-11-01T16:32:56.9585310Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-11-01T16:32:56.9586190Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-11-01T16:32:56.9587540Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9588130Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-11-01T16:32:56.9589460Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-11-01T16:32:56.9590670Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-11-01T16:32:56.9591680Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9592350Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-11-01T16:32:56.9593720Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-11-01T16:32:56.9594480Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-11-01T16:32:56.9595990Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9596620Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-11-01T16:32:56.9597980Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-11-01T16:32:56.9598900Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-11-01T16:32:56.9600110Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9600980Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-11-01T16:32:56.9602080Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-11-01T16:32:56.9603370Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-11-01T16:32:56.9604770Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-11-01T16:32:56.9606080Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9606970Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-11-01T16:32:56.9608280Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-11-01T16:32:56.9609470Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9610270Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-11-01T16:32:56.9611500Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-11-01T16:32:56.9612690Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-11-01T16:32:56.9614000Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9614520Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-11-01T16:32:56.9615960Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-11-01T16:32:56.9617190Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-11-01T16:32:56.9618530Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9619090Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-11-01T16:32:56.9620530Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-11-01T16:32:56.9621700Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-11-01T16:32:56.9622790Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9623430Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-11-01T16:32:56.9624700Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-11-01T16:32:56.9625930Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-11-01T16:32:56.9627220Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-11-01T16:32:56.9628560Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9629340Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-11-01T16:32:56.9630560Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-11-01T16:32:56.9631860Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9632710Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-11-01T16:32:56.9633830Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-11-01T16:32:56.9635080Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-11-01T16:32:56.9636460Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9636990Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-11-01T16:32:56.9638480Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-11-01T16:32:56.9639720Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-11-01T16:32:56.9641070Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-11-01T16:32:56.9642430Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9643040Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-11-01T16:32:56.9644480Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-11-01T16:32:56.9645850Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9646390Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-11-01T16:32:56.9647790Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-11-01T16:32:56.9649060Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-11-01T16:32:56.9650400Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9650940Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-11-01T16:32:56.9652300Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-11-01T16:32:56.9653220Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-11-01T16:32:56.9654540Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9655150Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-11-01T16:32:56.9656580Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-11-01T16:32:56.9657790Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-11-01T16:32:56.9658950Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-11-01T16:32:56.9660200Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9661080Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-11-01T16:32:56.9662170Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-11-01T16:32:56.9663390Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9664270Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-11-01T16:32:56.9665340Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-11-01T16:32:56.9666660Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-11-01T16:32:56.9668040Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9671980Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-11-01T16:32:56.9672290Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-11-01T16:32:56.9672410Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-11-01T16:32:56.9672540Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-11-01T16:32:56.9673540Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9674460Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-11-01T16:32:56.9675770Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-11-01T16:32:56.9677100Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9678030Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-11-01T16:32:56.9679270Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-11-01T16:32:56.9680540Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-11-01T16:32:56.9682120Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9683190Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-11-01T16:32:56.9684180Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-11-01T16:32:56.9685410Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-11-01T16:32:56.9686700Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-11-01T16:32:56.9688080Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9688930Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-11-01T16:32:56.9689990Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-11-01T16:32:56.9691270Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9692220Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-11-01T16:32:56.9693390Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-11-01T16:32:56.9694570Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-11-01T16:32:56.9695790Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9696870Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-11-01T16:32:56.9698080Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-11-01T16:32:56.9699500Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-11-01T16:32:56.9700930Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9702010Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-11-01T16:32:56.9703070Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-11-01T16:32:56.9704260Z adding 'torch/include/ATen/ops/fill.h' 2024-11-01T16:32:56.9705590Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9706680Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-11-01T16:32:56.9707850Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-11-01T16:32:56.9708810Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-11-01T16:32:56.9710030Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9710970Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-11-01T16:32:56.9712060Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-11-01T16:32:56.9713170Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-11-01T16:32:56.9714200Z adding 'torch/include/ATen/ops/fill_mps_dispatch.h' 2024-11-01T16:32:56.9715300Z adding 'torch/include/ATen/ops/fill_native.h' 2024-11-01T16:32:56.9716640Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-11-01T16:32:56.9717750Z adding 'torch/include/ATen/ops/fix.h' 2024-11-01T16:32:56.9719060Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9719810Z adding 'torch/include/ATen/ops/fix_native.h' 2024-11-01T16:32:56.9721140Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-11-01T16:32:56.9722300Z adding 'torch/include/ATen/ops/flatten.h' 2024-11-01T16:32:56.9723620Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9724180Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-11-01T16:32:56.9725670Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9726350Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-11-01T16:32:56.9727770Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-11-01T16:32:56.9728780Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-11-01T16:32:56.9730060Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-11-01T16:32:56.9731180Z adding 'torch/include/ATen/ops/flip.h' 2024-11-01T16:32:56.9732560Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9733560Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-11-01T16:32:56.9734650Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-11-01T16:32:56.9735650Z adding 'torch/include/ATen/ops/flip_mps_dispatch.h' 2024-11-01T16:32:56.9736730Z adding 'torch/include/ATen/ops/flip_native.h' 2024-11-01T16:32:56.9737850Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-11-01T16:32:56.9739040Z adding 'torch/include/ATen/ops/fliplr.h' 2024-11-01T16:32:56.9740090Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9741150Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-11-01T16:32:56.9742220Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-11-01T16:32:56.9743100Z adding 'torch/include/ATen/ops/flipud.h' 2024-11-01T16:32:56.9744390Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9744930Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-11-01T16:32:56.9746360Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-11-01T16:32:56.9747590Z adding 'torch/include/ATen/ops/float_power.h' 2024-11-01T16:32:56.9748900Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9749970Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-11-01T16:32:56.9751320Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-11-01T16:32:56.9752520Z adding 'torch/include/ATen/ops/floor.h' 2024-11-01T16:32:56.9753600Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9754720Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-11-01T16:32:56.9755920Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-11-01T16:32:56.9757190Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-11-01T16:32:56.9758230Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9759380Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-11-01T16:32:56.9760270Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-11-01T16:32:56.9761560Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-11-01T16:32:56.9762450Z adding 'torch/include/ATen/ops/floor_divide_mps_dispatch.h' 2024-11-01T16:32:56.9763590Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-11-01T16:32:56.9764870Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-11-01T16:32:56.9766010Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-11-01T16:32:56.9767210Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-11-01T16:32:56.9768080Z adding 'torch/include/ATen/ops/floor_mps_dispatch.h' 2024-11-01T16:32:56.9769240Z adding 'torch/include/ATen/ops/floor_native.h' 2024-11-01T16:32:56.9770480Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-11-01T16:32:56.9771510Z adding 'torch/include/ATen/ops/fmax.h' 2024-11-01T16:32:56.9772850Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9773350Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-11-01T16:32:56.9774660Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-11-01T16:32:56.9775750Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-11-01T16:32:56.9776660Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-11-01T16:32:56.9777810Z adding 'torch/include/ATen/ops/fmax_mps_dispatch.h' 2024-11-01T16:32:56.9778870Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-11-01T16:32:56.9780080Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-11-01T16:32:56.9781270Z adding 'torch/include/ATen/ops/fmin.h' 2024-11-01T16:32:56.9782610Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9783110Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-11-01T16:32:56.9784510Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-11-01T16:32:56.9785490Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-11-01T16:32:56.9786690Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-11-01T16:32:56.9787370Z adding 'torch/include/ATen/ops/fmin_mps_dispatch.h' 2024-11-01T16:32:56.9788560Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-11-01T16:32:56.9789720Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-11-01T16:32:56.9790890Z adding 'torch/include/ATen/ops/fmod.h' 2024-11-01T16:32:56.9792210Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9793460Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9794000Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-11-01T16:32:56.9795280Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-11-01T16:32:56.9796280Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-11-01T16:32:56.9797220Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-11-01T16:32:56.9798360Z adding 'torch/include/ATen/ops/fmod_mps_dispatch.h' 2024-11-01T16:32:56.9799430Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-11-01T16:32:56.9800720Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-11-01T16:32:56.9801870Z adding 'torch/include/ATen/ops/frac.h' 2024-11-01T16:32:56.9803010Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9803610Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-11-01T16:32:56.9804890Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-11-01T16:32:56.9805950Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-11-01T16:32:56.9807140Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-11-01T16:32:56.9808230Z adding 'torch/include/ATen/ops/frac_mps_dispatch.h' 2024-11-01T16:32:56.9809270Z adding 'torch/include/ATen/ops/frac_native.h' 2024-11-01T16:32:56.9810440Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-11-01T16:32:56.9811670Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-11-01T16:32:56.9812900Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-11-01T16:32:56.9814020Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9815150Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.9815870Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9817160Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-11-01T16:32:56.9818090Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:32:56.9819250Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-11-01T16:32:56.9820420Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-11-01T16:32:56.9821780Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9822390Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-11-01T16:32:56.9823730Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-11-01T16:32:56.9824610Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-11-01T16:32:56.9825590Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-11-01T16:32:56.9826810Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-11-01T16:32:56.9827980Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-11-01T16:32:56.9829170Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-11-01T16:32:56.9830070Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-11-01T16:32:56.9831330Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.9831980Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9833320Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-11-01T16:32:56.9834670Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-11-01T16:32:56.9835310Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9836500Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-11-01T16:32:56.9837420Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-11-01T16:32:56.9839230Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-11-01T16:32:56.9840520Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-11-01T16:32:56.9841100Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-11-01T16:32:56.9842530Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-11-01T16:32:56.9843660Z adding 'torch/include/ATen/ops/frexp.h' 2024-11-01T16:32:56.9844690Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9845750Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-11-01T16:32:56.9846770Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-11-01T16:32:56.9847400Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-11-01T16:32:56.9848760Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-11-01T16:32:56.9850590Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-11-01T16:32:56.9851870Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9855970Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-11-01T16:32:56.9856280Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-11-01T16:32:56.9856420Z adding 'torch/include/ATen/ops/from_blob.h' 2024-11-01T16:32:56.9856540Z adding 'torch/include/ATen/ops/from_file.h' 2024-11-01T16:32:56.9857740Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9858850Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-11-01T16:32:56.9859710Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-11-01T16:32:56.9860940Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-11-01T16:32:56.9862370Z adding 'torch/include/ATen/ops/full.h' 2024-11-01T16:32:56.9863710Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9864800Z adding 'torch/include/ATen/ops/full_like.h' 2024-11-01T16:32:56.9866170Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9866710Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-11-01T16:32:56.9868210Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-11-01T16:32:56.9869390Z adding 'torch/include/ATen/ops/full_native.h' 2024-11-01T16:32:56.9870670Z adding 'torch/include/ATen/ops/full_ops.h' 2024-11-01T16:32:56.9871930Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-11-01T16:32:56.9873290Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9874380Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-11-01T16:32:56.9875550Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-11-01T16:32:56.9876720Z adding 'torch/include/ATen/ops/gather.h' 2024-11-01T16:32:56.9877910Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-11-01T16:32:56.9879070Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9879750Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-11-01T16:32:56.9881070Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-11-01T16:32:56.9882410Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9883110Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9884340Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-11-01T16:32:56.9885250Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-11-01T16:32:56.9886460Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-11-01T16:32:56.9887660Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-11-01T16:32:56.9888300Z adding 'torch/include/ATen/ops/gather_mps_dispatch.h' 2024-11-01T16:32:56.9889560Z adding 'torch/include/ATen/ops/gather_native.h' 2024-11-01T16:32:56.9890770Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-11-01T16:32:56.9891950Z adding 'torch/include/ATen/ops/gcd.h' 2024-11-01T16:32:56.9893280Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9893860Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-11-01T16:32:56.9895160Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-11-01T16:32:56.9896230Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-11-01T16:32:56.9897410Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-11-01T16:32:56.9898450Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-11-01T16:32:56.9899520Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-11-01T16:32:56.9900630Z adding 'torch/include/ATen/ops/ge.h' 2024-11-01T16:32:56.9901670Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9902730Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-11-01T16:32:56.9903840Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-11-01T16:32:56.9904940Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-11-01T16:32:56.9906130Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-11-01T16:32:56.9907080Z adding 'torch/include/ATen/ops/ge_mps_dispatch.h' 2024-11-01T16:32:56.9908300Z adding 'torch/include/ATen/ops/ge_native.h' 2024-11-01T16:32:56.9909620Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-11-01T16:32:56.9910810Z adding 'torch/include/ATen/ops/gelu.h' 2024-11-01T16:32:56.9912140Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-11-01T16:32:56.9913400Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9914010Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-11-01T16:32:56.9915400Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9916560Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-11-01T16:32:56.9917640Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-11-01T16:32:56.9918230Z adding 'torch/include/ATen/ops/gelu_backward_mps_dispatch.h' 2024-11-01T16:32:56.9919710Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-11-01T16:32:56.9920840Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-11-01T16:32:56.9922050Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9922770Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-11-01T16:32:56.9924480Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-11-01T16:32:56.9925630Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-11-01T16:32:56.9926720Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-11-01T16:32:56.9927700Z adding 'torch/include/ATen/ops/gelu_mps_dispatch.h' 2024-11-01T16:32:56.9928910Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-11-01T16:32:56.9930100Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-11-01T16:32:56.9931260Z adding 'torch/include/ATen/ops/geometric.h' 2024-11-01T16:32:56.9932610Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9933690Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-11-01T16:32:56.9934940Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-11-01T16:32:56.9938230Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-11-01T16:32:56.9939230Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-11-01T16:32:56.9940370Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-11-01T16:32:56.9941790Z adding 'torch/include/ATen/ops/geqrf.h' 2024-11-01T16:32:56.9942930Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-11-01T16:32:56.9943950Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-11-01T16:32:56.9944940Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-11-01T16:32:56.9946130Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-11-01T16:32:56.9947430Z adding 'torch/include/ATen/ops/ger.h' 2024-11-01T16:32:56.9948690Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9949620Z adding 'torch/include/ATen/ops/ger_native.h' 2024-11-01T16:32:56.9950670Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-11-01T16:32:56.9951840Z adding 'torch/include/ATen/ops/glu.h' 2024-11-01T16:32:56.9952990Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-11-01T16:32:56.9954080Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-11-01T16:32:56.9955120Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9956140Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-11-01T16:32:56.9957320Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9958310Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-11-01T16:32:56.9959310Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-11-01T16:32:56.9960420Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-11-01T16:32:56.9961450Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-11-01T16:32:56.9962460Z adding 'torch/include/ATen/ops/glu_backward_mps_dispatch.h' 2024-11-01T16:32:56.9963460Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-11-01T16:32:56.9964510Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-11-01T16:32:56.9965670Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:56.9966520Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-11-01T16:32:56.9967500Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-11-01T16:32:56.9968500Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-11-01T16:32:56.9969680Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9970570Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-11-01T16:32:56.9971570Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-11-01T16:32:56.9972510Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-11-01T16:32:56.9973590Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-11-01T16:32:56.9974630Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-11-01T16:32:56.9975810Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-11-01T16:32:56.9976710Z adding 'torch/include/ATen/ops/glu_mps_dispatch.h' 2024-11-01T16:32:56.9977640Z adding 'torch/include/ATen/ops/glu_native.h' 2024-11-01T16:32:56.9978850Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-11-01T16:32:56.9980000Z adding 'torch/include/ATen/ops/gradient.h' 2024-11-01T16:32:56.9981110Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9982240Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-11-01T16:32:56.9983550Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-11-01T16:32:56.9984740Z adding 'torch/include/ATen/ops/greater.h' 2024-11-01T16:32:56.9985730Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9986830Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-11-01T16:32:56.9988200Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:56.9988610Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-11-01T16:32:56.9990140Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-11-01T16:32:56.9991170Z adding 'torch/include/ATen/ops/greater_native.h' 2024-11-01T16:32:56.9992390Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-11-01T16:32:56.9993260Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-11-01T16:32:56.9994500Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-11-01T16:32:56.9995840Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-11-01T16:32:56.9997100Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:56.9997520Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-11-01T16:32:56.9998870Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-11-01T16:32:56.9999700Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-11-01T16:32:57.0001010Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-11-01T16:32:57.0002320Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0002770Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-11-01T16:32:57.0004000Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-11-01T16:32:57.0004870Z adding 'torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h' 2024-11-01T16:32:57.0006070Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-11-01T16:32:57.0006930Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-11-01T16:32:57.0008330Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-11-01T16:32:57.0009530Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-11-01T16:32:57.0010560Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0011690Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0012580Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0013790Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-11-01T16:32:57.0015000Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-11-01T16:32:57.0015960Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0017090Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-11-01T16:32:57.0017650Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-11-01T16:32:57.0018920Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-11-01T16:32:57.0020140Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-11-01T16:32:57.0020900Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0022150Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-11-01T16:32:57.0023050Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-11-01T16:32:57.0024200Z adding 'torch/include/ATen/ops/group_norm.h' 2024-11-01T16:32:57.0025240Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0026290Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-11-01T16:32:57.0027350Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-11-01T16:32:57.0028370Z adding 'torch/include/ATen/ops/gru.h' 2024-11-01T16:32:57.0029570Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-11-01T16:32:57.0030350Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0031550Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-11-01T16:32:57.0032580Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-11-01T16:32:57.0033560Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0034410Z adding 'torch/include/ATen/ops/gru_native.h' 2024-11-01T16:32:57.0039350Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-11-01T16:32:57.0039630Z adding 'torch/include/ATen/ops/gt.h' 2024-11-01T16:32:57.0039960Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0040110Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-11-01T16:32:57.0040990Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-11-01T16:32:57.0041160Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-11-01T16:32:57.0041540Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-11-01T16:32:57.0042810Z adding 'torch/include/ATen/ops/gt_mps_dispatch.h' 2024-11-01T16:32:57.0043860Z adding 'torch/include/ATen/ops/gt_native.h' 2024-11-01T16:32:57.0045110Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-11-01T16:32:57.0046540Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-11-01T16:32:57.0047850Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0048940Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-11-01T16:32:57.0050210Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-11-01T16:32:57.0051380Z adding 'torch/include/ATen/ops/hann_window.h' 2024-11-01T16:32:57.0052730Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0053240Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-11-01T16:32:57.0054750Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-11-01T16:32:57.0055780Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-11-01T16:32:57.0057010Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-11-01T16:32:57.0057860Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0058980Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0059850Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0061030Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-11-01T16:32:57.0061660Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-11-01T16:32:57.0062900Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-11-01T16:32:57.0064110Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-11-01T16:32:57.0065150Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0065780Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-11-01T16:32:57.0067020Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-11-01T16:32:57.0067850Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-11-01T16:32:57.0069110Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-11-01T16:32:57.0069660Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-11-01T16:32:57.0071000Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-11-01T16:32:57.0072030Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-11-01T16:32:57.0072920Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-11-01T16:32:57.0074350Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0074930Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0076190Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0077030Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-11-01T16:32:57.0078280Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-11-01T16:32:57.0078800Z adding 'torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h' 2024-11-01T16:32:57.0080050Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-11-01T16:32:57.0081260Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-11-01T16:32:57.0082030Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0083240Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-11-01T16:32:57.0083880Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-11-01T16:32:57.0085140Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-11-01T16:32:57.0086240Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-11-01T16:32:57.0086850Z adding 'torch/include/ATen/ops/hardsigmoid_mps_dispatch.h' 2024-11-01T16:32:57.0088140Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-11-01T16:32:57.0089350Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-11-01T16:32:57.0090370Z adding 'torch/include/ATen/ops/hardswish.h' 2024-11-01T16:32:57.0091250Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-11-01T16:32:57.0092520Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0093190Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0094430Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0095290Z adding 'torch/include/ATen/ops/hardswish_backward_mps_dispatch.h' 2024-11-01T16:32:57.0096480Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-11-01T16:32:57.0097350Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-11-01T16:32:57.0098560Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-11-01T16:32:57.0099080Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-11-01T16:32:57.0100370Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-11-01T16:32:57.0101240Z adding 'torch/include/ATen/ops/hardswish_mps_dispatch.h' 2024-11-01T16:32:57.0102460Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-11-01T16:32:57.0103490Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-11-01T16:32:57.0104390Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-11-01T16:32:57.0105600Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-11-01T16:32:57.0106690Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0107570Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0108790Z adding 'torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h' 2024-11-01T16:32:57.0109620Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-11-01T16:32:57.0110880Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-11-01T16:32:57.0112100Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-11-01T16:32:57.0112590Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-11-01T16:32:57.0113900Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-11-01T16:32:57.0114770Z adding 'torch/include/ATen/ops/hardtanh_mps_dispatch.h' 2024-11-01T16:32:57.0115990Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-11-01T16:32:57.0117020Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-11-01T16:32:57.0118230Z adding 'torch/include/ATen/ops/heaviside.h' 2024-11-01T16:32:57.0119290Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0120350Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-11-01T16:32:57.0120850Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-11-01T16:32:57.0122160Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-11-01T16:32:57.0123030Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-11-01T16:32:57.0124230Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-11-01T16:32:57.0125260Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-11-01T16:32:57.0126150Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-11-01T16:32:57.0127510Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0128040Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-11-01T16:32:57.0129380Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-11-01T16:32:57.0130290Z adding 'torch/include/ATen/ops/histc.h' 2024-11-01T16:32:57.0131440Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-11-01T16:32:57.0132490Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-11-01T16:32:57.0133530Z adding 'torch/include/ATen/ops/histc_mps_dispatch.h' 2024-11-01T16:32:57.0134060Z adding 'torch/include/ATen/ops/histc_native.h' 2024-11-01T16:32:57.0135420Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-11-01T16:32:57.0136610Z adding 'torch/include/ATen/ops/histogram.h' 2024-11-01T16:32:57.0137850Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-11-01T16:32:57.0138720Z adding 'torch/include/ATen/ops/histogram_mps_dispatch.h' 2024-11-01T16:32:57.0139940Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-11-01T16:32:57.0141140Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-11-01T16:32:57.0142180Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-11-01T16:32:57.0143510Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0144290Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-11-01T16:32:57.0145600Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-11-01T16:32:57.0146620Z adding 'torch/include/ATen/ops/hsplit.h' 2024-11-01T16:32:57.0147610Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0149530Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-11-01T16:32:57.0151440Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-11-01T16:32:57.0152660Z adding 'torch/include/ATen/ops/hspmm.h' 2024-11-01T16:32:57.0153970Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-11-01T16:32:57.0155170Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-11-01T16:32:57.0156450Z adding 'torch/include/ATen/ops/hstack.h' 2024-11-01T16:32:57.0157830Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0159000Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-11-01T16:32:57.0160030Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-11-01T16:32:57.0161390Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-11-01T16:32:57.0162650Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-11-01T16:32:57.0164000Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0165170Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0166390Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0167020Z adding 'torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h' 2024-11-01T16:32:57.0168440Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-11-01T16:32:57.0169650Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-11-01T16:32:57.0170940Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-11-01T16:32:57.0171830Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-11-01T16:32:57.0173160Z adding 'torch/include/ATen/ops/huber_loss_mps_dispatch.h' 2024-11-01T16:32:57.0174340Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-11-01T16:32:57.0175550Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-11-01T16:32:57.0176710Z adding 'torch/include/ATen/ops/hypot.h' 2024-11-01T16:32:57.0178090Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0178700Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-11-01T16:32:57.0180340Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-11-01T16:32:57.0181330Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-11-01T16:32:57.0182330Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-11-01T16:32:57.0183390Z adding 'torch/include/ATen/ops/hypot_mps_dispatch.h' 2024-11-01T16:32:57.0184580Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-11-01T16:32:57.0185750Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-11-01T16:32:57.0186960Z adding 'torch/include/ATen/ops/i0.h' 2024-11-01T16:32:57.0188310Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0189620Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-11-01T16:32:57.0190650Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-11-01T16:32:57.0191850Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-11-01T16:32:57.0193040Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-11-01T16:32:57.0194040Z adding 'torch/include/ATen/ops/i0_mps_dispatch.h' 2024-11-01T16:32:57.0195030Z adding 'torch/include/ATen/ops/i0_native.h' 2024-11-01T16:32:57.0196360Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-11-01T16:32:57.0197540Z adding 'torch/include/ATen/ops/igamma.h' 2024-11-01T16:32:57.0198890Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0199440Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-11-01T16:32:57.0200880Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-11-01T16:32:57.0201720Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-11-01T16:32:57.0203070Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-11-01T16:32:57.0203910Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-11-01T16:32:57.0205370Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-11-01T16:32:57.0206520Z adding 'torch/include/ATen/ops/igammac.h' 2024-11-01T16:32:57.0207880Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0208450Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-11-01T16:32:57.0209880Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-11-01T16:32:57.0210730Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-11-01T16:32:57.0212170Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-11-01T16:32:57.0213030Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-11-01T16:32:57.0214500Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-11-01T16:32:57.0215640Z adding 'torch/include/ATen/ops/im2col.h' 2024-11-01T16:32:57.0219970Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-11-01T16:32:57.0220300Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-11-01T16:32:57.0220460Z adding 'torch/include/ATen/ops/im2col_mps_dispatch.h' 2024-11-01T16:32:57.0220600Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-11-01T16:32:57.0221030Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-11-01T16:32:57.0223230Z adding 'torch/include/ATen/ops/imag.h' 2024-11-01T16:32:57.0223500Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0224630Z adding 'torch/include/ATen/ops/imag_native.h' 2024-11-01T16:32:57.0225880Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-11-01T16:32:57.0227050Z adding 'torch/include/ATen/ops/index.h' 2024-11-01T16:32:57.0228280Z adding 'torch/include/ATen/ops/index_add.h' 2024-11-01T16:32:57.0229630Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0230770Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0231410Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-11-01T16:32:57.0232850Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-11-01T16:32:57.0234000Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-11-01T16:32:57.0235280Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-11-01T16:32:57.0235910Z adding 'torch/include/ATen/ops/index_add_mps_dispatch.h' 2024-11-01T16:32:57.0237390Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-11-01T16:32:57.0238580Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-11-01T16:32:57.0240000Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0241000Z adding 'torch/include/ATen/ops/index_copy.h' 2024-11-01T16:32:57.0242300Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0243000Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0244360Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-11-01T16:32:57.0245240Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-11-01T16:32:57.0246580Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-11-01T16:32:57.0247620Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-11-01T16:32:57.0248810Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-11-01T16:32:57.0250050Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-11-01T16:32:57.0251270Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-11-01T16:32:57.0252150Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-11-01T16:32:57.0253640Z adding 'torch/include/ATen/ops/index_fill.h' 2024-11-01T16:32:57.0254950Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0256140Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0256760Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-11-01T16:32:57.0258190Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-11-01T16:32:57.0259060Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-11-01T16:32:57.0260300Z adding 'torch/include/ATen/ops/index_fill_mps_dispatch.h' 2024-11-01T16:32:57.0261480Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-11-01T16:32:57.0263070Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-11-01T16:32:57.0264240Z adding 'torch/include/ATen/ops/index_meta.h' 2024-11-01T16:32:57.0265470Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-11-01T16:32:57.0266340Z adding 'torch/include/ATen/ops/index_mps_dispatch.h' 2024-11-01T16:32:57.0267610Z adding 'torch/include/ATen/ops/index_native.h' 2024-11-01T16:32:57.0268770Z adding 'torch/include/ATen/ops/index_ops.h' 2024-11-01T16:32:57.0270020Z adding 'torch/include/ATen/ops/index_put.h' 2024-11-01T16:32:57.0271200Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0272280Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-11-01T16:32:57.0273460Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-11-01T16:32:57.0274740Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-11-01T16:32:57.0276120Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0277150Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-11-01T16:32:57.0278030Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-11-01T16:32:57.0279320Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-11-01T16:32:57.0280370Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-11-01T16:32:57.0281560Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-11-01T16:32:57.0282730Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-11-01T16:32:57.0284010Z adding 'torch/include/ATen/ops/index_select.h' 2024-11-01T16:32:57.0285210Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-11-01T16:32:57.0286540Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0287180Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-11-01T16:32:57.0288670Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-11-01T16:32:57.0290050Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0291110Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-11-01T16:32:57.0291740Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-11-01T16:32:57.0293140Z adding 'torch/include/ATen/ops/index_select_mps_dispatch.h' 2024-11-01T16:32:57.0294310Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-11-01T16:32:57.0295570Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-11-01T16:32:57.0296550Z adding 'torch/include/ATen/ops/indices.h' 2024-11-01T16:32:57.0297900Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0298950Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-11-01T16:32:57.0300270Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0301210Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0302350Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-11-01T16:32:57.0303530Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-11-01T16:32:57.0304590Z adding 'torch/include/ATen/ops/indices_native.h' 2024-11-01T16:32:57.0305790Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-11-01T16:32:57.0307100Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-11-01T16:32:57.0307940Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0309250Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-11-01T16:32:57.0310420Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-11-01T16:32:57.0311460Z adding 'torch/include/ATen/ops/inner.h' 2024-11-01T16:32:57.0312450Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0313650Z adding 'torch/include/ATen/ops/inner_native.h' 2024-11-01T16:32:57.0314840Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-11-01T16:32:57.0316090Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-11-01T16:32:57.0317410Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0318220Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-11-01T16:32:57.0319460Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-11-01T16:32:57.0320640Z adding 'torch/include/ATen/ops/int_repr.h' 2024-11-01T16:32:57.0321980Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0323080Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-11-01T16:32:57.0323970Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-11-01T16:32:57.0325240Z adding 'torch/include/ATen/ops/inverse.h' 2024-11-01T16:32:57.0326240Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0327630Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-11-01T16:32:57.0328630Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-11-01T16:32:57.0329720Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-11-01T16:32:57.0330740Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0331930Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-11-01T16:32:57.0332960Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-11-01T16:32:57.0334220Z adding 'torch/include/ATen/ops/is_complex.h' 2024-11-01T16:32:57.0335290Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0336400Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-11-01T16:32:57.0337340Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-11-01T16:32:57.0338620Z adding 'torch/include/ATen/ops/is_conj.h' 2024-11-01T16:32:57.0339970Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0340750Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-11-01T16:32:57.0341930Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-11-01T16:32:57.0343120Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-11-01T16:32:57.0344300Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0345370Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-11-01T16:32:57.0346240Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-11-01T16:32:57.0347540Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-11-01T16:32:57.0348690Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0349780Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-11-01T16:32:57.0350640Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-11-01T16:32:57.0351890Z adding 'torch/include/ATen/ops/is_inference.h' 2024-11-01T16:32:57.0352880Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0354070Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-11-01T16:32:57.0355080Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-11-01T16:32:57.0356180Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-11-01T16:32:57.0357160Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0358340Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-11-01T16:32:57.0359510Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-11-01T16:32:57.0360650Z adding 'torch/include/ATen/ops/is_neg.h' 2024-11-01T16:32:57.0361630Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0362730Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-11-01T16:32:57.0363600Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-11-01T16:32:57.0364920Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-11-01T16:32:57.0365910Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0367100Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-11-01T16:32:57.0368120Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-11-01T16:32:57.0369280Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-11-01T16:32:57.0370580Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0371680Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-11-01T16:32:57.0372670Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-11-01T16:32:57.0373840Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-11-01T16:32:57.0374870Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0375940Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-11-01T16:32:57.0376960Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-11-01T16:32:57.0378070Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-11-01T16:32:57.0379270Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-11-01T16:32:57.0380180Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-11-01T16:32:57.0381370Z adding 'torch/include/ATen/ops/is_set_to_mps_dispatch.h' 2024-11-01T16:32:57.0382530Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-11-01T16:32:57.0383530Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-11-01T16:32:57.0384700Z adding 'torch/include/ATen/ops/is_signed.h' 2024-11-01T16:32:57.0385680Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0386760Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-11-01T16:32:57.0387770Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-11-01T16:32:57.0388940Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-11-01T16:32:57.0389950Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0391340Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-11-01T16:32:57.0392050Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-11-01T16:32:57.0393470Z adding 'torch/include/ATen/ops/isclose.h' 2024-11-01T16:32:57.0394790Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0395820Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-11-01T16:32:57.0396680Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-11-01T16:32:57.0397920Z adding 'torch/include/ATen/ops/isfinite.h' 2024-11-01T16:32:57.0399240Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0399990Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-11-01T16:32:57.0401140Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-11-01T16:32:57.0402520Z adding 'torch/include/ATen/ops/isin.h' 2024-11-01T16:32:57.0407230Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0407410Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-11-01T16:32:57.0407570Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-11-01T16:32:57.0407700Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-11-01T16:32:57.0408150Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-11-01T16:32:57.0409530Z adding 'torch/include/ATen/ops/isin_mps_dispatch.h' 2024-11-01T16:32:57.0410390Z adding 'torch/include/ATen/ops/isin_native.h' 2024-11-01T16:32:57.0412020Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-11-01T16:32:57.0412890Z adding 'torch/include/ATen/ops/isinf.h' 2024-11-01T16:32:57.0414440Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0415210Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-11-01T16:32:57.0416700Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-11-01T16:32:57.0417840Z adding 'torch/include/ATen/ops/isnan.h' 2024-11-01T16:32:57.0419120Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0419900Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-11-01T16:32:57.0421150Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-11-01T16:32:57.0422010Z adding 'torch/include/ATen/ops/isnan_mps_dispatch.h' 2024-11-01T16:32:57.0423280Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-11-01T16:32:57.0424460Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-11-01T16:32:57.0425670Z adding 'torch/include/ATen/ops/isneginf.h' 2024-11-01T16:32:57.0426740Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0428000Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-11-01T16:32:57.0428870Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-11-01T16:32:57.0430190Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-11-01T16:32:57.0431060Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-11-01T16:32:57.0432330Z adding 'torch/include/ATen/ops/isneginf_mps_dispatch.h' 2024-11-01T16:32:57.0433190Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-11-01T16:32:57.0434600Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-11-01T16:32:57.0435790Z adding 'torch/include/ATen/ops/isposinf.h' 2024-11-01T16:32:57.0437180Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0437580Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-11-01T16:32:57.0439000Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-11-01T16:32:57.0439840Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-11-01T16:32:57.0441170Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-11-01T16:32:57.0442050Z adding 'torch/include/ATen/ops/isposinf_mps_dispatch.h' 2024-11-01T16:32:57.0443310Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-11-01T16:32:57.0444380Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-11-01T16:32:57.0445550Z adding 'torch/include/ATen/ops/isreal.h' 2024-11-01T16:32:57.0446840Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0447610Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-11-01T16:32:57.0449130Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-11-01T16:32:57.0450570Z adding 'torch/include/ATen/ops/istft.h' 2024-11-01T16:32:57.0451540Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0452720Z adding 'torch/include/ATen/ops/istft_native.h' 2024-11-01T16:32:57.0453880Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-11-01T16:32:57.0455020Z adding 'torch/include/ATen/ops/item.h' 2024-11-01T16:32:57.0455990Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0457190Z adding 'torch/include/ATen/ops/item_native.h' 2024-11-01T16:32:57.0458340Z adding 'torch/include/ATen/ops/item_ops.h' 2024-11-01T16:32:57.0459710Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-11-01T16:32:57.0461040Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0462130Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-11-01T16:32:57.0463470Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-11-01T16:32:57.0464660Z adding 'torch/include/ATen/ops/kl_div.h' 2024-11-01T16:32:57.0465950Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0467020Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-11-01T16:32:57.0467880Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-11-01T16:32:57.0469190Z adding 'torch/include/ATen/ops/kron.h' 2024-11-01T16:32:57.0470470Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0471540Z adding 'torch/include/ATen/ops/kron_native.h' 2024-11-01T16:32:57.0472690Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-11-01T16:32:57.0473910Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-11-01T16:32:57.0475210Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0476470Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0477100Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-11-01T16:32:57.0478610Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-11-01T16:32:57.0479490Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-11-01T16:32:57.0481000Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-11-01T16:32:57.0482170Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-11-01T16:32:57.0483470Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0483980Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-11-01T16:32:57.0485520Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-11-01T16:32:57.0486580Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-11-01T16:32:57.0488040Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0488790Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-11-01T16:32:57.0490200Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-11-01T16:32:57.0491350Z adding 'torch/include/ATen/ops/lcm.h' 2024-11-01T16:32:57.0492690Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0493270Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-11-01T16:32:57.0494700Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-11-01T16:32:57.0495630Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-11-01T16:32:57.0496890Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-11-01T16:32:57.0497890Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-11-01T16:32:57.0499180Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-11-01T16:32:57.0500320Z adding 'torch/include/ATen/ops/ldexp.h' 2024-11-01T16:32:57.0501640Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0502430Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-11-01T16:32:57.0503840Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-11-01T16:32:57.0505000Z adding 'torch/include/ATen/ops/le.h' 2024-11-01T16:32:57.0506360Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0507230Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-11-01T16:32:57.0508370Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-11-01T16:32:57.0509470Z adding 'torch/include/ATen/ops/le_meta.h' 2024-11-01T16:32:57.0510720Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-11-01T16:32:57.0511720Z adding 'torch/include/ATen/ops/le_mps_dispatch.h' 2024-11-01T16:32:57.0512970Z adding 'torch/include/ATen/ops/le_native.h' 2024-11-01T16:32:57.0514230Z adding 'torch/include/ATen/ops/le_ops.h' 2024-11-01T16:32:57.0515530Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-11-01T16:32:57.0517160Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-11-01T16:32:57.0518660Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0519740Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0520620Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0521770Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-11-01T16:32:57.0523000Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-11-01T16:32:57.0523610Z adding 'torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h' 2024-11-01T16:32:57.0524890Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-11-01T16:32:57.0526060Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-11-01T16:32:57.0527400Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0527940Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-11-01T16:32:57.0529230Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-11-01T16:32:57.0530380Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-11-01T16:32:57.0531430Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-11-01T16:32:57.0532040Z adding 'torch/include/ATen/ops/leaky_relu_mps_dispatch.h' 2024-11-01T16:32:57.0533360Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-11-01T16:32:57.0534610Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-11-01T16:32:57.0535610Z adding 'torch/include/ATen/ops/lerp.h' 2024-11-01T16:32:57.0536950Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0537470Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-11-01T16:32:57.0538780Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-11-01T16:32:57.0539780Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-11-01T16:32:57.0540950Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-11-01T16:32:57.0541860Z adding 'torch/include/ATen/ops/lerp_mps_dispatch.h' 2024-11-01T16:32:57.0542980Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-11-01T16:32:57.0544210Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-11-01T16:32:57.0545380Z adding 'torch/include/ATen/ops/less.h' 2024-11-01T16:32:57.0546670Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0547420Z adding 'torch/include/ATen/ops/less_equal.h' 2024-11-01T16:32:57.0548730Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0549790Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-11-01T16:32:57.0550910Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-11-01T16:32:57.0551920Z adding 'torch/include/ATen/ops/less_native.h' 2024-11-01T16:32:57.0553140Z adding 'torch/include/ATen/ops/less_ops.h' 2024-11-01T16:32:57.0554290Z adding 'torch/include/ATen/ops/lgamma.h' 2024-11-01T16:32:57.0555330Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0556350Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-11-01T16:32:57.0557000Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-11-01T16:32:57.0558250Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-11-01T16:32:57.0559150Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-11-01T16:32:57.0560350Z adding 'torch/include/ATen/ops/lgamma_mps_dispatch.h' 2024-11-01T16:32:57.0561370Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-11-01T16:32:57.0562200Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-11-01T16:32:57.0563350Z adding 'torch/include/ATen/ops/lift.h' 2024-11-01T16:32:57.0564640Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0565130Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-11-01T16:32:57.0566520Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0567280Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-11-01T16:32:57.0568560Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0569480Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0570510Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-11-01T16:32:57.0571380Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-11-01T16:32:57.0572550Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-11-01T16:32:57.0573550Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-11-01T16:32:57.0574410Z adding 'torch/include/ATen/ops/lift_native.h' 2024-11-01T16:32:57.0575570Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-11-01T16:32:57.0576770Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-11-01T16:32:57.0577930Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0578970Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-11-01T16:32:57.0580190Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0580760Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-11-01T16:32:57.0582030Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-11-01T16:32:57.0583180Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-11-01T16:32:57.0583870Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-11-01T16:32:57.0585040Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-11-01T16:32:57.0586210Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-11-01T16:32:57.0590390Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-11-01T16:32:57.0590720Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-11-01T16:32:57.0590850Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-11-01T16:32:57.0591130Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0591330Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-11-01T16:32:57.0592230Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-11-01T16:32:57.0593540Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-11-01T16:32:57.0594750Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0595360Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-11-01T16:32:57.0596620Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-11-01T16:32:57.0597450Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-11-01T16:32:57.0598600Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-11-01T16:32:57.0599470Z adding 'torch/include/ATen/ops/linalg_cross_mps_dispatch.h' 2024-11-01T16:32:57.0600630Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-11-01T16:32:57.0601630Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-11-01T16:32:57.0602650Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-11-01T16:32:57.0603960Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0604410Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-11-01T16:32:57.0605750Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-11-01T16:32:57.0606620Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-11-01T16:32:57.0607960Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0608550Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-11-01T16:32:57.0609840Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-11-01T16:32:57.0611010Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-11-01T16:32:57.0612040Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-11-01T16:32:57.0612920Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-11-01T16:32:57.0614050Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-11-01T16:32:57.0615050Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-11-01T16:32:57.0616070Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-11-01T16:32:57.0617370Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0618120Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-11-01T16:32:57.0619390Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-11-01T16:32:57.0620400Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-11-01T16:32:57.0621420Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0622530Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:32:57.0623410Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:32:57.0624550Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-11-01T16:32:57.0625390Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-11-01T16:32:57.0626530Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-11-01T16:32:57.0627720Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0628320Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-11-01T16:32:57.0629650Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-11-01T16:32:57.0630860Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-11-01T16:32:57.0631560Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-11-01T16:32:57.0632850Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-11-01T16:32:57.0633520Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-11-01T16:32:57.0634840Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-11-01T16:32:57.0635930Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-11-01T16:32:57.0636700Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0637890Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-11-01T16:32:57.0639020Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0640160Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-11-01T16:32:57.0640680Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-11-01T16:32:57.0641960Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-11-01T16:32:57.0643020Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-11-01T16:32:57.0643890Z adding 'torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h' 2024-11-01T16:32:57.0645040Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-11-01T16:32:57.0646220Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-11-01T16:32:57.0647230Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-11-01T16:32:57.0648230Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-11-01T16:32:57.0649110Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-11-01T16:32:57.0650440Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0651490Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-11-01T16:32:57.0652570Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0653650Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-11-01T16:32:57.0654250Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-11-01T16:32:57.0655530Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-11-01T16:32:57.0656400Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-11-01T16:32:57.0657590Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-11-01T16:32:57.0658820Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-11-01T16:32:57.0659430Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-11-01T16:32:57.0660800Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-11-01T16:32:57.0661920Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-11-01T16:32:57.0663150Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0663750Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-11-01T16:32:57.0665120Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-11-01T16:32:57.0665740Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-11-01T16:32:57.0667060Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-11-01T16:32:57.0667950Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-11-01T16:32:57.0669120Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-11-01T16:32:57.0670280Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-11-01T16:32:57.0671290Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0672370Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-11-01T16:32:57.0673250Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-11-01T16:32:57.0674400Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-11-01T16:32:57.0675570Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-11-01T16:32:57.0676620Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-11-01T16:32:57.0677670Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0678700Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-11-01T16:32:57.0679580Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-11-01T16:32:57.0680740Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-11-01T16:32:57.0681900Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0682630Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-11-01T16:32:57.0684000Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0684620Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-11-01T16:32:57.0685850Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-11-01T16:32:57.0686680Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-11-01T16:32:57.0687900Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-11-01T16:32:57.0688740Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-11-01T16:32:57.0689930Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-11-01T16:32:57.0690830Z adding 'torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h' 2024-11-01T16:32:57.0691980Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-11-01T16:32:57.0693150Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-11-01T16:32:57.0694150Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-11-01T16:32:57.0695050Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-11-01T16:32:57.0696410Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-11-01T16:32:57.0697530Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-11-01T16:32:57.0698740Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-11-01T16:32:57.0699960Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0700450Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-11-01T16:32:57.0701770Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-11-01T16:32:57.0702560Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-11-01T16:32:57.0703780Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-11-01T16:32:57.0704630Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-11-01T16:32:57.0705820Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-11-01T16:32:57.0706900Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-11-01T16:32:57.0708170Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0708600Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-11-01T16:32:57.0709920Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-11-01T16:32:57.0710930Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-11-01T16:32:57.0712100Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0712880Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-11-01T16:32:57.0714070Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-11-01T16:32:57.0714670Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-11-01T16:32:57.0715980Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-11-01T16:32:57.0717150Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-11-01T16:32:57.0718380Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0719130Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-11-01T16:32:57.0720610Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-11-01T16:32:57.0721780Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-11-01T16:32:57.0722940Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0723420Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-11-01T16:32:57.0724770Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-11-01T16:32:57.0726030Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-11-01T16:32:57.0727300Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0728370Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-11-01T16:32:57.0729630Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-11-01T16:32:57.0730790Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-11-01T16:32:57.0731950Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0732490Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-11-01T16:32:57.0733780Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-11-01T16:32:57.0734970Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-11-01T16:32:57.0736280Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0736820Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-11-01T16:32:57.0738310Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-11-01T16:32:57.0739560Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-11-01T16:32:57.0740610Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0741850Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0743000Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0743530Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-11-01T16:32:57.0745170Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-11-01T16:32:57.0746220Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-11-01T16:32:57.0747620Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0748090Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-11-01T16:32:57.0749370Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-11-01T16:32:57.0750240Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-11-01T16:32:57.0751420Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-11-01T16:32:57.0752270Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-11-01T16:32:57.0753410Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-11-01T16:32:57.0754600Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-11-01T16:32:57.0755620Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0756370Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-11-01T16:32:57.0757580Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-11-01T16:32:57.0758590Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-11-01T16:32:57.0759910Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0763300Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-11-01T16:32:57.0763650Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0763830Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-11-01T16:32:57.0764250Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-11-01T16:32:57.0764580Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-11-01T16:32:57.0765900Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-11-01T16:32:57.0766980Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-11-01T16:32:57.0767930Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-11-01T16:32:57.0769120Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-11-01T16:32:57.0769750Z adding 'torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h' 2024-11-01T16:32:57.0771130Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-11-01T16:32:57.0772190Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-11-01T16:32:57.0773000Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-11-01T16:32:57.0774330Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0775080Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-11-01T16:32:57.0776350Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-11-01T16:32:57.0777530Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-11-01T16:32:57.0778680Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0779170Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-11-01T16:32:57.0780560Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-11-01T16:32:57.0781700Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-11-01T16:32:57.0782850Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0783370Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-11-01T16:32:57.0784700Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-11-01T16:32:57.0785890Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-11-01T16:32:57.0786920Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0787540Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-11-01T16:32:57.0788860Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-11-01T16:32:57.0790010Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-11-01T16:32:57.0791030Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0791790Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-11-01T16:32:57.0792960Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-11-01T16:32:57.0793820Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-11-01T16:32:57.0795140Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0795720Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-11-01T16:32:57.0797050Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-11-01T16:32:57.0798150Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-11-01T16:32:57.0799520Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0799990Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-11-01T16:32:57.0801290Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-11-01T16:32:57.0802120Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-11-01T16:32:57.0803340Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-11-01T16:32:57.0803970Z adding 'torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h' 2024-11-01T16:32:57.0805230Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-11-01T16:32:57.0806400Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-11-01T16:32:57.0807230Z adding 'torch/include/ATen/ops/linear.h' 2024-11-01T16:32:57.0808500Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-11-01T16:32:57.0809850Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0810370Z adding 'torch/include/ATen/ops/linear_backward_mps_dispatch.h' 2024-11-01T16:32:57.0811610Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-11-01T16:32:57.0812840Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-11-01T16:32:57.0813680Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0814960Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0815740Z adding 'torch/include/ATen/ops/linear_mps_dispatch.h' 2024-11-01T16:32:57.0816900Z adding 'torch/include/ATen/ops/linear_native.h' 2024-11-01T16:32:57.0817760Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-11-01T16:32:57.0819320Z adding 'torch/include/ATen/ops/linspace.h' 2024-11-01T16:32:57.0821090Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0822770Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-11-01T16:32:57.0823960Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-11-01T16:32:57.0825150Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-11-01T16:32:57.0826350Z adding 'torch/include/ATen/ops/linspace_mps_dispatch.h' 2024-11-01T16:32:57.0827590Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-11-01T16:32:57.0829100Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-11-01T16:32:57.0830410Z adding 'torch/include/ATen/ops/log.h' 2024-11-01T16:32:57.0831430Z adding 'torch/include/ATen/ops/log10.h' 2024-11-01T16:32:57.0833000Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0833820Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-11-01T16:32:57.0835100Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-11-01T16:32:57.0836260Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-11-01T16:32:57.0837460Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-11-01T16:32:57.0838480Z adding 'torch/include/ATen/ops/log10_mps_dispatch.h' 2024-11-01T16:32:57.0839560Z adding 'torch/include/ATen/ops/log10_native.h' 2024-11-01T16:32:57.0840690Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-11-01T16:32:57.0841930Z adding 'torch/include/ATen/ops/log1p.h' 2024-11-01T16:32:57.0843290Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0844310Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-11-01T16:32:57.0845190Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-11-01T16:32:57.0846420Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-11-01T16:32:57.0847310Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-11-01T16:32:57.0848580Z adding 'torch/include/ATen/ops/log1p_mps_dispatch.h' 2024-11-01T16:32:57.0849740Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-11-01T16:32:57.0850950Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-11-01T16:32:57.0852100Z adding 'torch/include/ATen/ops/log2.h' 2024-11-01T16:32:57.0853510Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0854020Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-11-01T16:32:57.0855480Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-11-01T16:32:57.0856320Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-11-01T16:32:57.0857660Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-11-01T16:32:57.0858520Z adding 'torch/include/ATen/ops/log2_mps_dispatch.h' 2024-11-01T16:32:57.0859780Z adding 'torch/include/ATen/ops/log2_native.h' 2024-11-01T16:32:57.0860940Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-11-01T16:32:57.0862300Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0862910Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-11-01T16:32:57.0864350Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-11-01T16:32:57.0865320Z adding 'torch/include/ATen/ops/log_meta.h' 2024-11-01T16:32:57.0866510Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-11-01T16:32:57.0867510Z adding 'torch/include/ATen/ops/log_mps_dispatch.h' 2024-11-01T16:32:57.0868620Z adding 'torch/include/ATen/ops/log_native.h' 2024-11-01T16:32:57.0869790Z adding 'torch/include/ATen/ops/log_normal.h' 2024-11-01T16:32:57.0871120Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0871900Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-11-01T16:32:57.0873240Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-11-01T16:32:57.0874140Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-11-01T16:32:57.0875430Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-11-01T16:32:57.0876600Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-11-01T16:32:57.0877900Z adding 'torch/include/ATen/ops/log_ops.h' 2024-11-01T16:32:57.0879070Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-11-01T16:32:57.0880290Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-11-01T16:32:57.0881530Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0882720Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0883370Z adding 'torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h' 2024-11-01T16:32:57.0884830Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-11-01T16:32:57.0886010Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-11-01T16:32:57.0887340Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0888380Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-11-01T16:32:57.0889620Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-11-01T16:32:57.0890280Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-11-01T16:32:57.0891700Z adding 'torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h' 2024-11-01T16:32:57.0892550Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-11-01T16:32:57.0893970Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-11-01T16:32:57.0894830Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-11-01T16:32:57.0896260Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-11-01T16:32:57.0897330Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-11-01T16:32:57.0898730Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0899920Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0900980Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-11-01T16:32:57.0902160Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-11-01T16:32:57.0903260Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-11-01T16:32:57.0904420Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-11-01T16:32:57.0905790Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0906370Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-11-01T16:32:57.0907770Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-11-01T16:32:57.0908610Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-11-01T16:32:57.0909940Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-11-01T16:32:57.0910800Z adding 'torch/include/ATen/ops/logaddexp2_mps_dispatch.h' 2024-11-01T16:32:57.0912100Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-11-01T16:32:57.0913190Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-11-01T16:32:57.0914610Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0915180Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-11-01T16:32:57.0916630Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-11-01T16:32:57.0917490Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-11-01T16:32:57.0918840Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-11-01T16:32:57.0919710Z adding 'torch/include/ATen/ops/logaddexp_mps_dispatch.h' 2024-11-01T16:32:57.0921130Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-11-01T16:32:57.0922220Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-11-01T16:32:57.0923540Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-11-01T16:32:57.0924870Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0926050Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0926580Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-11-01T16:32:57.0928230Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-11-01T16:32:57.0929210Z adding 'torch/include/ATen/ops/logdet.h' 2024-11-01T16:32:57.0930570Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0931570Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-11-01T16:32:57.0932770Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-11-01T16:32:57.0933620Z adding 'torch/include/ATen/ops/logical_and.h' 2024-11-01T16:32:57.0935090Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0936160Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-11-01T16:32:57.0937320Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-11-01T16:32:57.0938190Z adding 'torch/include/ATen/ops/logical_and_mps_dispatch.h' 2024-11-01T16:32:57.0939450Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-11-01T16:32:57.0940740Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-11-01T16:32:57.0941840Z adding 'torch/include/ATen/ops/logical_not.h' 2024-11-01T16:32:57.0942850Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0947320Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-11-01T16:32:57.0947680Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-11-01T16:32:57.0947870Z adding 'torch/include/ATen/ops/logical_not_mps_dispatch.h' 2024-11-01T16:32:57.0948030Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-11-01T16:32:57.0948170Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-11-01T16:32:57.0949810Z adding 'torch/include/ATen/ops/logical_or.h' 2024-11-01T16:32:57.0951180Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0951800Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-11-01T16:32:57.0953230Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-11-01T16:32:57.0954080Z adding 'torch/include/ATen/ops/logical_or_mps_dispatch.h' 2024-11-01T16:32:57.0955370Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-11-01T16:32:57.0956480Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-11-01T16:32:57.0957730Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-11-01T16:32:57.0959040Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0960170Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-11-01T16:32:57.0960700Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-11-01T16:32:57.0962130Z adding 'torch/include/ATen/ops/logical_xor_mps_dispatch.h' 2024-11-01T16:32:57.0962980Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-11-01T16:32:57.0964410Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-11-01T16:32:57.0965440Z adding 'torch/include/ATen/ops/logit.h' 2024-11-01T16:32:57.0966740Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-11-01T16:32:57.0968140Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0969180Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-11-01T16:32:57.0970060Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-11-01T16:32:57.0971310Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-11-01T16:32:57.0972230Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-11-01T16:32:57.0973530Z adding 'torch/include/ATen/ops/logit_backward_mps_dispatch.h' 2024-11-01T16:32:57.0974390Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-11-01T16:32:57.0975930Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-11-01T16:32:57.0976870Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-11-01T16:32:57.0978180Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-11-01T16:32:57.0979370Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-11-01T16:32:57.0980830Z adding 'torch/include/ATen/ops/logit_mps_dispatch.h' 2024-11-01T16:32:57.0981740Z adding 'torch/include/ATen/ops/logit_native.h' 2024-11-01T16:32:57.0983260Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-11-01T16:32:57.0984820Z adding 'torch/include/ATen/ops/logspace.h' 2024-11-01T16:32:57.0986450Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0987550Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-11-01T16:32:57.0988760Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-11-01T16:32:57.0989970Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-11-01T16:32:57.0991260Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-11-01T16:32:57.0992820Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-11-01T16:32:57.0994230Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-11-01T16:32:57.0995550Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.0996880Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.0998020Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.0999120Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-11-01T16:32:57.1000230Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-11-01T16:32:57.1001620Z adding 'torch/include/ATen/ops/lshift.h' 2024-11-01T16:32:57.1002980Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1004070Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-11-01T16:32:57.1004990Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-11-01T16:32:57.1006230Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-11-01T16:32:57.1007100Z adding 'torch/include/ATen/ops/lshift_mps_dispatch.h' 2024-11-01T16:32:57.1008410Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-11-01T16:32:57.1009710Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-11-01T16:32:57.1011010Z adding 'torch/include/ATen/ops/lstm.h' 2024-11-01T16:32:57.1012200Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-11-01T16:32:57.1013540Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1014310Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-11-01T16:32:57.1015730Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-11-01T16:32:57.1017060Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1018330Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-11-01T16:32:57.1019610Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1020830Z adding 'torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h' 2024-11-01T16:32:57.1021980Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-11-01T16:32:57.1023510Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-11-01T16:32:57.1024680Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-11-01T16:32:57.1025930Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-11-01T16:32:57.1027070Z adding 'torch/include/ATen/ops/lt.h' 2024-11-01T16:32:57.1028520Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1029580Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-11-01T16:32:57.1030710Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-11-01T16:32:57.1031850Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-11-01T16:32:57.1033040Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-11-01T16:32:57.1034040Z adding 'torch/include/ATen/ops/lt_mps_dispatch.h' 2024-11-01T16:32:57.1035360Z adding 'torch/include/ATen/ops/lt_native.h' 2024-11-01T16:32:57.1036670Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-11-01T16:32:57.1037970Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-11-01T16:32:57.1039290Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1040460Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-11-01T16:32:57.1041540Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-11-01T16:32:57.1042930Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-11-01T16:32:57.1044350Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1045420Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-11-01T16:32:57.1046360Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-11-01T16:32:57.1047740Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-11-01T16:32:57.1048880Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-11-01T16:32:57.1050060Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-11-01T16:32:57.1051180Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-11-01T16:32:57.1052340Z adding 'torch/include/ATen/ops/mH.h' 2024-11-01T16:32:57.1053630Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1054730Z adding 'torch/include/ATen/ops/mH_native.h' 2024-11-01T16:32:57.1055620Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-11-01T16:32:57.1056890Z adding 'torch/include/ATen/ops/mT.h' 2024-11-01T16:32:57.1058190Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1058960Z adding 'torch/include/ATen/ops/mT_native.h' 2024-11-01T16:32:57.1060170Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-11-01T16:32:57.1061470Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-11-01T16:32:57.1062830Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1063920Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-11-01T16:32:57.1064820Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-11-01T16:32:57.1066260Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-11-01T16:32:57.1067640Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1068790Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-11-01T16:32:57.1069710Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-11-01T16:32:57.1071060Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-11-01T16:32:57.1071970Z adding 'torch/include/ATen/ops/masked_fill_mps_dispatch.h' 2024-11-01T16:32:57.1073390Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-11-01T16:32:57.1074720Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-11-01T16:32:57.1076060Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-11-01T16:32:57.1077230Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-11-01T16:32:57.1078710Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1079370Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-11-01T16:32:57.1080900Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-11-01T16:32:57.1082190Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1083280Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-11-01T16:32:57.1084200Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-11-01T16:32:57.1085510Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-11-01T16:32:57.1086410Z adding 'torch/include/ATen/ops/masked_scatter_mps_dispatch.h' 2024-11-01T16:32:57.1087720Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-11-01T16:32:57.1088960Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-11-01T16:32:57.1090230Z adding 'torch/include/ATen/ops/masked_select.h' 2024-11-01T16:32:57.1091440Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-11-01T16:32:57.1092870Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1093520Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-11-01T16:32:57.1095020Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-11-01T16:32:57.1096220Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-11-01T16:32:57.1097400Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-11-01T16:32:57.1098590Z adding 'torch/include/ATen/ops/masked_select_mps_dispatch.h' 2024-11-01T16:32:57.1099760Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-11-01T16:32:57.1100820Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-11-01T16:32:57.1102060Z adding 'torch/include/ATen/ops/matmul.h' 2024-11-01T16:32:57.1103300Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-11-01T16:32:57.1104740Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1105840Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-11-01T16:32:57.1107050Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-11-01T16:32:57.1108290Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1109410Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-11-01T16:32:57.1110640Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-11-01T16:32:57.1111800Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-11-01T16:32:57.1113140Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1114210Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-11-01T16:32:57.1115240Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-11-01T16:32:57.1116410Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-11-01T16:32:57.1117320Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-11-01T16:32:57.1118710Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1119370Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-11-01T16:32:57.1120880Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-11-01T16:32:57.1122160Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1123270Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-11-01T16:32:57.1124300Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-11-01T16:32:57.1125600Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-11-01T16:32:57.1126780Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1128000Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-11-01T16:32:57.1129150Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-11-01T16:32:57.1130630Z adding 'torch/include/ATen/ops/max.h' 2024-11-01T16:32:57.1131880Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1133160Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1134300Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-11-01T16:32:57.1135550Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-11-01T16:32:57.1136790Z adding 'torch/include/ATen/ops/max_meta.h' 2024-11-01T16:32:57.1138010Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-11-01T16:32:57.1139040Z adding 'torch/include/ATen/ops/max_mps_dispatch.h' 2024-11-01T16:32:57.1140350Z adding 'torch/include/ATen/ops/max_native.h' 2024-11-01T16:32:57.1144840Z adding 'torch/include/ATen/ops/max_ops.h' 2024-11-01T16:32:57.1145130Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-11-01T16:32:57.1145400Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1145550Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-11-01T16:32:57.1146170Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-11-01T16:32:57.1147820Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-11-01T16:32:57.1149180Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1150300Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-11-01T16:32:57.1151170Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-11-01T16:32:57.1152500Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-11-01T16:32:57.1153690Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-11-01T16:32:57.1155210Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1156010Z adding 'torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h' 2024-11-01T16:32:57.1157340Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-11-01T16:32:57.1158540Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-11-01T16:32:57.1159880Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1160980Z adding 'torch/include/ATen/ops/max_pool2d_mps_dispatch.h' 2024-11-01T16:32:57.1162170Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-11-01T16:32:57.1163210Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-11-01T16:32:57.1164630Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-11-01T16:32:57.1165920Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-11-01T16:32:57.1167390Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1168050Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1169570Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1170740Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-11-01T16:32:57.1171960Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-11-01T16:32:57.1172850Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h' 2024-11-01T16:32:57.1174300Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-11-01T16:32:57.1175490Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-11-01T16:32:57.1177010Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1178100Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-11-01T16:32:57.1179300Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-11-01T16:32:57.1180160Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-11-01T16:32:57.1181620Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-11-01T16:32:57.1182540Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h' 2024-11-01T16:32:57.1183890Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-11-01T16:32:57.1185180Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-11-01T16:32:57.1186480Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-11-01T16:32:57.1187800Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1188870Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-11-01T16:32:57.1189940Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-11-01T16:32:57.1191420Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-11-01T16:32:57.1192680Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-11-01T16:32:57.1194120Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1195310Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1196580Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-11-01T16:32:57.1197780Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-11-01T16:32:57.1199080Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-11-01T16:32:57.1200280Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-11-01T16:32:57.1201430Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-11-01T16:32:57.1202720Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-11-01T16:32:57.1204200Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-11-01T16:32:57.1205380Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-11-01T16:32:57.1206590Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-11-01T16:32:57.1207740Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-11-01T16:32:57.1209080Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-11-01T16:32:57.1210370Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-11-01T16:32:57.1211770Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-11-01T16:32:57.1213010Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-11-01T16:32:57.1214260Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-11-01T16:32:57.1215510Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-11-01T16:32:57.1216830Z adding 'torch/include/ATen/ops/maximum.h' 2024-11-01T16:32:57.1218130Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1219290Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-11-01T16:32:57.1220170Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-11-01T16:32:57.1221630Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-11-01T16:32:57.1222840Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-11-01T16:32:57.1224100Z adding 'torch/include/ATen/ops/maximum_mps_dispatch.h' 2024-11-01T16:32:57.1225320Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-11-01T16:32:57.1229940Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-11-01T16:32:57.1231220Z adding 'torch/include/ATen/ops/mean.h' 2024-11-01T16:32:57.1232750Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1234000Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1235190Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1236310Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-11-01T16:32:57.1237500Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-11-01T16:32:57.1238520Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-11-01T16:32:57.1239940Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-11-01T16:32:57.1240930Z adding 'torch/include/ATen/ops/mean_mps_dispatch.h' 2024-11-01T16:32:57.1242220Z adding 'torch/include/ATen/ops/mean_native.h' 2024-11-01T16:32:57.1243610Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-11-01T16:32:57.1245140Z adding 'torch/include/ATen/ops/median.h' 2024-11-01T16:32:57.1246420Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1247690Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1248770Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-11-01T16:32:57.1250080Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-11-01T16:32:57.1251150Z adding 'torch/include/ATen/ops/median_mps_dispatch.h' 2024-11-01T16:32:57.1252540Z adding 'torch/include/ATen/ops/median_native.h' 2024-11-01T16:32:57.1254050Z adding 'torch/include/ATen/ops/median_ops.h' 2024-11-01T16:32:57.1255410Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-11-01T16:32:57.1256750Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1257830Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-11-01T16:32:57.1258950Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-11-01T16:32:57.1260390Z adding 'torch/include/ATen/ops/min.h' 2024-11-01T16:32:57.1261620Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1262900Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1264000Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-11-01T16:32:57.1265140Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-11-01T16:32:57.1266290Z adding 'torch/include/ATen/ops/min_meta.h' 2024-11-01T16:32:57.1267670Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-11-01T16:32:57.1268800Z adding 'torch/include/ATen/ops/min_mps_dispatch.h' 2024-11-01T16:32:57.1270160Z adding 'torch/include/ATen/ops/min_native.h' 2024-11-01T16:32:57.1271630Z adding 'torch/include/ATen/ops/min_ops.h' 2024-11-01T16:32:57.1273020Z adding 'torch/include/ATen/ops/minimum.h' 2024-11-01T16:32:57.1274390Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1275440Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-11-01T16:32:57.1276640Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-11-01T16:32:57.1277710Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-11-01T16:32:57.1278920Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-11-01T16:32:57.1280150Z adding 'torch/include/ATen/ops/minimum_mps_dispatch.h' 2024-11-01T16:32:57.1281000Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-11-01T16:32:57.1282560Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-11-01T16:32:57.1283900Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-11-01T16:32:57.1285370Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-11-01T16:32:57.1286780Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1287980Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1288680Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-11-01T16:32:57.1290420Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-11-01T16:32:57.1291710Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1292820Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-11-01T16:32:57.1294000Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-11-01T16:32:57.1295290Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-11-01T16:32:57.1296680Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-11-01T16:32:57.1298110Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-11-01T16:32:57.1299320Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:32:57.1300480Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-11-01T16:32:57.1301660Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-11-01T16:32:57.1303100Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1304190Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-11-01T16:32:57.1305360Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-11-01T16:32:57.1306540Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-11-01T16:32:57.1307950Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-11-01T16:32:57.1309240Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-11-01T16:32:57.1310410Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-11-01T16:32:57.1311280Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-11-01T16:32:57.1313140Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-11-01T16:32:57.1314590Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1315440Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:32:57.1316500Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-11-01T16:32:57.1318010Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-11-01T16:32:57.1323970Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-11-01T16:32:57.1324640Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1325300Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-11-01T16:32:57.1325860Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-11-01T16:32:57.1326370Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-11-01T16:32:57.1326790Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-11-01T16:32:57.1327320Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-11-01T16:32:57.1329200Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1330070Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1331680Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-11-01T16:32:57.1333100Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-11-01T16:32:57.1334330Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1335360Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-11-01T16:32:57.1336590Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-11-01T16:32:57.1338010Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-11-01T16:32:57.1339530Z adding 'torch/include/ATen/ops/mish.h' 2024-11-01T16:32:57.1340750Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-11-01T16:32:57.1342180Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1342940Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1344410Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1345180Z adding 'torch/include/ATen/ops/mish_backward_mps_dispatch.h' 2024-11-01T16:32:57.1346690Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-11-01T16:32:57.1347950Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-11-01T16:32:57.1349360Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1350000Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-11-01T16:32:57.1351380Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-11-01T16:32:57.1352100Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-11-01T16:32:57.1353650Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-11-01T16:32:57.1354410Z adding 'torch/include/ATen/ops/mish_mps_dispatch.h' 2024-11-01T16:32:57.1355900Z adding 'torch/include/ATen/ops/mish_native.h' 2024-11-01T16:32:57.1357140Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-11-01T16:32:57.1358570Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-11-01T16:32:57.1359500Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-11-01T16:32:57.1361140Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1361940Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:32:57.1363450Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:32:57.1364240Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-11-01T16:32:57.1365860Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-11-01T16:32:57.1367180Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-11-01T16:32:57.1368740Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1369410Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-11-01T16:32:57.1371050Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-11-01T16:32:57.1371910Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-11-01T16:32:57.1373550Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-11-01T16:32:57.1374540Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1376040Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-11-01T16:32:57.1377000Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1378490Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-11-01T16:32:57.1379280Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-11-01T16:32:57.1380800Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-11-01T16:32:57.1382120Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-11-01T16:32:57.1383480Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-11-01T16:32:57.1384590Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1386080Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-11-01T16:32:57.1386860Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-11-01T16:32:57.1388490Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1389160Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-11-01T16:32:57.1390750Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-11-01T16:32:57.1392050Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-11-01T16:32:57.1393350Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-11-01T16:32:57.1394300Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1395760Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-11-01T16:32:57.1396600Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-11-01T16:32:57.1398280Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1398940Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-11-01T16:32:57.1400510Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-11-01T16:32:57.1401750Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-11-01T16:32:57.1403020Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-11-01T16:32:57.1403980Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1405460Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-11-01T16:32:57.1406300Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-11-01T16:32:57.1407960Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1408630Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-11-01T16:32:57.1410270Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-11-01T16:32:57.1411740Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-11-01T16:32:57.1413320Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1414090Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-11-01T16:32:57.1415710Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-11-01T16:32:57.1417120Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-11-01T16:32:57.1418630Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1419360Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-11-01T16:32:57.1421070Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-11-01T16:32:57.1422350Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-11-01T16:32:57.1423990Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-11-01T16:32:57.1425440Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1429670Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1430250Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-11-01T16:32:57.1430730Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-11-01T16:32:57.1431280Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1433420Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-11-01T16:32:57.1435000Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-11-01T16:32:57.1436760Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-11-01T16:32:57.1438260Z adding 'torch/include/ATen/ops/mm.h' 2024-11-01T16:32:57.1439900Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1441290Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-11-01T16:32:57.1442630Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-11-01T16:32:57.1444000Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-11-01T16:32:57.1445330Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-11-01T16:32:57.1446670Z adding 'torch/include/ATen/ops/mm_mps_dispatch.h' 2024-11-01T16:32:57.1448000Z adding 'torch/include/ATen/ops/mm_native.h' 2024-11-01T16:32:57.1449490Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-11-01T16:32:57.1450980Z adding 'torch/include/ATen/ops/mode.h' 2024-11-01T16:32:57.1452580Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1454050Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1455360Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-11-01T16:32:57.1456700Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-11-01T16:32:57.1458030Z adding 'torch/include/ATen/ops/mode_native.h' 2024-11-01T16:32:57.1459510Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-11-01T16:32:57.1460860Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-11-01T16:32:57.1462380Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1463720Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-11-01T16:32:57.1465080Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-11-01T16:32:57.1466440Z adding 'torch/include/ATen/ops/movedim.h' 2024-11-01T16:32:57.1467910Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1469230Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-11-01T16:32:57.1470640Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-11-01T16:32:57.1472560Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-11-01T16:32:57.1474120Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1475610Z adding 'torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h' 2024-11-01T16:32:57.1477040Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-11-01T16:32:57.1478400Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-11-01T16:32:57.1480060Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-11-01T16:32:57.1481710Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1482840Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h' 2024-11-01T16:32:57.1484300Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-11-01T16:32:57.1485870Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-11-01T16:32:57.1487130Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-11-01T16:32:57.1488480Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-11-01T16:32:57.1489860Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1491300Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1492660Z adding 'torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h' 2024-11-01T16:32:57.1493950Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-11-01T16:32:57.1495410Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-11-01T16:32:57.1496970Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1498190Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-11-01T16:32:57.1499640Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-11-01T16:32:57.1501000Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-11-01T16:32:57.1502320Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-11-01T16:32:57.1503600Z adding 'torch/include/ATen/ops/mse_loss_mps_dispatch.h' 2024-11-01T16:32:57.1504950Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-11-01T16:32:57.1506350Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-11-01T16:32:57.1507690Z adding 'torch/include/ATen/ops/msort.h' 2024-11-01T16:32:57.1509200Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1510360Z adding 'torch/include/ATen/ops/msort_native.h' 2024-11-01T16:32:57.1511760Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-11-01T16:32:57.1513190Z adding 'torch/include/ATen/ops/mul.h' 2024-11-01T16:32:57.1514760Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1516170Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1517460Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-11-01T16:32:57.1518810Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-11-01T16:32:57.1520180Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-11-01T16:32:57.1521700Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-11-01T16:32:57.1522970Z adding 'torch/include/ATen/ops/mul_mps_dispatch.h' 2024-11-01T16:32:57.1524380Z adding 'torch/include/ATen/ops/mul_native.h' 2024-11-01T16:32:57.1526020Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-11-01T16:32:57.1527490Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-11-01T16:32:57.1529170Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-11-01T16:32:57.1530640Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1532330Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1533760Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-11-01T16:32:57.1535190Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-11-01T16:32:57.1536640Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-11-01T16:32:57.1538040Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-11-01T16:32:57.1538910Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-11-01T16:32:57.1540640Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-11-01T16:32:57.1541990Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-11-01T16:32:57.1543470Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-11-01T16:32:57.1544900Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1545860Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1547430Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-11-01T16:32:57.1551380Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-11-01T16:32:57.1552000Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1552590Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-11-01T16:32:57.1553120Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-11-01T16:32:57.1553840Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-11-01T16:32:57.1555300Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-11-01T16:32:57.1556730Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-11-01T16:32:57.1558120Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-11-01T16:32:57.1559090Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-11-01T16:32:57.1560650Z adding 'torch/include/ATen/ops/multinomial.h' 2024-11-01T16:32:57.1562010Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-11-01T16:32:57.1563360Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-11-01T16:32:57.1564690Z adding 'torch/include/ATen/ops/multinomial_mps_dispatch.h' 2024-11-01T16:32:57.1566020Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-11-01T16:32:57.1567310Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-11-01T16:32:57.1568600Z adding 'torch/include/ATen/ops/multiply.h' 2024-11-01T16:32:57.1570020Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1570890Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-11-01T16:32:57.1572670Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-11-01T16:32:57.1573940Z adding 'torch/include/ATen/ops/mv.h' 2024-11-01T16:32:57.1575380Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1576230Z adding 'torch/include/ATen/ops/mv_native.h' 2024-11-01T16:32:57.1577870Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-11-01T16:32:57.1579320Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-11-01T16:32:57.1580690Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1581570Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-11-01T16:32:57.1583060Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-11-01T16:32:57.1584350Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-11-01T16:32:57.1585700Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-11-01T16:32:57.1587170Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-11-01T16:32:57.1588650Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1589550Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-11-01T16:32:57.1591140Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-11-01T16:32:57.1592450Z adding 'torch/include/ATen/ops/nan_to_num_mps_dispatch.h' 2024-11-01T16:32:57.1593740Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-11-01T16:32:57.1595170Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-11-01T16:32:57.1596550Z adding 'torch/include/ATen/ops/nanmean.h' 2024-11-01T16:32:57.1598010Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1599340Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-11-01T16:32:57.1600750Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-11-01T16:32:57.1602260Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-11-01T16:32:57.1603780Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1604830Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1606290Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-11-01T16:32:57.1607550Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-11-01T16:32:57.1608700Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-11-01T16:32:57.1610240Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-11-01T16:32:57.1611700Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-11-01T16:32:57.1613230Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1614460Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-11-01T16:32:57.1615920Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-11-01T16:32:57.1617260Z adding 'torch/include/ATen/ops/nansum.h' 2024-11-01T16:32:57.1618590Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-11-01T16:32:57.1619920Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-11-01T16:32:57.1621230Z adding 'torch/include/ATen/ops/nansum_mps_dispatch.h' 2024-11-01T16:32:57.1622490Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-11-01T16:32:57.1623900Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-11-01T16:32:57.1625310Z adding 'torch/include/ATen/ops/narrow.h' 2024-11-01T16:32:57.1626850Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1628220Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-11-01T16:32:57.1629710Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1630750Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-11-01T16:32:57.1632180Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-11-01T16:32:57.1633540Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-11-01T16:32:57.1634980Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-11-01T16:32:57.1636390Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-11-01T16:32:57.1637810Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-11-01T16:32:57.1639300Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-11-01T16:32:57.1640830Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1641890Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1643430Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1644650Z adding 'torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h' 2024-11-01T16:32:57.1645980Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-11-01T16:32:57.1647510Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-11-01T16:32:57.1648890Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-11-01T16:32:57.1650210Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-11-01T16:32:57.1651610Z adding 'torch/include/ATen/ops/native_batch_norm_mps_dispatch.h' 2024-11-01T16:32:57.1652920Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-11-01T16:32:57.1654500Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-11-01T16:32:57.1655880Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-11-01T16:32:57.1657340Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1658330Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-11-01T16:32:57.1659780Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-11-01T16:32:57.1661180Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-11-01T16:32:57.1662440Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-11-01T16:32:57.1666930Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-11-01T16:32:57.1667540Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1668160Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1668690Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1669190Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-11-01T16:32:57.1670550Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-11-01T16:32:57.1672010Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1672920Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-11-01T16:32:57.1674430Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-11-01T16:32:57.1675720Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-11-01T16:32:57.1677130Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-11-01T16:32:57.1678760Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-11-01T16:32:57.1680600Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-11-01T16:32:57.1682180Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1683200Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1684810Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1686190Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-11-01T16:32:57.1687740Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-11-01T16:32:57.1689270Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1690290Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-11-01T16:32:57.1691950Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-11-01T16:32:57.1693260Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-11-01T16:32:57.1694710Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-11-01T16:32:57.1696370Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-11-01T16:32:57.1698160Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-11-01T16:32:57.1699700Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1700990Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1702340Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1703660Z adding 'torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h' 2024-11-01T16:32:57.1704970Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-11-01T16:32:57.1706450Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-11-01T16:32:57.1707950Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1709380Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-11-01T16:32:57.1710740Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-11-01T16:32:57.1711700Z adding 'torch/include/ATen/ops/native_layer_norm_mps_dispatch.h' 2024-11-01T16:32:57.1713340Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-11-01T16:32:57.1714890Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-11-01T16:32:57.1716340Z adding 'torch/include/ATen/ops/native_norm.h' 2024-11-01T16:32:57.1717840Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1718750Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-11-01T16:32:57.1720510Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-11-01T16:32:57.1721870Z adding 'torch/include/ATen/ops/ne.h' 2024-11-01T16:32:57.1723430Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1724370Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-11-01T16:32:57.1726030Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-11-01T16:32:57.1727270Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-11-01T16:32:57.1728550Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-11-01T16:32:57.1729850Z adding 'torch/include/ATen/ops/ne_mps_dispatch.h' 2024-11-01T16:32:57.1731350Z adding 'torch/include/ATen/ops/ne_native.h' 2024-11-01T16:32:57.1732930Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-11-01T16:32:57.1734410Z adding 'torch/include/ATen/ops/neg.h' 2024-11-01T16:32:57.1735830Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1737180Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-11-01T16:32:57.1738430Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-11-01T16:32:57.1739690Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-11-01T16:32:57.1741000Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-11-01T16:32:57.1742280Z adding 'torch/include/ATen/ops/neg_mps_dispatch.h' 2024-11-01T16:32:57.1743640Z adding 'torch/include/ATen/ops/neg_native.h' 2024-11-01T16:32:57.1745070Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-11-01T16:32:57.1746380Z adding 'torch/include/ATen/ops/negative.h' 2024-11-01T16:32:57.1747860Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1748680Z adding 'torch/include/ATen/ops/negative_native.h' 2024-11-01T16:32:57.1750330Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-11-01T16:32:57.1751680Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-11-01T16:32:57.1753120Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1754060Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-11-01T16:32:57.1755670Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-11-01T16:32:57.1757120Z adding 'torch/include/ATen/ops/new_empty.h' 2024-11-01T16:32:57.1758700Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1760050Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-11-01T16:32:57.1761350Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-11-01T16:32:57.1762990Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-11-01T16:32:57.1764510Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1766090Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1766960Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-11-01T16:32:57.1768660Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-11-01T16:32:57.1770270Z adding 'torch/include/ATen/ops/new_full.h' 2024-11-01T16:32:57.1771810Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1773150Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-11-01T16:32:57.1774490Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-11-01T16:32:57.1776000Z adding 'torch/include/ATen/ops/new_ones.h' 2024-11-01T16:32:57.1777550Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1778880Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-11-01T16:32:57.1780180Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-11-01T16:32:57.1781640Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-11-01T16:32:57.1785340Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1785830Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-11-01T16:32:57.1786190Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-11-01T16:32:57.1786620Z adding 'torch/include/ATen/ops/nextafter.h' 2024-11-01T16:32:57.1788390Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1789220Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-11-01T16:32:57.1790660Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-11-01T16:32:57.1791890Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-11-01T16:32:57.1793180Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-11-01T16:32:57.1794360Z adding 'torch/include/ATen/ops/nextafter_mps_dispatch.h' 2024-11-01T16:32:57.1795610Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-11-01T16:32:57.1796970Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-11-01T16:32:57.1798620Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-11-01T16:32:57.1800120Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-11-01T16:32:57.1801780Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-11-01T16:32:57.1803300Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1804680Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1805640Z adding 'torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h' 2024-11-01T16:32:57.1807240Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-11-01T16:32:57.1808690Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-11-01T16:32:57.1810190Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1811600Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-11-01T16:32:57.1813060Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-11-01T16:32:57.1814440Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-11-01T16:32:57.1815720Z adding 'torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h' 2024-11-01T16:32:57.1817060Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-11-01T16:32:57.1818430Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-11-01T16:32:57.1819700Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-11-01T16:32:57.1821160Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-11-01T16:32:57.1822850Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-11-01T16:32:57.1824440Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1825380Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-11-01T16:32:57.1826980Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-11-01T16:32:57.1828330Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-11-01T16:32:57.1829560Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-11-01T16:32:57.1830840Z adding 'torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h' 2024-11-01T16:32:57.1832220Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-11-01T16:32:57.1833610Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-11-01T16:32:57.1835140Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1836640Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-11-01T16:32:57.1838230Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1839690Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-11-01T16:32:57.1841010Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-11-01T16:32:57.1842310Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-11-01T16:32:57.1843700Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-11-01T16:32:57.1845060Z adding 'torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h' 2024-11-01T16:32:57.1845980Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-11-01T16:32:57.1848010Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-11-01T16:32:57.1849280Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-11-01T16:32:57.1850620Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-11-01T16:32:57.1852150Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1853520Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-11-01T16:32:57.1854860Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-11-01T16:32:57.1856230Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-11-01T16:32:57.1857620Z adding 'torch/include/ATen/ops/nonzero.h' 2024-11-01T16:32:57.1858970Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-11-01T16:32:57.1860300Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-11-01T16:32:57.1861570Z adding 'torch/include/ATen/ops/nonzero_mps_dispatch.h' 2024-11-01T16:32:57.1862810Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-11-01T16:32:57.1864090Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-11-01T16:32:57.1865520Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1866400Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-11-01T16:32:57.1867970Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-11-01T16:32:57.1869320Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-11-01T16:32:57.1870640Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-11-01T16:32:57.1871960Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-11-01T16:32:57.1873240Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-11-01T16:32:57.1874530Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-11-01T16:32:57.1876130Z adding 'torch/include/ATen/ops/norm.h' 2024-11-01T16:32:57.1877640Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1878740Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1880260Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1881590Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-11-01T16:32:57.1882830Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-11-01T16:32:57.1884050Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-11-01T16:32:57.1885420Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1886200Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-11-01T16:32:57.1887810Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-11-01T16:32:57.1889100Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-11-01T16:32:57.1890390Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-11-01T16:32:57.1891700Z adding 'torch/include/ATen/ops/norm_mps_dispatch.h' 2024-11-01T16:32:57.1892990Z adding 'torch/include/ATen/ops/norm_native.h' 2024-11-01T16:32:57.1894810Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-11-01T16:32:57.1896830Z adding 'torch/include/ATen/ops/normal.h' 2024-11-01T16:32:57.1898390Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1902020Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-11-01T16:32:57.1902420Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-11-01T16:32:57.1902820Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-11-01T16:32:57.1903340Z adding 'torch/include/ATen/ops/normal_mps_dispatch.h' 2024-11-01T16:32:57.1905110Z adding 'torch/include/ATen/ops/normal_native.h' 2024-11-01T16:32:57.1907000Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-11-01T16:32:57.1908380Z adding 'torch/include/ATen/ops/not_equal.h' 2024-11-01T16:32:57.1909870Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1911220Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-11-01T16:32:57.1912620Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-11-01T16:32:57.1914010Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-11-01T16:32:57.1915520Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1916420Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-11-01T16:32:57.1918120Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-11-01T16:32:57.1919350Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-11-01T16:32:57.1920830Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1922200Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-11-01T16:32:57.1923420Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-11-01T16:32:57.1924650Z adding 'torch/include/ATen/ops/one_hot.h' 2024-11-01T16:32:57.1926210Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1927520Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-11-01T16:32:57.1928750Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-11-01T16:32:57.1930480Z adding 'torch/include/ATen/ops/ones.h' 2024-11-01T16:32:57.1932070Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1933480Z adding 'torch/include/ATen/ops/ones_like.h' 2024-11-01T16:32:57.1934840Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1936160Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-11-01T16:32:57.1937530Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-11-01T16:32:57.1938860Z adding 'torch/include/ATen/ops/ones_native.h' 2024-11-01T16:32:57.1940390Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-11-01T16:32:57.1941820Z adding 'torch/include/ATen/ops/or.h' 2024-11-01T16:32:57.1943280Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1944190Z adding 'torch/include/ATen/ops/or_native.h' 2024-11-01T16:32:57.1945830Z adding 'torch/include/ATen/ops/or_ops.h' 2024-11-01T16:32:57.1947180Z adding 'torch/include/ATen/ops/orgqr.h' 2024-11-01T16:32:57.1948680Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1949570Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-11-01T16:32:57.1951110Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-11-01T16:32:57.1952420Z adding 'torch/include/ATen/ops/ormqr.h' 2024-11-01T16:32:57.1953830Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-11-01T16:32:57.1955150Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-11-01T16:32:57.1956430Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-11-01T16:32:57.1957780Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-11-01T16:32:57.1959100Z adding 'torch/include/ATen/ops/outer.h' 2024-11-01T16:32:57.1960630Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1961490Z adding 'torch/include/ATen/ops/outer_native.h' 2024-11-01T16:32:57.1963160Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-11-01T16:32:57.1964410Z adding 'torch/include/ATen/ops/output_nr.h' 2024-11-01T16:32:57.1965950Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1966800Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-11-01T16:32:57.1968370Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-11-01T16:32:57.1969710Z adding 'torch/include/ATen/ops/pad.h' 2024-11-01T16:32:57.1971230Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1972540Z adding 'torch/include/ATen/ops/pad_native.h' 2024-11-01T16:32:57.1973820Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-11-01T16:32:57.1975190Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-11-01T16:32:57.1976760Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1977640Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-11-01T16:32:57.1979210Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-11-01T16:32:57.1980510Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-11-01T16:32:57.1981950Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1983350Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-11-01T16:32:57.1984670Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-11-01T16:32:57.1985880Z adding 'torch/include/ATen/ops/pdist.h' 2024-11-01T16:32:57.1987230Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.1988000Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-11-01T16:32:57.1989570Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-11-01T16:32:57.1990760Z adding 'torch/include/ATen/ops/permute.h' 2024-11-01T16:32:57.1992170Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1993040Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-11-01T16:32:57.1994720Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.1995770Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.1997200Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-11-01T16:32:57.1998450Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-11-01T16:32:57.1999700Z adding 'torch/include/ATen/ops/permute_mps_dispatch.h' 2024-11-01T16:32:57.2000900Z adding 'torch/include/ATen/ops/permute_native.h' 2024-11-01T16:32:57.2002160Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-11-01T16:32:57.2003370Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-11-01T16:32:57.2004800Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2005900Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-11-01T16:32:57.2007210Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-11-01T16:32:57.2008480Z adding 'torch/include/ATen/ops/pinverse.h' 2024-11-01T16:32:57.2009850Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2011000Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-11-01T16:32:57.2012350Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-11-01T16:32:57.2013660Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-11-01T16:32:57.2015110Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2016520Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2017670Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-11-01T16:32:57.2018920Z adding 'torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h' 2024-11-01T16:32:57.2020220Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-11-01T16:32:57.2021650Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-11-01T16:32:57.2022960Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-11-01T16:32:57.2024370Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2025770Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2026990Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-11-01T16:32:57.2028170Z adding 'torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h' 2024-11-01T16:32:57.2032420Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-11-01T16:32:57.2032740Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-11-01T16:32:57.2032870Z adding 'torch/include/ATen/ops/poisson.h' 2024-11-01T16:32:57.2033140Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2034640Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-11-01T16:32:57.2035830Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-11-01T16:32:57.2037010Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-11-01T16:32:57.2038260Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-11-01T16:32:57.2039690Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2040760Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-11-01T16:32:57.2042260Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-11-01T16:32:57.2043650Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-11-01T16:32:57.2044920Z adding 'torch/include/ATen/ops/polar.h' 2024-11-01T16:32:57.2046360Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2047550Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-11-01T16:32:57.2048900Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-11-01T16:32:57.2050060Z adding 'torch/include/ATen/ops/polar_mps_dispatch.h' 2024-11-01T16:32:57.2051300Z adding 'torch/include/ATen/ops/polar_native.h' 2024-11-01T16:32:57.2052620Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-11-01T16:32:57.2053930Z adding 'torch/include/ATen/ops/polygamma.h' 2024-11-01T16:32:57.2055330Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2056750Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2057920Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-11-01T16:32:57.2059190Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-11-01T16:32:57.2060380Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-11-01T16:32:57.2061690Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-11-01T16:32:57.2062900Z adding 'torch/include/ATen/ops/polygamma_mps_dispatch.h' 2024-11-01T16:32:57.2064180Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-11-01T16:32:57.2065530Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-11-01T16:32:57.2066750Z adding 'torch/include/ATen/ops/positive.h' 2024-11-01T16:32:57.2068200Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2069310Z adding 'torch/include/ATen/ops/positive_native.h' 2024-11-01T16:32:57.2070600Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-11-01T16:32:57.2071960Z adding 'torch/include/ATen/ops/pow.h' 2024-11-01T16:32:57.2073490Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2074650Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-11-01T16:32:57.2075910Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-11-01T16:32:57.2077160Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-11-01T16:32:57.2078460Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-11-01T16:32:57.2079710Z adding 'torch/include/ATen/ops/pow_mps_dispatch.h' 2024-11-01T16:32:57.2081030Z adding 'torch/include/ATen/ops/pow_native.h' 2024-11-01T16:32:57.2082640Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-11-01T16:32:57.2083930Z adding 'torch/include/ATen/ops/prelu.h' 2024-11-01T16:32:57.2085360Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2086520Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-11-01T16:32:57.2087840Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-11-01T16:32:57.2089280Z adding 'torch/include/ATen/ops/prod.h' 2024-11-01T16:32:57.2090700Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2092060Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2093350Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2094560Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-11-01T16:32:57.2095860Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-11-01T16:32:57.2097170Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-11-01T16:32:57.2098520Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-11-01T16:32:57.2099800Z adding 'torch/include/ATen/ops/prod_mps_dispatch.h' 2024-11-01T16:32:57.2101140Z adding 'torch/include/ATen/ops/prod_native.h' 2024-11-01T16:32:57.2102720Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-11-01T16:32:57.2104030Z adding 'torch/include/ATen/ops/promote_types.h' 2024-11-01T16:32:57.2105480Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2106620Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-11-01T16:32:57.2107960Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-11-01T16:32:57.2109280Z adding 'torch/include/ATen/ops/put.h' 2024-11-01T16:32:57.2110750Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2111920Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-11-01T16:32:57.2113180Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-11-01T16:32:57.2114380Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-11-01T16:32:57.2115680Z adding 'torch/include/ATen/ops/put_native.h' 2024-11-01T16:32:57.2117060Z adding 'torch/include/ATen/ops/put_ops.h' 2024-11-01T16:32:57.2118360Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-11-01T16:32:57.2119600Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-11-01T16:32:57.2120860Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-11-01T16:32:57.2122120Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-11-01T16:32:57.2123570Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2124750Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-11-01T16:32:57.2126090Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-11-01T16:32:57.2127380Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-11-01T16:32:57.2128800Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2129930Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-11-01T16:32:57.2131260Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-11-01T16:32:57.2132460Z adding 'torch/include/ATen/ops/q_scale.h' 2024-11-01T16:32:57.2133700Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-11-01T16:32:57.2134940Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-11-01T16:32:57.2136210Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-11-01T16:32:57.2137260Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-11-01T16:32:57.2138750Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-11-01T16:32:57.2140060Z adding 'torch/include/ATen/ops/qr.h' 2024-11-01T16:32:57.2141570Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2142670Z adding 'torch/include/ATen/ops/qr_native.h' 2024-11-01T16:32:57.2144100Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-11-01T16:32:57.2145320Z adding 'torch/include/ATen/ops/qscheme.h' 2024-11-01T16:32:57.2146580Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-11-01T16:32:57.2147890Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-11-01T16:32:57.2149260Z adding 'torch/include/ATen/ops/quantile.h' 2024-11-01T16:32:57.2150760Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2152250Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-11-01T16:32:57.2153790Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-11-01T16:32:57.2155160Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-11-01T16:32:57.2156600Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2157860Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-11-01T16:32:57.2159230Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-11-01T16:32:57.2160470Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-11-01T16:32:57.2161900Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-11-01T16:32:57.2163470Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-11-01T16:32:57.2165000Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2166200Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-11-01T16:32:57.2167480Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-11-01T16:32:57.2168740Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-11-01T16:32:57.2170190Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2171440Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-11-01T16:32:57.2172710Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-11-01T16:32:57.2174020Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-11-01T16:32:57.2175370Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-11-01T16:32:57.2176670Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-11-01T16:32:57.2178270Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-11-01T16:32:57.2179660Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-11-01T16:32:57.2181140Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2182240Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-11-01T16:32:57.2183630Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-11-01T16:32:57.2184930Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-11-01T16:32:57.2186410Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2187630Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-11-01T16:32:57.2189080Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-11-01T16:32:57.2190400Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-11-01T16:32:57.2191870Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2193060Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-11-01T16:32:57.2194450Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-11-01T16:32:57.2195830Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-11-01T16:32:57.2197310Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2198470Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-11-01T16:32:57.2199870Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-11-01T16:32:57.2201230Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-11-01T16:32:57.2202750Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2204100Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-11-01T16:32:57.2205550Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-11-01T16:32:57.2206880Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-11-01T16:32:57.2208360Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2209530Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-11-01T16:32:57.2210900Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-11-01T16:32:57.2212230Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-11-01T16:32:57.2213730Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2214900Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-11-01T16:32:57.2216410Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-11-01T16:32:57.2217730Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-11-01T16:32:57.2219150Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2220300Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-11-01T16:32:57.2221700Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-11-01T16:32:57.2222920Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-11-01T16:32:57.2224390Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2225660Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-11-01T16:32:57.2227040Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-11-01T16:32:57.2229470Z adding 'torch/include/ATen/ops/rand.h' 2024-11-01T16:32:57.2231920Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2233300Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2234660Z adding 'torch/include/ATen/ops/rand_like.h' 2024-11-01T16:32:57.2236170Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2237200Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-11-01T16:32:57.2238590Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-11-01T16:32:57.2239990Z adding 'torch/include/ATen/ops/rand_native.h' 2024-11-01T16:32:57.2241640Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-11-01T16:32:57.2244210Z adding 'torch/include/ATen/ops/randint.h' 2024-11-01T16:32:57.2246090Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2248020Z adding 'torch/include/ATen/ops/randint_like.h' 2024-11-01T16:32:57.2249680Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2250880Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-11-01T16:32:57.2255360Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-11-01T16:32:57.2255660Z adding 'torch/include/ATen/ops/randint_native.h' 2024-11-01T16:32:57.2255790Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-11-01T16:32:57.2257720Z adding 'torch/include/ATen/ops/randn.h' 2024-11-01T16:32:57.2259640Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2260820Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2261990Z adding 'torch/include/ATen/ops/randn_like.h' 2024-11-01T16:32:57.2263600Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2265010Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:32:57.2266110Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-11-01T16:32:57.2267510Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-11-01T16:32:57.2268860Z adding 'torch/include/ATen/ops/randn_native.h' 2024-11-01T16:32:57.2270540Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-11-01T16:32:57.2271970Z adding 'torch/include/ATen/ops/random.h' 2024-11-01T16:32:57.2273470Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2274640Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-11-01T16:32:57.2275830Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-11-01T16:32:57.2277050Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-11-01T16:32:57.2278210Z adding 'torch/include/ATen/ops/random_mps_dispatch.h' 2024-11-01T16:32:57.2279480Z adding 'torch/include/ATen/ops/random_native.h' 2024-11-01T16:32:57.2281080Z adding 'torch/include/ATen/ops/random_ops.h' 2024-11-01T16:32:57.2282790Z adding 'torch/include/ATen/ops/randperm.h' 2024-11-01T16:32:57.2284300Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2285460Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-11-01T16:32:57.2286670Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-11-01T16:32:57.2287850Z adding 'torch/include/ATen/ops/randperm_mps_dispatch.h' 2024-11-01T16:32:57.2289100Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-11-01T16:32:57.2290540Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-11-01T16:32:57.2291940Z adding 'torch/include/ATen/ops/range.h' 2024-11-01T16:32:57.2293410Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2294550Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-11-01T16:32:57.2295730Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-11-01T16:32:57.2296900Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-11-01T16:32:57.2298060Z adding 'torch/include/ATen/ops/range_mps_dispatch.h' 2024-11-01T16:32:57.2299300Z adding 'torch/include/ATen/ops/range_native.h' 2024-11-01T16:32:57.2300730Z adding 'torch/include/ATen/ops/range_ops.h' 2024-11-01T16:32:57.2301940Z adding 'torch/include/ATen/ops/ravel.h' 2024-11-01T16:32:57.2303380Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2304590Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-11-01T16:32:57.2305780Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-11-01T16:32:57.2306930Z adding 'torch/include/ATen/ops/real.h' 2024-11-01T16:32:57.2308310Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2309380Z adding 'torch/include/ATen/ops/real_native.h' 2024-11-01T16:32:57.2310610Z adding 'torch/include/ATen/ops/real_ops.h' 2024-11-01T16:32:57.2311880Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-11-01T16:32:57.2313350Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2314420Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-11-01T16:32:57.2315630Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-11-01T16:32:57.2316820Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-11-01T16:32:57.2318030Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-11-01T16:32:57.2319210Z adding 'torch/include/ATen/ops/reciprocal_mps_dispatch.h' 2024-11-01T16:32:57.2320410Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-11-01T16:32:57.2321740Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-11-01T16:32:57.2322910Z adding 'torch/include/ATen/ops/record_stream.h' 2024-11-01T16:32:57.2324190Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-11-01T16:32:57.2325350Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-11-01T16:32:57.2326600Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-11-01T16:32:57.2327750Z adding 'torch/include/ATen/ops/refine_names.h' 2024-11-01T16:32:57.2329150Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2330240Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-11-01T16:32:57.2331490Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-11-01T16:32:57.2332920Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-11-01T16:32:57.2334490Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-11-01T16:32:57.2335910Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2337060Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2338300Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2339510Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-11-01T16:32:57.2340810Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-11-01T16:32:57.2342020Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h' 2024-11-01T16:32:57.2343220Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-11-01T16:32:57.2344590Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-11-01T16:32:57.2346380Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2347520Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-11-01T16:32:57.2348710Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-11-01T16:32:57.2349870Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-11-01T16:32:57.2350770Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-11-01T16:32:57.2352080Z adding 'torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h' 2024-11-01T16:32:57.2352930Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-11-01T16:32:57.2354230Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-11-01T16:32:57.2355460Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-11-01T16:32:57.2356800Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-11-01T16:32:57.2358040Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2358910Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2360260Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h' 2024-11-01T16:32:57.2360870Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-11-01T16:32:57.2362280Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-11-01T16:32:57.2363490Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-11-01T16:32:57.2364030Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-11-01T16:32:57.2365300Z adding 'torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h' 2024-11-01T16:32:57.2366160Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-11-01T16:32:57.2367430Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-11-01T16:32:57.2368650Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-11-01T16:32:57.2369940Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-11-01T16:32:57.2371370Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2371890Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2373180Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2374360Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-11-01T16:32:57.2375020Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-11-01T16:32:57.2376290Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h' 2024-11-01T16:32:57.2377490Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-11-01T16:32:57.2378350Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-11-01T16:32:57.2379750Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2380380Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-11-01T16:32:57.2381580Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-11-01T16:32:57.2382420Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-11-01T16:32:57.2383670Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-11-01T16:32:57.2384250Z adding 'torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h' 2024-11-01T16:32:57.2385500Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-11-01T16:32:57.2386710Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-11-01T16:32:57.2387530Z adding 'torch/include/ATen/ops/relu.h' 2024-11-01T16:32:57.2388720Z adding 'torch/include/ATen/ops/relu6.h' 2024-11-01T16:32:57.2389740Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2390790Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-11-01T16:32:57.2391840Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-11-01T16:32:57.2392820Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2393950Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-11-01T16:32:57.2394470Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-11-01T16:32:57.2395720Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-11-01T16:32:57.2396580Z adding 'torch/include/ATen/ops/relu_mps_dispatch.h' 2024-11-01T16:32:57.2397650Z adding 'torch/include/ATen/ops/relu_native.h' 2024-11-01T16:32:57.2398860Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-11-01T16:32:57.2400060Z adding 'torch/include/ATen/ops/remainder.h' 2024-11-01T16:32:57.2401050Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2402330Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2402820Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-11-01T16:32:57.2404150Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-11-01T16:32:57.2404990Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-11-01T16:32:57.2406100Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-11-01T16:32:57.2407000Z adding 'torch/include/ATen/ops/remainder_mps_dispatch.h' 2024-11-01T16:32:57.2408170Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-11-01T16:32:57.2409420Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-11-01T16:32:57.2410440Z adding 'torch/include/ATen/ops/rename.h' 2024-11-01T16:32:57.2411430Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2412520Z adding 'torch/include/ATen/ops/rename_native.h' 2024-11-01T16:32:57.2413390Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-11-01T16:32:57.2414580Z adding 'torch/include/ATen/ops/renorm.h' 2024-11-01T16:32:57.2415620Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2416680Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-11-01T16:32:57.2417740Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-11-01T16:32:57.2418310Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-11-01T16:32:57.2419580Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-11-01T16:32:57.2420450Z adding 'torch/include/ATen/ops/renorm_mps_dispatch.h' 2024-11-01T16:32:57.2421650Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-11-01T16:32:57.2422510Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-11-01T16:32:57.2423810Z adding 'torch/include/ATen/ops/repeat.h' 2024-11-01T16:32:57.2424990Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2426300Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-11-01T16:32:57.2427510Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2428730Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2429180Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-11-01T16:32:57.2430420Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-11-01T16:32:57.2431290Z adding 'torch/include/ATen/ops/repeat_interleave_mps_dispatch.h' 2024-11-01T16:32:57.2432490Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-11-01T16:32:57.2433680Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-11-01T16:32:57.2434610Z adding 'torch/include/ATen/ops/repeat_mps_dispatch.h' 2024-11-01T16:32:57.2435460Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-11-01T16:32:57.2436710Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-11-01T16:32:57.2437950Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-11-01T16:32:57.2439230Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-11-01T16:32:57.2440880Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2441480Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2442800Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2443660Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-11-01T16:32:57.2444770Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-11-01T16:32:57.2449710Z adding 'torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h' 2024-11-01T16:32:57.2450100Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-11-01T16:32:57.2450320Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-11-01T16:32:57.2450690Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2451220Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-11-01T16:32:57.2452750Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-11-01T16:32:57.2453940Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-11-01T16:32:57.2455230Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-11-01T16:32:57.2456440Z adding 'torch/include/ATen/ops/replication_pad1d_mps_dispatch.h' 2024-11-01T16:32:57.2457710Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-11-01T16:32:57.2458980Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-11-01T16:32:57.2460410Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-11-01T16:32:57.2461900Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-11-01T16:32:57.2463260Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2464520Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2465760Z adding 'torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h' 2024-11-01T16:32:57.2466980Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-11-01T16:32:57.2468310Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-11-01T16:32:57.2469720Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2470830Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-11-01T16:32:57.2472070Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-11-01T16:32:57.2473280Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-11-01T16:32:57.2474580Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-11-01T16:32:57.2475920Z adding 'torch/include/ATen/ops/replication_pad2d_mps_dispatch.h' 2024-11-01T16:32:57.2477120Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-11-01T16:32:57.2478360Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-11-01T16:32:57.2479780Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-11-01T16:32:57.2481280Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-11-01T16:32:57.2482630Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2483860Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2485080Z adding 'torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h' 2024-11-01T16:32:57.2486320Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-11-01T16:32:57.2487680Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-11-01T16:32:57.2489090Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2490180Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-11-01T16:32:57.2491410Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-11-01T16:32:57.2492630Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-11-01T16:32:57.2493850Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-11-01T16:32:57.2495070Z adding 'torch/include/ATen/ops/replication_pad3d_mps_dispatch.h' 2024-11-01T16:32:57.2496310Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-11-01T16:32:57.2497610Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-11-01T16:32:57.2498910Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-11-01T16:32:57.2500280Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2501370Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-11-01T16:32:57.2502590Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-11-01T16:32:57.2503810Z adding 'torch/include/ATen/ops/reshape.h' 2024-11-01T16:32:57.2505020Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-11-01T16:32:57.2506400Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2507680Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:32:57.2508720Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-11-01T16:32:57.2509980Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-11-01T16:32:57.2511320Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2512610Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:32:57.2513700Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-11-01T16:32:57.2514910Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-11-01T16:32:57.2516440Z adding 'torch/include/ATen/ops/resize.h' 2024-11-01T16:32:57.2517810Z adding 'torch/include/ATen/ops/resize_as.h' 2024-11-01T16:32:57.2519270Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2520390Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-11-01T16:32:57.2521760Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-11-01T16:32:57.2523060Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-11-01T16:32:57.2524460Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2525610Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-11-01T16:32:57.2526820Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-11-01T16:32:57.2528170Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-11-01T16:32:57.2529580Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2530730Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-11-01T16:32:57.2531950Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-11-01T16:32:57.2533170Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-11-01T16:32:57.2534380Z adding 'torch/include/ATen/ops/resize_mps_dispatch.h' 2024-11-01T16:32:57.2535570Z adding 'torch/include/ATen/ops/resize_native.h' 2024-11-01T16:32:57.2536940Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-11-01T16:32:57.2538190Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-11-01T16:32:57.2539580Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2540780Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-11-01T16:32:57.2541940Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-11-01T16:32:57.2543100Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-11-01T16:32:57.2544490Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2545600Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-11-01T16:32:57.2546850Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-11-01T16:32:57.2548010Z adding 'torch/include/ATen/ops/result_type.h' 2024-11-01T16:32:57.2549170Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2550100Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-11-01T16:32:57.2551300Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-11-01T16:32:57.2552360Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-11-01T16:32:57.2553560Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2554470Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-11-01T16:32:57.2555540Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-11-01T16:32:57.2556510Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-11-01T16:32:57.2557720Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2558810Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-11-01T16:32:57.2559850Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-11-01T16:32:57.2560870Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-11-01T16:32:57.2561850Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2562950Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-11-01T16:32:57.2563980Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-11-01T16:32:57.2565200Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-11-01T16:32:57.2565830Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-11-01T16:32:57.2567310Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2567940Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-11-01T16:32:57.2569290Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-11-01T16:32:57.2570540Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2571170Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-11-01T16:32:57.2572590Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-11-01T16:32:57.2573790Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-11-01T16:32:57.2574640Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-11-01T16:32:57.2576000Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2576520Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-11-01T16:32:57.2577890Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-11-01T16:32:57.2579060Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2579840Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-11-01T16:32:57.2581180Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-11-01T16:32:57.2582350Z adding 'torch/include/ATen/ops/roll.h' 2024-11-01T16:32:57.2583650Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2584180Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-11-01T16:32:57.2585490Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-11-01T16:32:57.2586360Z adding 'torch/include/ATen/ops/roll_mps_dispatch.h' 2024-11-01T16:32:57.2587400Z adding 'torch/include/ATen/ops/roll_native.h' 2024-11-01T16:32:57.2588590Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-11-01T16:32:57.2589440Z adding 'torch/include/ATen/ops/rot90.h' 2024-11-01T16:32:57.2590790Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2591540Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-11-01T16:32:57.2592820Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-11-01T16:32:57.2594010Z adding 'torch/include/ATen/ops/round.h' 2024-11-01T16:32:57.2595040Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2596120Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-11-01T16:32:57.2597020Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-11-01T16:32:57.2597990Z adding 'torch/include/ATen/ops/round_meta.h' 2024-11-01T16:32:57.2599090Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-11-01T16:32:57.2599950Z adding 'torch/include/ATen/ops/round_mps_dispatch.h' 2024-11-01T16:32:57.2601100Z adding 'torch/include/ATen/ops/round_native.h' 2024-11-01T16:32:57.2602310Z adding 'torch/include/ATen/ops/round_ops.h' 2024-11-01T16:32:57.2603210Z adding 'torch/include/ATen/ops/row_indices.h' 2024-11-01T16:32:57.2604530Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2605270Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-11-01T16:32:57.2606560Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2607370Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2608460Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-11-01T16:32:57.2609700Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-11-01T16:32:57.2610190Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-11-01T16:32:57.2611530Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-11-01T16:32:57.2612380Z adding 'torch/include/ATen/ops/row_stack.h' 2024-11-01T16:32:57.2613710Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2614470Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-11-01T16:32:57.2615660Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-11-01T16:32:57.2616850Z adding 'torch/include/ATen/ops/rrelu.h' 2024-11-01T16:32:57.2617840Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2618930Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-11-01T16:32:57.2619780Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-11-01T16:32:57.2621200Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-11-01T16:32:57.2622430Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-11-01T16:32:57.2623450Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2624560Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-11-01T16:32:57.2625760Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-11-01T16:32:57.2626630Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-11-01T16:32:57.2627870Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-11-01T16:32:57.2628410Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-11-01T16:32:57.2629740Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-11-01T16:32:57.2630990Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-11-01T16:32:57.2631820Z adding 'torch/include/ATen/ops/rshift.h' 2024-11-01T16:32:57.2633170Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2633940Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-11-01T16:32:57.2635160Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-11-01T16:32:57.2635780Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-11-01T16:32:57.2637080Z adding 'torch/include/ATen/ops/rshift_mps_dispatch.h' 2024-11-01T16:32:57.2641170Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-11-01T16:32:57.2641520Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-11-01T16:32:57.2641640Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-11-01T16:32:57.2642140Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2642300Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-11-01T16:32:57.2643000Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-11-01T16:32:57.2644240Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-11-01T16:32:57.2645130Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-11-01T16:32:57.2646320Z adding 'torch/include/ATen/ops/rsqrt_mps_dispatch.h' 2024-11-01T16:32:57.2647350Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-11-01T16:32:57.2648200Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-11-01T16:32:57.2649440Z adding 'torch/include/ATen/ops/rsub.h' 2024-11-01T16:32:57.2650770Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2651260Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-11-01T16:32:57.2652520Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-11-01T16:32:57.2653330Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-11-01T16:32:57.2654660Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-11-01T16:32:57.2655860Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-11-01T16:32:57.2656870Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2657970Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-11-01T16:32:57.2659180Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-11-01T16:32:57.2660260Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-11-01T16:32:57.2661280Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2662400Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-11-01T16:32:57.2663260Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-11-01T16:32:57.2664540Z adding 'torch/include/ATen/ops/scatter.h' 2024-11-01T16:32:57.2665750Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-11-01T16:32:57.2666840Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2667550Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2668740Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-11-01T16:32:57.2669650Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-11-01T16:32:57.2670800Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-11-01T16:32:57.2671870Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-11-01T16:32:57.2672410Z adding 'torch/include/ATen/ops/scatter_add_mps_dispatch.h' 2024-11-01T16:32:57.2673680Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-11-01T16:32:57.2674870Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-11-01T16:32:57.2676130Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2676790Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2678090Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-11-01T16:32:57.2679320Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-11-01T16:32:57.2680160Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-11-01T16:32:57.2681390Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-11-01T16:32:57.2682250Z adding 'torch/include/ATen/ops/scatter_mps_dispatch.h' 2024-11-01T16:32:57.2683450Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-11-01T16:32:57.2685110Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-11-01T16:32:57.2686310Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-11-01T16:32:57.2687390Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2688480Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-11-01T16:32:57.2689360Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-11-01T16:32:57.2690530Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-11-01T16:32:57.2691620Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-11-01T16:32:57.2692180Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-11-01T16:32:57.2693610Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-11-01T16:32:57.2694780Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-11-01T16:32:57.2696050Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-11-01T16:32:57.2696920Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-11-01T16:32:57.2698130Z adding 'torch/include/ATen/ops/searchsorted_mps_dispatch.h' 2024-11-01T16:32:57.2698980Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-11-01T16:32:57.2700350Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-11-01T16:32:57.2701840Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-11-01T16:32:57.2703250Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2703720Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-11-01T16:32:57.2704940Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-11-01T16:32:57.2705790Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-11-01T16:32:57.2707150Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-11-01T16:32:57.2708200Z adding 'torch/include/ATen/ops/select.h' 2024-11-01T16:32:57.2709480Z adding 'torch/include/ATen/ops/select_backward.h' 2024-11-01T16:32:57.2710710Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2711640Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2712700Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-11-01T16:32:57.2713580Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-11-01T16:32:57.2714870Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2715760Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2716930Z adding 'torch/include/ATen/ops/select_copy.h' 2024-11-01T16:32:57.2718270Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2718890Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2720070Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-11-01T16:32:57.2721250Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-11-01T16:32:57.2721930Z adding 'torch/include/ATen/ops/select_native.h' 2024-11-01T16:32:57.2723240Z adding 'torch/include/ATen/ops/select_ops.h' 2024-11-01T16:32:57.2724500Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-11-01T16:32:57.2725580Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2726880Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2727390Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-11-01T16:32:57.2728850Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-11-01T16:32:57.2729900Z adding 'torch/include/ATen/ops/selu.h' 2024-11-01T16:32:57.2730970Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2732050Z adding 'torch/include/ATen/ops/selu_native.h' 2024-11-01T16:32:57.2732910Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-11-01T16:32:57.2734540Z adding 'torch/include/ATen/ops/set.h' 2024-11-01T16:32:57.2735840Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2736740Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2737870Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-11-01T16:32:57.2738950Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-11-01T16:32:57.2739460Z adding 'torch/include/ATen/ops/set_data.h' 2024-11-01T16:32:57.2740950Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2742040Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-11-01T16:32:57.2743090Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-11-01T16:32:57.2744320Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-11-01T16:32:57.2745400Z adding 'torch/include/ATen/ops/set_mps_dispatch.h' 2024-11-01T16:32:57.2746710Z adding 'torch/include/ATen/ops/set_native.h' 2024-11-01T16:32:57.2748500Z adding 'torch/include/ATen/ops/set_ops.h' 2024-11-01T16:32:57.2749710Z adding 'torch/include/ATen/ops/sgn.h' 2024-11-01T16:32:57.2751130Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2751720Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-11-01T16:32:57.2753160Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-11-01T16:32:57.2754240Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-11-01T16:32:57.2754920Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-11-01T16:32:57.2756310Z adding 'torch/include/ATen/ops/sgn_mps_dispatch.h' 2024-11-01T16:32:57.2757390Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-11-01T16:32:57.2758530Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-11-01T16:32:57.2759400Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-11-01T16:32:57.2760640Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-11-01T16:32:57.2761920Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2762530Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2763810Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2764990Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-11-01T16:32:57.2765900Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-11-01T16:32:57.2766770Z adding 'torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h' 2024-11-01T16:32:57.2767980Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-11-01T16:32:57.2768850Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-11-01T16:32:57.2770220Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2770750Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-11-01T16:32:57.2772030Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-11-01T16:32:57.2772920Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-11-01T16:32:57.2774120Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-11-01T16:32:57.2774600Z adding 'torch/include/ATen/ops/sigmoid_mps_dispatch.h' 2024-11-01T16:32:57.2775910Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-11-01T16:32:57.2777040Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-11-01T16:32:57.2778210Z adding 'torch/include/ATen/ops/sign.h' 2024-11-01T16:32:57.2779060Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2780220Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-11-01T16:32:57.2780800Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-11-01T16:32:57.2782010Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-11-01T16:32:57.2782880Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-11-01T16:32:57.2783930Z adding 'torch/include/ATen/ops/sign_mps_dispatch.h' 2024-11-01T16:32:57.2784970Z adding 'torch/include/ATen/ops/sign_native.h' 2024-11-01T16:32:57.2786160Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-11-01T16:32:57.2786990Z adding 'torch/include/ATen/ops/signbit.h' 2024-11-01T16:32:57.2788380Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2788890Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-11-01T16:32:57.2790190Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-11-01T16:32:57.2791030Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-11-01T16:32:57.2792260Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-11-01T16:32:57.2792720Z adding 'torch/include/ATen/ops/signbit_mps_dispatch.h' 2024-11-01T16:32:57.2794020Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-11-01T16:32:57.2795240Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-11-01T16:32:57.2796070Z adding 'torch/include/ATen/ops/silu.h' 2024-11-01T16:32:57.2797280Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-11-01T16:32:57.2798350Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2799070Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2800260Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2801130Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2802310Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-11-01T16:32:57.2802920Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-11-01T16:32:57.2804120Z adding 'torch/include/ATen/ops/silu_backward_mps_dispatch.h' 2024-11-01T16:32:57.2804970Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-11-01T16:32:57.2806200Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-11-01T16:32:57.2807400Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2807930Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-11-01T16:32:57.2809120Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-11-01T16:32:57.2810140Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-11-01T16:32:57.2811010Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-11-01T16:32:57.2812050Z adding 'torch/include/ATen/ops/silu_mps_dispatch.h' 2024-11-01T16:32:57.2816400Z adding 'torch/include/ATen/ops/silu_native.h' 2024-11-01T16:32:57.2816690Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-11-01T16:32:57.2816810Z adding 'torch/include/ATen/ops/sin.h' 2024-11-01T16:32:57.2817110Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2817310Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-11-01T16:32:57.2817810Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-11-01T16:32:57.2818710Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-11-01T16:32:57.2819950Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-11-01T16:32:57.2821030Z adding 'torch/include/ATen/ops/sin_mps_dispatch.h' 2024-11-01T16:32:57.2821840Z adding 'torch/include/ATen/ops/sin_native.h' 2024-11-01T16:32:57.2823040Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-11-01T16:32:57.2823770Z adding 'torch/include/ATen/ops/sinc.h' 2024-11-01T16:32:57.2825290Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2825750Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-11-01T16:32:57.2827070Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-11-01T16:32:57.2828080Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-11-01T16:32:57.2828590Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-11-01T16:32:57.2829850Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-11-01T16:32:57.2831030Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-11-01T16:32:57.2831860Z adding 'torch/include/ATen/ops/sinh.h' 2024-11-01T16:32:57.2833250Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2833570Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-11-01T16:32:57.2834820Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-11-01T16:32:57.2835640Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-11-01T16:32:57.2836840Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-11-01T16:32:57.2837350Z adding 'torch/include/ATen/ops/sinh_mps_dispatch.h' 2024-11-01T16:32:57.2838640Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-11-01T16:32:57.2839830Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-11-01T16:32:57.2840660Z adding 'torch/include/ATen/ops/size.h' 2024-11-01T16:32:57.2841970Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2842540Z adding 'torch/include/ATen/ops/size_native.h' 2024-11-01T16:32:57.2843900Z adding 'torch/include/ATen/ops/size_ops.h' 2024-11-01T16:32:57.2845080Z adding 'torch/include/ATen/ops/slice.h' 2024-11-01T16:32:57.2846350Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-11-01T16:32:57.2847700Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2848450Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-11-01T16:32:57.2849730Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-11-01T16:32:57.2850880Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2852060Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-11-01T16:32:57.2853390Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2854150Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2855270Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-11-01T16:32:57.2856360Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-11-01T16:32:57.2857570Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-11-01T16:32:57.2858580Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2859680Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-11-01T16:32:57.2860530Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-11-01T16:32:57.2861600Z adding 'torch/include/ATen/ops/slice_native.h' 2024-11-01T16:32:57.2862450Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-11-01T16:32:57.2863930Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-11-01T16:32:57.2865280Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2865980Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2867150Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-11-01T16:32:57.2868360Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-11-01T16:32:57.2869370Z adding 'torch/include/ATen/ops/slogdet.h' 2024-11-01T16:32:57.2870170Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2871350Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-11-01T16:32:57.2872240Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-11-01T16:32:57.2873650Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-11-01T16:32:57.2875010Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2876140Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-11-01T16:32:57.2877310Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-11-01T16:32:57.2878160Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-11-01T16:32:57.2879430Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-11-01T16:32:57.2880290Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-11-01T16:32:57.2881540Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-11-01T16:32:57.2882930Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-11-01T16:32:57.2884290Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2884860Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-11-01T16:32:57.2886200Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-11-01T16:32:57.2887280Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-11-01T16:32:57.2888540Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-11-01T16:32:57.2889750Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-11-01T16:32:57.2891440Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2892580Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-11-01T16:32:57.2893240Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-11-01T16:32:57.2894560Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-11-01T16:32:57.2895760Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-11-01T16:32:57.2897220Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-11-01T16:32:57.2898670Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2899290Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-11-01T16:32:57.2900650Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-11-01T16:32:57.2901850Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-11-01T16:32:57.2902770Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-11-01T16:32:57.2904010Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-11-01T16:32:57.2904850Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-11-01T16:32:57.2906460Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-11-01T16:32:57.2907770Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-11-01T16:32:57.2908420Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-11-01T16:32:57.2909720Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-11-01T16:32:57.2910930Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-11-01T16:32:57.2911720Z adding 'torch/include/ATen/ops/smm.h' 2024-11-01T16:32:57.2913040Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2913630Z adding 'torch/include/ATen/ops/smm_native.h' 2024-11-01T16:32:57.2914950Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-11-01T16:32:57.2916160Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-11-01T16:32:57.2917240Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-11-01T16:32:57.2918260Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2919430Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2920070Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2921280Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h' 2024-11-01T16:32:57.2922180Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-11-01T16:32:57.2923400Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-11-01T16:32:57.2924780Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2925200Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-11-01T16:32:57.2926490Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-11-01T16:32:57.2927320Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-11-01T16:32:57.2928580Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-11-01T16:32:57.2929200Z adding 'torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h' 2024-11-01T16:32:57.2930510Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-11-01T16:32:57.2931730Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-11-01T16:32:57.2932590Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-11-01T16:32:57.2933770Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-11-01T16:32:57.2934830Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2935920Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-11-01T16:32:57.2937100Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-11-01T16:32:57.2937840Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2939090Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-11-01T16:32:57.2939990Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-11-01T16:32:57.2941160Z adding 'torch/include/ATen/ops/softmax.h' 2024-11-01T16:32:57.2942150Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2943370Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2943950Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-11-01T16:32:57.2945370Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-11-01T16:32:57.2946730Z adding 'torch/include/ATen/ops/softplus.h' 2024-11-01T16:32:57.2948030Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-11-01T16:32:57.2949280Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2949890Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2951180Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2952040Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-11-01T16:32:57.2953260Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-11-01T16:32:57.2953870Z adding 'torch/include/ATen/ops/softplus_backward_mps_dispatch.h' 2024-11-01T16:32:57.2955200Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-11-01T16:32:57.2956420Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-11-01T16:32:57.2957460Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2958520Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-11-01T16:32:57.2959400Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-11-01T16:32:57.2960250Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-11-01T16:32:57.2961500Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-11-01T16:32:57.2962360Z adding 'torch/include/ATen/ops/softplus_mps_dispatch.h' 2024-11-01T16:32:57.2963230Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-11-01T16:32:57.2964460Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-11-01T16:32:57.2965350Z adding 'torch/include/ATen/ops/softshrink.h' 2024-11-01T16:32:57.2966600Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-11-01T16:32:57.2967680Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2968790Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-11-01T16:32:57.2969470Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-11-01T16:32:57.2970730Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-11-01T16:32:57.2971630Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-11-01T16:32:57.2972500Z adding 'torch/include/ATen/ops/softshrink_backward_mps_dispatch.h' 2024-11-01T16:32:57.2973700Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-11-01T16:32:57.2974940Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-11-01T16:32:57.2975620Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2976800Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-11-01T16:32:57.2977680Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-11-01T16:32:57.2978860Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-11-01T16:32:57.2979500Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-11-01T16:32:57.2980740Z adding 'torch/include/ATen/ops/softshrink_mps_dispatch.h' 2024-11-01T16:32:57.2981580Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-11-01T16:32:57.2982800Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-11-01T16:32:57.2984040Z adding 'torch/include/ATen/ops/sort.h' 2024-11-01T16:32:57.2985370Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.2986060Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.2987370Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2991350Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-11-01T16:32:57.2991680Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-11-01T16:32:57.2991810Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-11-01T16:32:57.2991970Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-11-01T16:32:57.2992120Z adding 'torch/include/ATen/ops/sort_mps_dispatch.h' 2024-11-01T16:32:57.2993000Z adding 'torch/include/ATen/ops/sort_native.h' 2024-11-01T16:32:57.2994700Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-11-01T16:32:57.2995930Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-11-01T16:32:57.2997160Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.2997790Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-11-01T16:32:57.2999230Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-11-01T16:32:57.3000490Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-11-01T16:32:57.3001460Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3002580Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-11-01T16:32:57.3003780Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-11-01T16:32:57.3005020Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-11-01T16:32:57.3006390Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3006910Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-11-01T16:32:57.3008350Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-11-01T16:32:57.3009570Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-11-01T16:32:57.3010770Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3011990Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3012490Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-11-01T16:32:57.3014030Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-11-01T16:32:57.3015240Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-11-01T16:32:57.3016420Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3017030Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-11-01T16:32:57.3018410Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-11-01T16:32:57.3019640Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-11-01T16:32:57.3020820Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3021320Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-11-01T16:32:57.3022700Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-11-01T16:32:57.3023540Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-11-01T16:32:57.3024890Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3025480Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-11-01T16:32:57.3026590Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-11-01T16:32:57.3027760Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-11-01T16:32:57.3028760Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3029870Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-11-01T16:32:57.3030910Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-11-01T16:32:57.3031940Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-11-01T16:32:57.3032850Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-11-01T16:32:57.3034210Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3034830Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-11-01T16:32:57.3035980Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-11-01T16:32:57.3037230Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-11-01T16:32:57.3038200Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3039350Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-11-01T16:32:57.3039930Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-11-01T16:32:57.3041350Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-11-01T16:32:57.3042570Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-11-01T16:32:57.3043230Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-11-01T16:32:57.3044610Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-11-01T16:32:57.3045450Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-11-01T16:32:57.3046840Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3048980Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-11-01T16:32:57.3050260Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-11-01T16:32:57.3051550Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-11-01T16:32:57.3052810Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-11-01T16:32:57.3054000Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-11-01T16:32:57.3055220Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-11-01T16:32:57.3056460Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-11-01T16:32:57.3057830Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3058960Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-11-01T16:32:57.3059620Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-11-01T16:32:57.3061090Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-11-01T16:32:57.3062010Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-11-01T16:32:57.3063330Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-11-01T16:32:57.3064540Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-11-01T16:32:57.3065750Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-11-01T16:32:57.3067010Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3068130Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-11-01T16:32:57.3068730Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-11-01T16:32:57.3070160Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-11-01T16:32:57.3071070Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-11-01T16:32:57.3072340Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-11-01T16:32:57.3073540Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-11-01T16:32:57.3074750Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-11-01T16:32:57.3076040Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3076690Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-11-01T16:32:57.3077940Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-11-01T16:32:57.3079120Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-11-01T16:32:57.3079830Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-11-01T16:32:57.3081260Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-11-01T16:32:57.3082460Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-11-01T16:32:57.3083720Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-11-01T16:32:57.3084800Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3085910Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-11-01T16:32:57.3086790Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-11-01T16:32:57.3088070Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-11-01T16:32:57.3088970Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-11-01T16:32:57.3090220Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-11-01T16:32:57.3091400Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-11-01T16:32:57.3092780Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-11-01T16:32:57.3093870Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3095310Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3095920Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:32:57.3097400Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:32:57.3098260Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-11-01T16:32:57.3099600Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:32:57.3100750Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-11-01T16:32:57.3102100Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-11-01T16:32:57.3103280Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-11-01T16:32:57.3104690Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3105870Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3106990Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:32:57.3107570Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:32:57.3108970Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-11-01T16:32:57.3109880Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:32:57.3111190Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-11-01T16:32:57.3112450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-11-01T16:32:57.3113790Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-11-01T16:32:57.3115170Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3116040Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3117150Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:32:57.3118340Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:32:57.3119180Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-11-01T16:32:57.3120500Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:32:57.3121660Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-11-01T16:32:57.3122960Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-11-01T16:32:57.3124120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-11-01T16:32:57.3125520Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3126350Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3127630Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:32:57.3128350Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:32:57.3129760Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-11-01T16:32:57.3130670Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:32:57.3131960Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-11-01T16:32:57.3133210Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-11-01T16:32:57.3134450Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-11-01T16:32:57.3135600Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3136660Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-11-01T16:32:57.3137840Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-11-01T16:32:57.3139020Z adding 'torch/include/ATen/ops/special_entr.h' 2024-11-01T16:32:57.3140090Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3141280Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-11-01T16:32:57.3142050Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-11-01T16:32:57.3143420Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-11-01T16:32:57.3144300Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-11-01T16:32:57.3145580Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-11-01T16:32:57.3146760Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-11-01T16:32:57.3147990Z adding 'torch/include/ATen/ops/special_erf.h' 2024-11-01T16:32:57.3149300Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3150370Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-11-01T16:32:57.3151360Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-11-01T16:32:57.3152530Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-11-01T16:32:57.3153540Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3154740Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-11-01T16:32:57.3155830Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-11-01T16:32:57.3157040Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-11-01T16:32:57.3158140Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3159320Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-11-01T16:32:57.3160200Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-11-01T16:32:57.3161460Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-11-01T16:32:57.3162530Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-11-01T16:32:57.3163660Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-11-01T16:32:57.3164830Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-11-01T16:32:57.3165940Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-11-01T16:32:57.3167100Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3168170Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-11-01T16:32:57.3169060Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-11-01T16:32:57.3170940Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-11-01T16:32:57.3171430Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3172720Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-11-01T16:32:57.3177360Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-11-01T16:32:57.3177560Z adding 'torch/include/ATen/ops/special_expit.h' 2024-11-01T16:32:57.3177850Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3178010Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-11-01T16:32:57.3178160Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-11-01T16:32:57.3179560Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-11-01T16:32:57.3180580Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3181650Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-11-01T16:32:57.3182820Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-11-01T16:32:57.3183920Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-11-01T16:32:57.3185080Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3186140Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-11-01T16:32:57.3187310Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-11-01T16:32:57.3188490Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-11-01T16:32:57.3189640Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3190730Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-11-01T16:32:57.3191890Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-11-01T16:32:57.3193050Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-11-01T16:32:57.3194080Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3195260Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-11-01T16:32:57.3196390Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-11-01T16:32:57.3197680Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-11-01T16:32:57.3199000Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3200270Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3200800Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-11-01T16:32:57.3202630Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-11-01T16:32:57.3203470Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-11-01T16:32:57.3204820Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-11-01T16:32:57.3205990Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-11-01T16:32:57.3207300Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-11-01T16:32:57.3208460Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-11-01T16:32:57.3209870Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3210700Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3212030Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-11-01T16:32:57.3212740Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-11-01T16:32:57.3214150Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-11-01T16:32:57.3215050Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-11-01T16:32:57.3216350Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-11-01T16:32:57.3217590Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-11-01T16:32:57.3218760Z adding 'torch/include/ATen/ops/special_i0.h' 2024-11-01T16:32:57.3219760Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3220980Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-11-01T16:32:57.3222060Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-11-01T16:32:57.3223280Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-11-01T16:32:57.3224700Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3225340Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-11-01T16:32:57.3226570Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-11-01T16:32:57.3227750Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-11-01T16:32:57.3228790Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-11-01T16:32:57.3229960Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-11-01T16:32:57.3231030Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-11-01T16:32:57.3232230Z adding 'torch/include/ATen/ops/special_i1.h' 2024-11-01T16:32:57.3233590Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3234350Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-11-01T16:32:57.3235560Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-11-01T16:32:57.3236720Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-11-01T16:32:57.3237360Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-11-01T16:32:57.3238730Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-11-01T16:32:57.3239790Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-11-01T16:32:57.3240980Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-11-01T16:32:57.3242070Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3243270Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-11-01T16:32:57.3244120Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-11-01T16:32:57.3245390Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-11-01T16:32:57.3246440Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-11-01T16:32:57.3247630Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-11-01T16:32:57.3248770Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-11-01T16:32:57.3250130Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-11-01T16:32:57.3251230Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3252610Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3253210Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-11-01T16:32:57.3254650Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-11-01T16:32:57.3255490Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-11-01T16:32:57.3256830Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-11-01T16:32:57.3257680Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-11-01T16:32:57.3259240Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-11-01T16:32:57.3260430Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-11-01T16:32:57.3261800Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3262650Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3263970Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-11-01T16:32:57.3264840Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-11-01T16:32:57.3266140Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-11-01T16:32:57.3267050Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-11-01T16:32:57.3268340Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-11-01T16:32:57.3269590Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-11-01T16:32:57.3270750Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-11-01T16:32:57.3271770Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3272980Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-11-01T16:32:57.3274150Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-11-01T16:32:57.3275330Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-11-01T16:32:57.3276550Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3277600Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-11-01T16:32:57.3278480Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-11-01T16:32:57.3279710Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-11-01T16:32:57.3280760Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-11-01T16:32:57.3281910Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-11-01T16:32:57.3283090Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-11-01T16:32:57.3284310Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-11-01T16:32:57.3285320Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3286440Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-11-01T16:32:57.3287620Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-11-01T16:32:57.3288760Z adding 'torch/include/ATen/ops/special_logit.h' 2024-11-01T16:32:57.3289780Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3290970Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-11-01T16:32:57.3292110Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-11-01T16:32:57.3293280Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-11-01T16:32:57.3294470Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3295550Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-11-01T16:32:57.3296720Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-11-01T16:32:57.3297930Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-11-01T16:32:57.3299010Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3300200Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-11-01T16:32:57.3301080Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-11-01T16:32:57.3302350Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-11-01T16:32:57.3303250Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-11-01T16:32:57.3304520Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-11-01T16:32:57.3305690Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-11-01T16:32:57.3306860Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-11-01T16:32:57.3308020Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3309110Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-11-01T16:32:57.3309780Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-11-01T16:32:57.3311190Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-11-01T16:32:57.3312100Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-11-01T16:32:57.3313370Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-11-01T16:32:57.3314530Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-11-01T16:32:57.3315720Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-11-01T16:32:57.3317100Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3317760Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:32:57.3319010Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:32:57.3320160Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-11-01T16:32:57.3321060Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:32:57.3322300Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-11-01T16:32:57.3323470Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-11-01T16:32:57.3324640Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-11-01T16:32:57.3325710Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3326820Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:32:57.3327700Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:32:57.3328920Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-11-01T16:32:57.3329830Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:32:57.3331050Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-11-01T16:32:57.3332240Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-11-01T16:32:57.3333380Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-11-01T16:32:57.3334420Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3335600Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-11-01T16:32:57.3336750Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-11-01T16:32:57.3337900Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-11-01T16:32:57.3338910Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3340090Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-11-01T16:32:57.3341160Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-11-01T16:32:57.3342350Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-11-01T16:32:57.3343430Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3344630Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-11-01T16:32:57.3345500Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-11-01T16:32:57.3346750Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-11-01T16:32:57.3347790Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-11-01T16:32:57.3349000Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-11-01T16:32:57.3350170Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-11-01T16:32:57.3351360Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-11-01T16:32:57.3352510Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3353580Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-11-01T16:32:57.3354780Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-11-01T16:32:57.3355900Z adding 'torch/include/ATen/ops/special_psi.h' 2024-11-01T16:32:57.3356900Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3358020Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-11-01T16:32:57.3362080Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-11-01T16:32:57.3362390Z adding 'torch/include/ATen/ops/special_round.h' 2024-11-01T16:32:57.3362680Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3362840Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-11-01T16:32:57.3363250Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-11-01T16:32:57.3364670Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-11-01T16:32:57.3366060Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3367180Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:32:57.3367790Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:32:57.3369220Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-11-01T16:32:57.3369980Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:32:57.3371390Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-11-01T16:32:57.3372570Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-11-01T16:32:57.3373730Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-11-01T16:32:57.3374800Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3375920Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:32:57.3376800Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:32:57.3378110Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-11-01T16:32:57.3378790Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:32:57.3380200Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-11-01T16:32:57.3381370Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-11-01T16:32:57.3382720Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-11-01T16:32:57.3384000Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3385300Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3385810Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:32:57.3387270Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:32:57.3388100Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-11-01T16:32:57.3389440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:32:57.3390600Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-11-01T16:32:57.3391920Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-11-01T16:32:57.3393150Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-11-01T16:32:57.3394520Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3395350Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3396670Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:32:57.3397470Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:32:57.3398880Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-11-01T16:32:57.3399650Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:32:57.3401140Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-11-01T16:32:57.3402400Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-11-01T16:32:57.3403760Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-11-01T16:32:57.3405080Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3406370Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3406890Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:32:57.3408320Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:32:57.3409150Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-11-01T16:32:57.3410500Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:32:57.3411660Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-11-01T16:32:57.3412970Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-11-01T16:32:57.3414190Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-11-01T16:32:57.3415650Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3416440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3417760Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:32:57.3418470Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:32:57.3419900Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-11-01T16:32:57.3420810Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:32:57.3422130Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-11-01T16:32:57.3423440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-11-01T16:32:57.3424590Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-11-01T16:32:57.3425760Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3426870Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-11-01T16:32:57.3428050Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-11-01T16:32:57.3429350Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-11-01T16:32:57.3430580Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3431700Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-11-01T16:32:57.3432930Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-11-01T16:32:57.3434310Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-11-01T16:32:57.3435550Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3436630Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-11-01T16:32:57.3437240Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-11-01T16:32:57.3438690Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-11-01T16:32:57.3439610Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-11-01T16:32:57.3441010Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-11-01T16:32:57.3442150Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-11-01T16:32:57.3443480Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-11-01T16:32:57.3444690Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3446100Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3447150Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-11-01T16:32:57.3448390Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-11-01T16:32:57.3449230Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-11-01T16:32:57.3450710Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-11-01T16:32:57.3451880Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-11-01T16:32:57.3453280Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-11-01T16:32:57.3454460Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-11-01T16:32:57.3456000Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3457060Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-11-01T16:32:57.3458470Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-11-01T16:32:57.3459690Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-11-01T16:32:57.3461120Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3462370Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3463430Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-11-01T16:32:57.3464810Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-11-01T16:32:57.3466100Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-11-01T16:32:57.3467190Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-11-01T16:32:57.3468410Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-11-01T16:32:57.3469700Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-11-01T16:32:57.3471030Z adding 'torch/include/ATen/ops/split.h' 2024-11-01T16:32:57.3472350Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3473610Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3474730Z adding 'torch/include/ATen/ops/split_copy.h' 2024-11-01T16:32:57.3476070Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3476930Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3478190Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-11-01T16:32:57.3479330Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-11-01T16:32:57.3480520Z adding 'torch/include/ATen/ops/split_native.h' 2024-11-01T16:32:57.3481720Z adding 'torch/include/ATen/ops/split_ops.h' 2024-11-01T16:32:57.3483060Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-11-01T16:32:57.3484310Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3485630Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-11-01T16:32:57.3486990Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3488280Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3488900Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-11-01T16:32:57.3490380Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-11-01T16:32:57.3491560Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-11-01T16:32:57.3492730Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-11-01T16:32:57.3493920Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-11-01T16:32:57.3495080Z adding 'torch/include/ATen/ops/sqrt.h' 2024-11-01T16:32:57.3496510Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3497520Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-11-01T16:32:57.3498550Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-11-01T16:32:57.3499630Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-11-01T16:32:57.3500850Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-11-01T16:32:57.3501970Z adding 'torch/include/ATen/ops/sqrt_mps_dispatch.h' 2024-11-01T16:32:57.3503050Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-11-01T16:32:57.3504380Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-11-01T16:32:57.3505530Z adding 'torch/include/ATen/ops/square.h' 2024-11-01T16:32:57.3506970Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3507720Z adding 'torch/include/ATen/ops/square_native.h' 2024-11-01T16:32:57.3509220Z adding 'torch/include/ATen/ops/square_ops.h' 2024-11-01T16:32:57.3510370Z adding 'torch/include/ATen/ops/squeeze.h' 2024-11-01T16:32:57.3511810Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3512990Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3514170Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-11-01T16:32:57.3515490Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3516740Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3517750Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-11-01T16:32:57.3519080Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-11-01T16:32:57.3520160Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-11-01T16:32:57.3521630Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-11-01T16:32:57.3522800Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-11-01T16:32:57.3524140Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3525240Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-11-01T16:32:57.3526450Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-11-01T16:32:57.3527660Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-11-01T16:32:57.3528880Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-11-01T16:32:57.3530060Z adding 'torch/include/ATen/ops/stack.h' 2024-11-01T16:32:57.3531380Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3532520Z adding 'torch/include/ATen/ops/stack_native.h' 2024-11-01T16:32:57.3533700Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-11-01T16:32:57.3535030Z adding 'torch/include/ATen/ops/std.h' 2024-11-01T16:32:57.3536520Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3537670Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-11-01T16:32:57.3538930Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-11-01T16:32:57.3540130Z adding 'torch/include/ATen/ops/std_mean.h' 2024-11-01T16:32:57.3541580Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3542750Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3543950Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-11-01T16:32:57.3545150Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-11-01T16:32:57.3546360Z adding 'torch/include/ATen/ops/std_mean_mps_dispatch.h' 2024-11-01T16:32:57.3547520Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-11-01T16:32:57.3548980Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-11-01T16:32:57.3550180Z adding 'torch/include/ATen/ops/std_mps_dispatch.h' 2024-11-01T16:32:57.3551340Z adding 'torch/include/ATen/ops/std_native.h' 2024-11-01T16:32:57.3552910Z adding 'torch/include/ATen/ops/std_ops.h' 2024-11-01T16:32:57.3554330Z adding 'torch/include/ATen/ops/stft.h' 2024-11-01T16:32:57.3558700Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3558840Z adding 'torch/include/ATen/ops/stft_native.h' 2024-11-01T16:32:57.3559440Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-11-01T16:32:57.3559560Z adding 'torch/include/ATen/ops/stride.h' 2024-11-01T16:32:57.3560680Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3561750Z adding 'torch/include/ATen/ops/stride_native.h' 2024-11-01T16:32:57.3562940Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-11-01T16:32:57.3564220Z adding 'torch/include/ATen/ops/sub.h' 2024-11-01T16:32:57.3565510Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3566750Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3567790Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-11-01T16:32:57.3568990Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-11-01T16:32:57.3570020Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-11-01T16:32:57.3571320Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-11-01T16:32:57.3572380Z adding 'torch/include/ATen/ops/sub_mps_dispatch.h' 2024-11-01T16:32:57.3573680Z adding 'torch/include/ATen/ops/sub_native.h' 2024-11-01T16:32:57.3575090Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-11-01T16:32:57.3576450Z adding 'torch/include/ATen/ops/subtract.h' 2024-11-01T16:32:57.3577860Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3578940Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-11-01T16:32:57.3580130Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-11-01T16:32:57.3581520Z adding 'torch/include/ATen/ops/sum.h' 2024-11-01T16:32:57.3582810Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3584080Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3585210Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3586300Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-11-01T16:32:57.3587320Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-11-01T16:32:57.3588370Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-11-01T16:32:57.3589250Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-11-01T16:32:57.3590590Z adding 'torch/include/ATen/ops/sum_mps_dispatch.h' 2024-11-01T16:32:57.3591620Z adding 'torch/include/ATen/ops/sum_native.h' 2024-11-01T16:32:57.3593140Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-11-01T16:32:57.3594340Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-11-01T16:32:57.3595640Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3596710Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-11-01T16:32:57.3597820Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-11-01T16:32:57.3598910Z adding 'torch/include/ATen/ops/svd.h' 2024-11-01T16:32:57.3600370Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3601140Z adding 'torch/include/ATen/ops/svd_native.h' 2024-11-01T16:32:57.3602650Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-11-01T16:32:57.3603840Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-11-01T16:32:57.3605170Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3605950Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-11-01T16:32:57.3607350Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-11-01T16:32:57.3608200Z adding 'torch/include/ATen/ops/swapdims.h' 2024-11-01T16:32:57.3609770Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3610440Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-11-01T16:32:57.3611990Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-11-01T16:32:57.3612930Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-11-01T16:32:57.3614500Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3615180Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-11-01T16:32:57.3616800Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3617480Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-11-01T16:32:57.3619020Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-11-01T16:32:57.3619910Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-11-01T16:32:57.3621310Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-11-01T16:32:57.3622140Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-11-01T16:32:57.3623680Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3624460Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-11-01T16:32:57.3625810Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-11-01T16:32:57.3627030Z adding 'torch/include/ATen/ops/sym_size.h' 2024-11-01T16:32:57.3628350Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3628880Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-11-01T16:32:57.3630420Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-11-01T16:32:57.3631320Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-11-01T16:32:57.3632820Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3633450Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-11-01T16:32:57.3634980Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-11-01T16:32:57.3636120Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-11-01T16:32:57.3637420Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3638180Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-11-01T16:32:57.3639590Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-11-01T16:32:57.3640690Z adding 'torch/include/ATen/ops/t.h' 2024-11-01T16:32:57.3642020Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3642790Z adding 'torch/include/ATen/ops/t_copy.h' 2024-11-01T16:32:57.3644340Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3645630Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3646640Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-11-01T16:32:57.3647870Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-11-01T16:32:57.3649020Z adding 'torch/include/ATen/ops/t_native.h' 2024-11-01T16:32:57.3649910Z adding 'torch/include/ATen/ops/t_ops.h' 2024-11-01T16:32:57.3651280Z adding 'torch/include/ATen/ops/take.h' 2024-11-01T16:32:57.3652510Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-11-01T16:32:57.3653860Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3654490Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-11-01T16:32:57.3656030Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-11-01T16:32:57.3657040Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-11-01T16:32:57.3658330Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-11-01T16:32:57.3659200Z adding 'torch/include/ATen/ops/take_native.h' 2024-11-01T16:32:57.3660570Z adding 'torch/include/ATen/ops/take_ops.h' 2024-11-01T16:32:57.3661700Z adding 'torch/include/ATen/ops/tan.h' 2024-11-01T16:32:57.3663090Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3663690Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-11-01T16:32:57.3665150Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-11-01T16:32:57.3666140Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-11-01T16:32:57.3667440Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-11-01T16:32:57.3668460Z adding 'torch/include/ATen/ops/tan_mps_dispatch.h' 2024-11-01T16:32:57.3669640Z adding 'torch/include/ATen/ops/tan_native.h' 2024-11-01T16:32:57.3670750Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-11-01T16:32:57.3671990Z adding 'torch/include/ATen/ops/tanh.h' 2024-11-01T16:32:57.3673170Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-11-01T16:32:57.3674590Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3675220Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-11-01T16:32:57.3676670Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-11-01T16:32:57.3677830Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-11-01T16:32:57.3679000Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-11-01T16:32:57.3680180Z adding 'torch/include/ATen/ops/tanh_backward_mps_dispatch.h' 2024-11-01T16:32:57.3681350Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-11-01T16:32:57.3682350Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-11-01T16:32:57.3683750Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3684350Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-11-01T16:32:57.3685840Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-11-01T16:32:57.3686690Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-11-01T16:32:57.3688000Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-11-01T16:32:57.3689070Z adding 'torch/include/ATen/ops/tanh_mps_dispatch.h' 2024-11-01T16:32:57.3690630Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-11-01T16:32:57.3691810Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-11-01T16:32:57.3693150Z adding 'torch/include/ATen/ops/tensor.h' 2024-11-01T16:32:57.3694430Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-11-01T16:32:57.3695980Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3697040Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-11-01T16:32:57.3698350Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-11-01T16:32:57.3699450Z adding 'torch/include/ATen/ops/tensordot.h' 2024-11-01T16:32:57.3700850Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3701610Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-11-01T16:32:57.3703060Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-11-01T16:32:57.3704370Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-11-01T16:32:57.3705900Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3706730Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-11-01T16:32:57.3708310Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-11-01T16:32:57.3709430Z adding 'torch/include/ATen/ops/threshold.h' 2024-11-01T16:32:57.3710800Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-11-01T16:32:57.3712090Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3713270Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-11-01T16:32:57.3714460Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-11-01T16:32:57.3715610Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-11-01T16:32:57.3716550Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-11-01T16:32:57.3717930Z adding 'torch/include/ATen/ops/threshold_backward_mps_dispatch.h' 2024-11-01T16:32:57.3719130Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-11-01T16:32:57.3720320Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-11-01T16:32:57.3721390Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3722610Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-11-01T16:32:57.3723510Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-11-01T16:32:57.3724900Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-11-01T16:32:57.3725840Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-11-01T16:32:57.3727050Z adding 'torch/include/ATen/ops/threshold_mps_dispatch.h' 2024-11-01T16:32:57.3728240Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-11-01T16:32:57.3729440Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-11-01T16:32:57.3730620Z adding 'torch/include/ATen/ops/tile.h' 2024-11-01T16:32:57.3731910Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3732690Z adding 'torch/include/ATen/ops/tile_native.h' 2024-11-01T16:32:57.3734110Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-11-01T16:32:57.3735030Z adding 'torch/include/ATen/ops/to.h' 2024-11-01T16:32:57.3736620Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3737410Z adding 'torch/include/ATen/ops/to_dense.h' 2024-11-01T16:32:57.3739180Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-11-01T16:32:57.3740640Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3741690Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-11-01T16:32:57.3742620Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-11-01T16:32:57.3744100Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3745170Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-11-01T16:32:57.3746370Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-11-01T16:32:57.3747560Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-11-01T16:32:57.3748820Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-11-01T16:32:57.3753020Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3753370Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-11-01T16:32:57.3753550Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-11-01T16:32:57.3754460Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3755880Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-11-01T16:32:57.3757110Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-11-01T16:32:57.3758260Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-11-01T16:32:57.3759610Z adding 'torch/include/ATen/ops/to_native.h' 2024-11-01T16:32:57.3761040Z adding 'torch/include/ATen/ops/to_ops.h' 2024-11-01T16:32:57.3762590Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-11-01T16:32:57.3763870Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3765020Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-11-01T16:32:57.3766200Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-11-01T16:32:57.3767420Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-11-01T16:32:57.3768290Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-11-01T16:32:57.3769860Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3770620Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-11-01T16:32:57.3772140Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-11-01T16:32:57.3773130Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-11-01T16:32:57.3774550Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3775310Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-11-01T16:32:57.3776790Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-11-01T16:32:57.3778000Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3779060Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-11-01T16:32:57.3780080Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3781370Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-11-01T16:32:57.3782490Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-11-01T16:32:57.3783720Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-11-01T16:32:57.3784770Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3785880Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-11-01T16:32:57.3786940Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-11-01T16:32:57.3788230Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-11-01T16:32:57.3789310Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-11-01T16:32:57.3790730Z adding 'torch/include/ATen/ops/topk.h' 2024-11-01T16:32:57.3792080Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3793280Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-11-01T16:32:57.3794290Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-11-01T16:32:57.3795390Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-11-01T16:32:57.3796590Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-11-01T16:32:57.3797730Z adding 'torch/include/ATen/ops/topk_mps_dispatch.h' 2024-11-01T16:32:57.3798890Z adding 'torch/include/ATen/ops/topk_native.h' 2024-11-01T16:32:57.3800180Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-11-01T16:32:57.3801330Z adding 'torch/include/ATen/ops/trace.h' 2024-11-01T16:32:57.3802570Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-11-01T16:32:57.3803610Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3804880Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-11-01T16:32:57.3806080Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-11-01T16:32:57.3807410Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3808260Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-11-01T16:32:57.3809580Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-11-01T16:32:57.3810810Z adding 'torch/include/ATen/ops/trace_mps_dispatch.h' 2024-11-01T16:32:57.3811990Z adding 'torch/include/ATen/ops/trace_native.h' 2024-11-01T16:32:57.3813180Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-11-01T16:32:57.3814360Z adding 'torch/include/ATen/ops/transpose.h' 2024-11-01T16:32:57.3815400Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3816740Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3817830Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-11-01T16:32:57.3819080Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3820070Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3821180Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-11-01T16:32:57.3822360Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-11-01T16:32:57.3823480Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-11-01T16:32:57.3824660Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-11-01T16:32:57.3825930Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-11-01T16:32:57.3827240Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3828330Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-11-01T16:32:57.3829370Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-11-01T16:32:57.3830620Z adding 'torch/include/ATen/ops/trapz.h' 2024-11-01T16:32:57.3831950Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3833070Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-11-01T16:32:57.3833950Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-11-01T16:32:57.3835440Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-11-01T16:32:57.3836850Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3837960Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-11-01T16:32:57.3838830Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-11-01T16:32:57.3840110Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-11-01T16:32:57.3841050Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-11-01T16:32:57.3842340Z adding 'torch/include/ATen/ops/triangular_solve_mps_dispatch.h' 2024-11-01T16:32:57.3843510Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-11-01T16:32:57.3844790Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-11-01T16:32:57.3845940Z adding 'torch/include/ATen/ops/tril.h' 2024-11-01T16:32:57.3847380Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3847850Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-11-01T16:32:57.3849360Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-11-01T16:32:57.3850520Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-11-01T16:32:57.3851970Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3853070Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-11-01T16:32:57.3854290Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-11-01T16:32:57.3855210Z adding 'torch/include/ATen/ops/tril_indices_mps_dispatch.h' 2024-11-01T16:32:57.3856560Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-11-01T16:32:57.3857750Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-11-01T16:32:57.3859010Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-11-01T16:32:57.3860060Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-11-01T16:32:57.3861460Z adding 'torch/include/ATen/ops/tril_mps_dispatch.h' 2024-11-01T16:32:57.3862640Z adding 'torch/include/ATen/ops/tril_native.h' 2024-11-01T16:32:57.3863960Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-11-01T16:32:57.3865120Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-11-01T16:32:57.3866590Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3867390Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-11-01T16:32:57.3868800Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-11-01T16:32:57.3869990Z adding 'torch/include/ATen/ops/triu.h' 2024-11-01T16:32:57.3871360Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3872400Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-11-01T16:32:57.3873540Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-11-01T16:32:57.3874740Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-11-01T16:32:57.3876170Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3877220Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-11-01T16:32:57.3878410Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-11-01T16:32:57.3879290Z adding 'torch/include/ATen/ops/triu_indices_mps_dispatch.h' 2024-11-01T16:32:57.3880640Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-11-01T16:32:57.3881830Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-11-01T16:32:57.3882990Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-11-01T16:32:57.3884050Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-11-01T16:32:57.3885200Z adding 'torch/include/ATen/ops/triu_mps_dispatch.h' 2024-11-01T16:32:57.3886220Z adding 'torch/include/ATen/ops/triu_native.h' 2024-11-01T16:32:57.3887650Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-11-01T16:32:57.3888810Z adding 'torch/include/ATen/ops/true_divide.h' 2024-11-01T16:32:57.3890150Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3890980Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-11-01T16:32:57.3892430Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-11-01T16:32:57.3893480Z adding 'torch/include/ATen/ops/trunc.h' 2024-11-01T16:32:57.3894900Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3895500Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-11-01T16:32:57.3896950Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-11-01T16:32:57.3897960Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-11-01T16:32:57.3899210Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-11-01T16:32:57.3900310Z adding 'torch/include/ATen/ops/trunc_mps_dispatch.h' 2024-11-01T16:32:57.3901600Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-11-01T16:32:57.3902460Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-11-01T16:32:57.3903740Z adding 'torch/include/ATen/ops/type_as.h' 2024-11-01T16:32:57.3905070Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3906170Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-11-01T16:32:57.3907170Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-11-01T16:32:57.3908390Z adding 'torch/include/ATen/ops/unbind.h' 2024-11-01T16:32:57.3909590Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3910820Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3911890Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-11-01T16:32:57.3913210Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3914010Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3915320Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-11-01T16:32:57.3916450Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-11-01T16:32:57.3917690Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-11-01T16:32:57.3918840Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-11-01T16:32:57.3920240Z adding 'torch/include/ATen/ops/unflatten.h' 2024-11-01T16:32:57.3921550Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3922680Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-11-01T16:32:57.3923720Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3924970Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-11-01T16:32:57.3926150Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-11-01T16:32:57.3927330Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-11-01T16:32:57.3928370Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-11-01T16:32:57.3929530Z adding 'torch/include/ATen/ops/unfold.h' 2024-11-01T16:32:57.3930880Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-11-01T16:32:57.3932340Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3933430Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-11-01T16:32:57.3934830Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-11-01T16:32:57.3935280Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-11-01T16:32:57.3936900Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-11-01T16:32:57.3938060Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-11-01T16:32:57.3939400Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3940360Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.3941460Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-11-01T16:32:57.3942630Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-11-01T16:32:57.3943880Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-11-01T16:32:57.3947900Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-11-01T16:32:57.3948290Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-11-01T16:32:57.3948450Z adding 'torch/include/ATen/ops/unfold_mps_dispatch.h' 2024-11-01T16:32:57.3948590Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-11-01T16:32:57.3949130Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-11-01T16:32:57.3950720Z adding 'torch/include/ATen/ops/uniform.h' 2024-11-01T16:32:57.3952070Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3953140Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-11-01T16:32:57.3954030Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-11-01T16:32:57.3955350Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-11-01T16:32:57.3956380Z adding 'torch/include/ATen/ops/uniform_mps_dispatch.h' 2024-11-01T16:32:57.3957640Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-11-01T16:32:57.3958830Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-11-01T16:32:57.3960230Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-11-01T16:32:57.3961550Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3962790Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-11-01T16:32:57.3963710Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-11-01T16:32:57.3965040Z adding 'torch/include/ATen/ops/unique_consecutive_mps_dispatch.h' 2024-11-01T16:32:57.3966200Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-11-01T16:32:57.3967470Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-11-01T16:32:57.3968620Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-11-01T16:32:57.3970090Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3971170Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-11-01T16:32:57.3972580Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3973680Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-11-01T16:32:57.3974910Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-11-01T16:32:57.3975780Z adding 'torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h' 2024-11-01T16:32:57.3977140Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-11-01T16:32:57.3978380Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-11-01T16:32:57.3979710Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-11-01T16:32:57.3980900Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-11-01T16:32:57.3982060Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-11-01T16:32:57.3983310Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-11-01T16:32:57.3984500Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-11-01T16:32:57.3985870Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.3986920Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-11-01T16:32:57.3987810Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-11-01T16:32:57.3989250Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-11-01T16:32:57.3990580Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3991670Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-11-01T16:32:57.3992850Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-11-01T16:32:57.3994390Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-11-01T16:32:57.3995730Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.3996800Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-11-01T16:32:57.3997980Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-11-01T16:32:57.3999130Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-11-01T16:32:57.4000440Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4001530Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-11-01T16:32:57.4002760Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4004100Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4004770Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-11-01T16:32:57.4006290Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-11-01T16:32:57.4007490Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-11-01T16:32:57.4008690Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-11-01T16:32:57.4010150Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-11-01T16:32:57.4011800Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-11-01T16:32:57.4013560Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4014750Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.4015940Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.4017090Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-11-01T16:32:57.4018330Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-11-01T16:32:57.4019550Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h' 2024-11-01T16:32:57.4020410Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-11-01T16:32:57.4021890Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-11-01T16:32:57.4023220Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4024420Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4025520Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-11-01T16:32:57.4026730Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-11-01T16:32:57.4027580Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-11-01T16:32:57.4028960Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-11-01T16:32:57.4030150Z adding 'torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h' 2024-11-01T16:32:57.4031340Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-11-01T16:32:57.4032540Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-11-01T16:32:57.4034290Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-11-01T16:32:57.4035840Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-11-01T16:32:57.4037390Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4038650Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.4039860Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.4040490Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-11-01T16:32:57.4042140Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-11-01T16:32:57.4043320Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h' 2024-11-01T16:32:57.4044590Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-11-01T16:32:57.4045890Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-11-01T16:32:57.4047220Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4048030Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4049440Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-11-01T16:32:57.4050700Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-11-01T16:32:57.4051880Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-11-01T16:32:57.4053110Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-11-01T16:32:57.4054290Z adding 'torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h' 2024-11-01T16:32:57.4055140Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-11-01T16:32:57.4056730Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-11-01T16:32:57.4058070Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-11-01T16:32:57.4059690Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-11-01T16:32:57.4061110Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4062250Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.4063490Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.4064700Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-11-01T16:32:57.4065630Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-11-01T16:32:57.4067040Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h' 2024-11-01T16:32:57.4067950Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-11-01T16:32:57.4069460Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-11-01T16:32:57.4070800Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4071960Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4073060Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-11-01T16:32:57.4074250Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-11-01T16:32:57.4075100Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-11-01T16:32:57.4076520Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-11-01T16:32:57.4077450Z adding 'torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h' 2024-11-01T16:32:57.4078790Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-11-01T16:32:57.4080060Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-11-01T16:32:57.4081560Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-11-01T16:32:57.4083000Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-11-01T16:32:57.4084510Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4085620Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.4086890Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.4087750Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-11-01T16:32:57.4089250Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-11-01T16:32:57.4089970Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h' 2024-11-01T16:32:57.4091490Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-11-01T16:32:57.4092720Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-11-01T16:32:57.4094160Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4094890Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4096280Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-11-01T16:32:57.4097490Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-11-01T16:32:57.4098650Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-11-01T16:32:57.4099560Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-11-01T16:32:57.4100870Z adding 'torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h' 2024-11-01T16:32:57.4102030Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-11-01T16:32:57.4103400Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-11-01T16:32:57.4104770Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-11-01T16:32:57.4106470Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-11-01T16:32:57.4107920Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4109020Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.4109920Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.4111200Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-11-01T16:32:57.4112420Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-11-01T16:32:57.4113600Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h' 2024-11-01T16:32:57.4114780Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-11-01T16:32:57.4116190Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-11-01T16:32:57.4117560Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4118720Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4119820Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-11-01T16:32:57.4121050Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-11-01T16:32:57.4121900Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-11-01T16:32:57.4123390Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-11-01T16:32:57.4124560Z adding 'torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h' 2024-11-01T16:32:57.4125770Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-11-01T16:32:57.4126980Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-11-01T16:32:57.4128630Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-11-01T16:32:57.4130110Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-11-01T16:32:57.4131650Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4132750Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.4134110Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.4135290Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-11-01T16:32:57.4136530Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-11-01T16:32:57.4137740Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-11-01T16:32:57.4139180Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-11-01T16:32:57.4140660Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4141390Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4142660Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-11-01T16:32:57.4144060Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-11-01T16:32:57.4145210Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-11-01T16:32:57.4146500Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-11-01T16:32:57.4150660Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-11-01T16:32:57.4150970Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-11-01T16:32:57.4151140Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-11-01T16:32:57.4152220Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-11-01T16:32:57.4153620Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4154800Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-11-01T16:32:57.4155990Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-11-01T16:32:57.4157260Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-11-01T16:32:57.4158490Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-11-01T16:32:57.4159780Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-11-01T16:32:57.4160960Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-11-01T16:32:57.4162460Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4163640Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4165000Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-11-01T16:32:57.4166230Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-11-01T16:32:57.4167520Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-11-01T16:32:57.4168750Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-11-01T16:32:57.4169900Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-11-01T16:32:57.4171130Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-11-01T16:32:57.4172620Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-11-01T16:32:57.4173950Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4175070Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-11-01T16:32:57.4176250Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-11-01T16:32:57.4177370Z adding 'torch/include/ATen/ops/values.h' 2024-11-01T16:32:57.4178490Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4179620Z adding 'torch/include/ATen/ops/values_copy.h' 2024-11-01T16:32:57.4180780Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4182080Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4183090Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-11-01T16:32:57.4184250Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-11-01T16:32:57.4185260Z adding 'torch/include/ATen/ops/values_native.h' 2024-11-01T16:32:57.4186630Z adding 'torch/include/ATen/ops/values_ops.h' 2024-11-01T16:32:57.4187820Z adding 'torch/include/ATen/ops/vander.h' 2024-11-01T16:32:57.4189050Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4189810Z adding 'torch/include/ATen/ops/vander_native.h' 2024-11-01T16:32:57.4191230Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-11-01T16:32:57.4192630Z adding 'torch/include/ATen/ops/var.h' 2024-11-01T16:32:57.4194030Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4195150Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-11-01T16:32:57.4196280Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-11-01T16:32:57.4197480Z adding 'torch/include/ATen/ops/var_mean.h' 2024-11-01T16:32:57.4198890Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4200080Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4201270Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-11-01T16:32:57.4202150Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-11-01T16:32:57.4203450Z adding 'torch/include/ATen/ops/var_mean_mps_dispatch.h' 2024-11-01T16:32:57.4204500Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-11-01T16:32:57.4206040Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-11-01T16:32:57.4207230Z adding 'torch/include/ATen/ops/var_mps_dispatch.h' 2024-11-01T16:32:57.4208340Z adding 'torch/include/ATen/ops/var_native.h' 2024-11-01T16:32:57.4209770Z adding 'torch/include/ATen/ops/var_ops.h' 2024-11-01T16:32:57.4211070Z adding 'torch/include/ATen/ops/vdot.h' 2024-11-01T16:32:57.4212360Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4213460Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-11-01T16:32:57.4214500Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-11-01T16:32:57.4215630Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-11-01T16:32:57.4216780Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-11-01T16:32:57.4217990Z adding 'torch/include/ATen/ops/view.h' 2024-11-01T16:32:57.4219150Z adding 'torch/include/ATen/ops/view_as.h' 2024-11-01T16:32:57.4220390Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-11-01T16:32:57.4221600Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-11-01T16:32:57.4222980Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4224250Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4224910Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-11-01T16:32:57.4226280Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-11-01T16:32:57.4227550Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-11-01T16:32:57.4228430Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-11-01T16:32:57.4229690Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-11-01T16:32:57.4230640Z adding 'torch/include/ATen/ops/view_as_complex_mps_dispatch.h' 2024-11-01T16:32:57.4231850Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-11-01T16:32:57.4233030Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-11-01T16:32:57.4234180Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4235020Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-11-01T16:32:57.4236330Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-11-01T16:32:57.4237520Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-11-01T16:32:57.4238640Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-11-01T16:32:57.4239840Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4241150Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4241690Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-11-01T16:32:57.4243240Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-11-01T16:32:57.4244450Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-11-01T16:32:57.4245640Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-11-01T16:32:57.4246300Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-11-01T16:32:57.4247760Z adding 'torch/include/ATen/ops/view_as_real_mps_dispatch.h' 2024-11-01T16:32:57.4248560Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-11-01T16:32:57.4249950Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-11-01T16:32:57.4251170Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4252620Z adding 'torch/include/ATen/ops/view_copy.h' 2024-11-01T16:32:57.4253930Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4255210Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4255750Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-11-01T16:32:57.4257480Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-11-01T16:32:57.4258680Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-11-01T16:32:57.4259780Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-11-01T16:32:57.4260670Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-11-01T16:32:57.4261900Z adding 'torch/include/ATen/ops/view_mps_dispatch.h' 2024-11-01T16:32:57.4262770Z adding 'torch/include/ATen/ops/view_native.h' 2024-11-01T16:32:57.4264260Z adding 'torch/include/ATen/ops/view_ops.h' 2024-11-01T16:32:57.4265460Z adding 'torch/include/ATen/ops/vsplit.h' 2024-11-01T16:32:57.4266870Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4267670Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-11-01T16:32:57.4269070Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-11-01T16:32:57.4270250Z adding 'torch/include/ATen/ops/vstack.h' 2024-11-01T16:32:57.4271570Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4272330Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-11-01T16:32:57.4273770Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-11-01T16:32:57.4274960Z adding 'torch/include/ATen/ops/where.h' 2024-11-01T16:32:57.4276320Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4277120Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-11-01T16:32:57.4278540Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-11-01T16:32:57.4279560Z adding 'torch/include/ATen/ops/where_mps_dispatch.h' 2024-11-01T16:32:57.4280840Z adding 'torch/include/ATen/ops/where_native.h' 2024-11-01T16:32:57.4282140Z adding 'torch/include/ATen/ops/where_ops.h' 2024-11-01T16:32:57.4283510Z adding 'torch/include/ATen/ops/xlogy.h' 2024-11-01T16:32:57.4284800Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4286190Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:32:57.4287260Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-11-01T16:32:57.4288460Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-11-01T16:32:57.4289490Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-11-01T16:32:57.4290790Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-11-01T16:32:57.4291880Z adding 'torch/include/ATen/ops/xlogy_mps_dispatch.h' 2024-11-01T16:32:57.4293490Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-11-01T16:32:57.4294900Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-11-01T16:32:57.4296170Z adding 'torch/include/ATen/ops/xor.h' 2024-11-01T16:32:57.4297220Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:32:57.4298450Z adding 'torch/include/ATen/ops/xor_native.h' 2024-11-01T16:32:57.4299650Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-11-01T16:32:57.4300910Z adding 'torch/include/ATen/ops/zero.h' 2024-11-01T16:32:57.4302220Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4303320Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-11-01T16:32:57.4304390Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-11-01T16:32:57.4305550Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-11-01T16:32:57.4306630Z adding 'torch/include/ATen/ops/zero_mps_dispatch.h' 2024-11-01T16:32:57.4307790Z adding 'torch/include/ATen/ops/zero_native.h' 2024-11-01T16:32:57.4308980Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-11-01T16:32:57.4310590Z adding 'torch/include/ATen/ops/zeros.h' 2024-11-01T16:32:57.4311930Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4313150Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-11-01T16:32:57.4314470Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:32:57.4315810Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:32:57.4316860Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-11-01T16:32:57.4318100Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-11-01T16:32:57.4319280Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-11-01T16:32:57.4320600Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-11-01T16:32:57.4323490Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-11-01T16:32:57.4325930Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-11-01T16:32:57.4327370Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-11-01T16:32:57.4328570Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-11-01T16:32:57.4329720Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-11-01T16:32:57.4330910Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-11-01T16:32:57.4332610Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-11-01T16:32:57.4334040Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-11-01T16:32:57.4335420Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-11-01T16:32:57.4339710Z adding 'torch/include/c10/core/Allocator.h' 2024-11-01T16:32:57.4341000Z adding 'torch/include/c10/core/AutogradState.h' 2024-11-01T16:32:57.4343400Z adding 'torch/include/c10/core/Backend.h' 2024-11-01T16:32:57.4344690Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-11-01T16:32:57.4346550Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2024-11-01T16:32:57.4347900Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-11-01T16:32:57.4349420Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-11-01T16:32:57.4350820Z adding 'torch/include/c10/core/Contiguity.h' 2024-11-01T16:32:57.4352280Z adding 'torch/include/c10/core/CopyBytes.h' 2024-11-01T16:32:57.4353450Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-11-01T16:32:57.4354650Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-11-01T16:32:57.4356680Z adding 'torch/include/c10/core/Device.h' 2024-11-01T16:32:57.4361000Z adding 'torch/include/c10/core/DeviceArray.h' 2024-11-01T16:32:57.4361290Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-11-01T16:32:57.4361860Z adding 'torch/include/c10/core/DeviceType.h' 2024-11-01T16:32:57.4369980Z adding 'torch/include/c10/core/DispatchKey.h' 2024-11-01T16:32:57.4380050Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-11-01T16:32:57.4382140Z adding 'torch/include/c10/core/DynamicCast.h' 2024-11-01T16:32:57.4383800Z adding 'torch/include/c10/core/Event.h' 2024-11-01T16:32:57.4385650Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-11-01T16:32:57.4386790Z adding 'torch/include/c10/core/GradMode.h' 2024-11-01T16:32:57.4388580Z adding 'torch/include/c10/core/InferenceMode.h' 2024-11-01T16:32:57.4389800Z adding 'torch/include/c10/core/Layout.h' 2024-11-01T16:32:57.4392430Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-11-01T16:32:57.4393610Z adding 'torch/include/c10/core/OptionalRef.h' 2024-11-01T16:32:57.4395260Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-11-01T16:32:57.4396450Z adding 'torch/include/c10/core/QEngine.h' 2024-11-01T16:32:57.4397930Z adding 'torch/include/c10/core/QScheme.h' 2024-11-01T16:32:57.4399310Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-11-01T16:32:57.4400990Z adding 'torch/include/c10/core/SafePyObject.h' 2024-11-01T16:32:57.4404180Z adding 'torch/include/c10/core/Scalar.h' 2024-11-01T16:32:57.4408920Z adding 'torch/include/c10/core/ScalarType.h' 2024-11-01T16:32:57.4410380Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-11-01T16:32:57.4412380Z adding 'torch/include/c10/core/Storage.h' 2024-11-01T16:32:57.4415170Z adding 'torch/include/c10/core/StorageImpl.h' 2024-11-01T16:32:57.4417570Z adding 'torch/include/c10/core/Stream.h' 2024-11-01T16:32:57.4419460Z adding 'torch/include/c10/core/StreamGuard.h' 2024-11-01T16:32:57.4421010Z adding 'torch/include/c10/core/SymBool.h' 2024-11-01T16:32:57.4422450Z adding 'torch/include/c10/core/SymFloat.h' 2024-11-01T16:32:57.4426600Z adding 'torch/include/c10/core/SymInt.h' 2024-11-01T16:32:57.4428150Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-11-01T16:32:57.4429950Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-11-01T16:32:57.4431910Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-11-01T16:32:57.4459660Z adding 'torch/include/c10/core/TensorImpl.h' 2024-11-01T16:32:57.4466260Z adding 'torch/include/c10/core/TensorOptions.h' 2024-11-01T16:32:57.4467920Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-11-01T16:32:57.4469130Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-11-01T16:32:57.4470580Z adding 'torch/include/c10/core/alignment.h' 2024-11-01T16:32:57.4471980Z adding 'torch/include/c10/core/thread_pool.h' 2024-11-01T16:32:57.4473780Z adding 'torch/include/c10/core/impl/COW.h' 2024-11-01T16:32:57.4475160Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-11-01T16:32:57.4478820Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-11-01T16:32:57.4480180Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-11-01T16:32:57.4481450Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-11-01T16:32:57.4482870Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-11-01T16:32:57.4486650Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-11-01T16:32:57.4488260Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-11-01T16:32:57.4491040Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-11-01T16:32:57.4492970Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-11-01T16:32:57.4496030Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-11-01T16:32:57.4498570Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-11-01T16:32:57.4499860Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-11-01T16:32:57.4501870Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-11-01T16:32:57.4503440Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-11-01T16:32:57.4504760Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-11-01T16:32:57.4505980Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-11-01T16:32:57.4507540Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-11-01T16:32:57.4509290Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-11-01T16:32:57.4513100Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-11-01T16:32:57.4514990Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-11-01T16:32:57.4517050Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-11-01T16:32:57.4518810Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-11-01T16:32:57.4520350Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-11-01T16:32:57.4521900Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-11-01T16:32:57.4524290Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-11-01T16:32:57.4525690Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-11-01T16:32:57.4527000Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-11-01T16:32:57.4528200Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-11-01T16:32:57.4530970Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-11-01T16:32:57.4532490Z adding 'torch/include/c10/cuda/driver_api.h' 2024-11-01T16:32:57.4535060Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-11-01T16:32:57.4536250Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-11-01T16:32:57.4538400Z adding 'torch/include/c10/macros/Export.h' 2024-11-01T16:32:57.4542350Z adding 'torch/include/c10/macros/Macros.h' 2024-11-01T16:32:57.4543480Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-11-01T16:32:57.4546020Z adding 'torch/include/c10/util/AbortHandler.h' 2024-11-01T16:32:57.4547730Z adding 'torch/include/c10/util/AlignOf.h' 2024-11-01T16:32:57.4549550Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-11-01T16:32:57.4550710Z adding 'torch/include/c10/util/Array.h' 2024-11-01T16:32:57.4553290Z adding 'torch/include/c10/util/ArrayRef.h' 2024-11-01T16:32:57.4555280Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-11-01T16:32:57.4557400Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-11-01T16:32:57.4558810Z adding 'torch/include/c10/util/BFloat16.h' 2024-11-01T16:32:57.4560090Z adding 'torch/include/c10/util/Backtrace.h' 2024-11-01T16:32:57.4561550Z adding 'torch/include/c10/util/Bitset.h' 2024-11-01T16:32:57.4563030Z adding 'torch/include/c10/util/C++17.h' 2024-11-01T16:32:57.4564290Z adding 'torch/include/c10/util/CallOnce.h' 2024-11-01T16:32:57.4566880Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-11-01T16:32:57.4568190Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-11-01T16:32:57.4569750Z adding 'torch/include/c10/util/Deprecated.h' 2024-11-01T16:32:57.4570620Z adding 'torch/include/c10/util/DimVector.h' 2024-11-01T16:32:57.4572220Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-11-01T16:32:57.4578130Z adding 'torch/include/c10/util/Exception.h' 2024-11-01T16:32:57.4580100Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-11-01T16:32:57.4581410Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-11-01T16:32:57.4582590Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-11-01T16:32:57.4584950Z adding 'torch/include/c10/util/Flags.h' 2024-11-01T16:32:57.4586890Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-11-01T16:32:57.4589260Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-11-01T16:32:57.4591220Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-11-01T16:32:57.4592800Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-11-01T16:32:57.4594670Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-11-01T16:32:57.4596340Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-11-01T16:32:57.4598270Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-11-01T16:32:57.4599850Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-11-01T16:32:57.4601260Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-11-01T16:32:57.4602520Z adding 'torch/include/c10/util/FunctionRef.h' 2024-11-01T16:32:57.4603820Z adding 'torch/include/c10/util/Gauge.h' 2024-11-01T16:32:57.4605720Z adding 'torch/include/c10/util/Half-inl.h' 2024-11-01T16:32:57.4610510Z adding 'torch/include/c10/util/Half.h' 2024-11-01T16:32:57.4611900Z adding 'torch/include/c10/util/IdWrapper.h' 2024-11-01T16:32:57.4613430Z adding 'torch/include/c10/util/Lazy.h' 2024-11-01T16:32:57.4615440Z adding 'torch/include/c10/util/LeftRight.h' 2024-11-01T16:32:57.4616690Z adding 'torch/include/c10/util/Load.h' 2024-11-01T16:32:57.4619550Z adding 'torch/include/c10/util/Logging.h' 2024-11-01T16:32:57.4621080Z adding 'torch/include/c10/util/MathConstants.h' 2024-11-01T16:32:57.4622970Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-11-01T16:32:57.4625100Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-11-01T16:32:57.4626210Z adding 'torch/include/c10/util/NetworkFlow.h' 2024-11-01T16:32:57.4627550Z adding 'torch/include/c10/util/Optional.h' 2024-11-01T16:32:57.4629270Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-11-01T16:32:57.4630450Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-11-01T16:32:57.4633070Z adding 'torch/include/c10/util/Registry.h' 2024-11-01T16:32:57.4634510Z adding 'torch/include/c10/util/ScopeExit.h' 2024-11-01T16:32:57.4635660Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-11-01T16:32:57.4646230Z adding 'torch/include/c10/util/SmallVector.h' 2024-11-01T16:32:57.4648500Z adding 'torch/include/c10/util/StringUtil.h' 2024-11-01T16:32:57.4649810Z adding 'torch/include/c10/util/Synchronized.h' 2024-11-01T16:32:57.4651520Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-11-01T16:32:57.4652890Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-11-01T16:32:57.4653930Z adding 'torch/include/c10/util/Type.h' 2024-11-01T16:32:57.4655750Z adding 'torch/include/c10/util/TypeCast.h' 2024-11-01T16:32:57.4657500Z adding 'torch/include/c10/util/TypeIndex.h' 2024-11-01T16:32:57.4660620Z adding 'torch/include/c10/util/TypeList.h' 2024-11-01T16:32:57.4662330Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-11-01T16:32:57.4663890Z adding 'torch/include/c10/util/TypeTraits.h' 2024-11-01T16:32:57.4665090Z adding 'torch/include/c10/util/Unicode.h' 2024-11-01T16:32:57.4666670Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-11-01T16:32:57.4667910Z adding 'torch/include/c10/util/Unroll.h' 2024-11-01T16:32:57.4669250Z adding 'torch/include/c10/util/WaitCounter.h' 2024-11-01T16:32:57.4670560Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2024-11-01T16:32:57.4671880Z adding 'torch/include/c10/util/accumulate.h' 2024-11-01T16:32:57.4673240Z adding 'torch/include/c10/util/bit_cast.h' 2024-11-01T16:32:57.4674370Z adding 'torch/include/c10/util/bits.h' 2024-11-01T16:32:57.4678080Z adding 'torch/include/c10/util/complex.h' 2024-11-01T16:32:57.4680250Z adding 'torch/include/c10/util/complex_math.h' 2024-11-01T16:32:57.4681580Z adding 'torch/include/c10/util/complex_utils.h' 2024-11-01T16:32:57.4682730Z adding 'torch/include/c10/util/copysign.h' 2024-11-01T16:32:57.4683910Z adding 'torch/include/c10/util/env.h' 2024-11-01T16:32:57.4693990Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-11-01T16:32:57.4695610Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-11-01T16:32:57.4696940Z adding 'torch/include/c10/util/generic_math.h' 2024-11-01T16:32:57.4699890Z adding 'torch/include/c10/util/hash.h' 2024-11-01T16:32:57.4702830Z adding 'torch/include/c10/util/int128.h' 2024-11-01T16:32:57.4710620Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-11-01T16:32:57.4712450Z adding 'torch/include/c10/util/irange.h' 2024-11-01T16:32:57.4718200Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-11-01T16:32:57.4720050Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-11-01T16:32:57.4722210Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-11-01T16:32:57.4723450Z adding 'torch/include/c10/util/numa.h' 2024-11-01T16:32:57.4735400Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-11-01T16:32:57.4736860Z adding 'torch/include/c10/util/overloaded.h' 2024-11-01T16:32:57.4737720Z adding 'torch/include/c10/util/python_stub.h' 2024-11-01T16:32:57.4739020Z adding 'torch/include/c10/util/qint32.h' 2024-11-01T16:32:57.4740200Z adding 'torch/include/c10/util/qint8.h' 2024-11-01T16:32:57.4741240Z adding 'torch/include/c10/util/quint2x4.h' 2024-11-01T16:32:57.4742090Z adding 'torch/include/c10/util/quint4x2.h' 2024-11-01T16:32:57.4746670Z adding 'torch/include/c10/util/quint8.h' 2024-11-01T16:32:57.4746960Z adding 'torch/include/c10/util/safe_numerics.h' 2024-11-01T16:32:57.4747180Z adding 'torch/include/c10/util/signal_handler.h' 2024-11-01T16:32:57.4751660Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-11-01T16:32:57.4753170Z adding 'torch/include/c10/util/ssize.h' 2024-11-01T16:32:57.4754360Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-11-01T16:32:57.4756440Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-11-01T16:32:57.4757560Z adding 'torch/include/c10/util/strides.h' 2024-11-01T16:32:57.4758720Z adding 'torch/include/c10/util/string_utils.h' 2024-11-01T16:32:57.4762120Z adding 'torch/include/c10/util/string_view.h' 2024-11-01T16:32:57.4767450Z adding 'torch/include/c10/util/strong_type.h' 2024-11-01T16:32:57.4769190Z adding 'torch/include/c10/util/tempfile.h' 2024-11-01T16:32:57.4769870Z adding 'torch/include/c10/util/thread_name.h' 2024-11-01T16:32:57.4775410Z adding 'torch/include/c10/util/typeid.h' 2024-11-01T16:32:57.4776700Z adding 'torch/include/c10/util/win32-headers.h' 2024-11-01T16:32:57.4778410Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-11-01T16:32:57.4780640Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-11-01T16:32:57.4782050Z adding 'torch/include/c10/xpu/XPUException.h' 2024-11-01T16:32:57.4783230Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-11-01T16:32:57.4784510Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-11-01T16:32:57.4789490Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-11-01T16:32:57.4791700Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-11-01T16:32:57.4817540Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-11-01T16:32:57.4819340Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-11-01T16:32:57.4820700Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-11-01T16:32:57.4823370Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-11-01T16:32:57.4824720Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-11-01T16:32:57.4825920Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-11-01T16:32:57.4828080Z adding 'torch/include/caffe2/serialize/versions.h' 2024-11-01T16:32:57.4830060Z adding 'torch/include/kineto/AbstractConfig.h' 2024-11-01T16:32:57.4831900Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-11-01T16:32:57.4833070Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-11-01T16:32:57.4834460Z adding 'torch/include/kineto/ActivityType.h' 2024-11-01T16:32:57.4835310Z adding 'torch/include/kineto/ClientInterface.h' 2024-11-01T16:32:57.4839070Z adding 'torch/include/kineto/Config.h' 2024-11-01T16:32:57.4840640Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-11-01T16:32:57.4842520Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-11-01T16:32:57.4843700Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-11-01T16:32:57.4845210Z adding 'torch/include/kineto/ITraceActivity.h' 2024-11-01T16:32:57.4846380Z adding 'torch/include/kineto/LoggingAPI.h' 2024-11-01T16:32:57.4847550Z adding 'torch/include/kineto/ThreadUtil.h' 2024-11-01T16:32:57.4848880Z adding 'torch/include/kineto/TraceSpan.h' 2024-11-01T16:32:57.4850520Z adding 'torch/include/kineto/libkineto.h' 2024-11-01T16:32:57.4851780Z adding 'torch/include/kineto/output_base.h' 2024-11-01T16:32:57.4853010Z adding 'torch/include/kineto/time_since_epoch.h' 2024-11-01T16:32:57.4858160Z adding 'torch/include/pybind11/attr.h' 2024-11-01T16:32:57.4860640Z adding 'torch/include/pybind11/buffer_info.h' 2024-11-01T16:32:57.4875700Z adding 'torch/include/pybind11/cast.h' 2024-11-01T16:32:57.4878880Z adding 'torch/include/pybind11/chrono.h' 2024-11-01T16:32:57.4880060Z adding 'torch/include/pybind11/common.h' 2024-11-01T16:32:57.4881450Z adding 'torch/include/pybind11/complex.h' 2024-11-01T16:32:57.4882630Z adding 'torch/include/pybind11/eigen.h' 2024-11-01T16:32:57.4885600Z adding 'torch/include/pybind11/embed.h' 2024-11-01T16:32:57.4887360Z adding 'torch/include/pybind11/eval.h' 2024-11-01T16:32:57.4889460Z adding 'torch/include/pybind11/functional.h' 2024-11-01T16:32:57.4891390Z adding 'torch/include/pybind11/gil.h' 2024-11-01T16:32:57.4893090Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-11-01T16:32:57.4895420Z adding 'torch/include/pybind11/iostream.h' 2024-11-01T16:32:57.4912820Z adding 'torch/include/pybind11/numpy.h' 2024-11-01T16:32:57.4915350Z adding 'torch/include/pybind11/operators.h' 2024-11-01T16:32:57.4916750Z adding 'torch/include/pybind11/options.h' 2024-11-01T16:32:57.4943410Z adding 'torch/include/pybind11/pybind11.h' 2024-11-01T16:32:57.4963780Z adding 'torch/include/pybind11/pytypes.h' 2024-11-01T16:32:57.4967290Z adding 'torch/include/pybind11/stl.h' 2024-11-01T16:32:57.4972650Z adding 'torch/include/pybind11/stl_bind.h' 2024-11-01T16:32:57.4974150Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-11-01T16:32:57.4975830Z adding 'torch/include/pybind11/typing.h' 2024-11-01T16:32:57.4982390Z adding 'torch/include/pybind11/detail/class.h' 2024-11-01T16:32:57.4993530Z adding 'torch/include/pybind11/detail/common.h' 2024-11-01T16:32:57.4995140Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2024-11-01T16:32:57.4996890Z adding 'torch/include/pybind11/detail/descr.h' 2024-11-01T16:32:57.4998330Z adding 'torch/include/pybind11/detail/exception_translation.h' 2024-11-01T16:32:57.5001960Z adding 'torch/include/pybind11/detail/init.h' 2024-11-01T16:32:57.5008580Z adding 'torch/include/pybind11/detail/internals.h' 2024-11-01T16:32:57.5019240Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-11-01T16:32:57.5020680Z adding 'torch/include/pybind11/detail/typeid.h' 2024-11-01T16:32:57.5022060Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2024-11-01T16:32:57.5023370Z adding 'torch/include/pybind11/eigen/common.h' 2024-11-01T16:32:57.5029860Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-11-01T16:32:57.5033130Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-11-01T16:32:57.5037810Z adding 'torch/include/torch/custom_class.h' 2024-11-01T16:32:57.5040180Z adding 'torch/include/torch/custom_class_detail.h' 2024-11-01T16:32:57.5041220Z adding 'torch/include/torch/extension.h' 2024-11-01T16:32:57.5050040Z adding 'torch/include/torch/library.h' 2024-11-01T16:32:57.5051350Z adding 'torch/include/torch/script.h' 2024-11-01T16:32:57.5053620Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-11-01T16:32:57.5054480Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-11-01T16:32:57.5055370Z adding 'torch/include/torch/csrc/Device.h' 2024-11-01T16:32:57.5056610Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2024-11-01T16:32:57.5057520Z adding 'torch/include/torch/csrc/Dtype.h' 2024-11-01T16:32:57.5058810Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-11-01T16:32:57.5059830Z adding 'torch/include/torch/csrc/Event.h' 2024-11-01T16:32:57.5062990Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-11-01T16:32:57.5064020Z adding 'torch/include/torch/csrc/Export.h' 2024-11-01T16:32:57.5065250Z adding 'torch/include/torch/csrc/Generator.h' 2024-11-01T16:32:57.5065910Z adding 'torch/include/torch/csrc/Layout.h' 2024-11-01T16:32:57.5067090Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-11-01T16:32:57.5067960Z adding 'torch/include/torch/csrc/Module.h' 2024-11-01T16:32:57.5069270Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-11-01T16:32:57.5069870Z adding 'torch/include/torch/csrc/QScheme.h' 2024-11-01T16:32:57.5071110Z adding 'torch/include/torch/csrc/Size.h' 2024-11-01T16:32:57.5072320Z adding 'torch/include/torch/csrc/Storage.h' 2024-11-01T16:32:57.5073190Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-11-01T16:32:57.5074290Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-11-01T16:32:57.5075170Z adding 'torch/include/torch/csrc/Stream.h' 2024-11-01T16:32:57.5076360Z adding 'torch/include/torch/csrc/THConcat.h' 2024-11-01T16:32:57.5077190Z adding 'torch/include/torch/csrc/THP.h' 2024-11-01T16:32:57.5078270Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-11-01T16:32:57.5079110Z adding 'torch/include/torch/csrc/Types.h' 2024-11-01T16:32:57.5080340Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-11-01T16:32:57.5081210Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-11-01T16:32:57.5082260Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-11-01T16:32:57.5083300Z adding 'torch/include/torch/csrc/python_headers.h' 2024-11-01T16:32:57.5084340Z adding 'torch/include/torch/csrc/serialization.h' 2024-11-01T16:32:57.5086370Z adding 'torch/include/torch/csrc/utils.h' 2024-11-01T16:32:57.5088400Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-11-01T16:32:57.5089630Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-11-01T16:32:57.5090520Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-11-01T16:32:57.5091720Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-11-01T16:32:57.5092380Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-11-01T16:32:57.5094430Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-11-01T16:32:57.5096250Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-11-01T16:32:57.5098200Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-11-01T16:32:57.5099470Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-11-01T16:32:57.5100670Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-11-01T16:32:57.5101540Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-11-01T16:32:57.5103010Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-11-01T16:32:57.5103870Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-11-01T16:32:57.5104770Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-11-01T16:32:57.5108210Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-11-01T16:32:57.5110520Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-11-01T16:32:57.5112140Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-11-01T16:32:57.5112990Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-11-01T16:32:57.5116670Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-11-01T16:32:57.5117890Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-11-01T16:32:57.5119100Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-11-01T16:32:57.5120480Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-11-01T16:32:57.5121360Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-11-01T16:32:57.5122560Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-11-01T16:32:57.5124130Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-11-01T16:32:57.5125450Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-11-01T16:32:57.5126080Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-11-01T16:32:57.5127520Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-11-01T16:32:57.5129210Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-11-01T16:32:57.5130090Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-11-01T16:32:57.5131310Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-11-01T16:32:57.5132210Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-11-01T16:32:57.5135010Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-11-01T16:32:57.5136440Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-11-01T16:32:57.5137860Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-11-01T16:32:57.5139540Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-11-01T16:32:57.5144420Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-11-01T16:32:57.5146120Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-11-01T16:32:57.5147340Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-11-01T16:32:57.5148630Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-11-01T16:32:57.5149930Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-11-01T16:32:57.5151170Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-11-01T16:32:57.5152790Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-11-01T16:32:57.5154150Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-11-01T16:32:57.5155820Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-11-01T16:32:57.5157260Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-11-01T16:32:57.5158220Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-11-01T16:32:57.5159720Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-11-01T16:32:57.5160920Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-11-01T16:32:57.5162200Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-11-01T16:32:57.5166800Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-11-01T16:32:57.5167240Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-11-01T16:32:57.5167500Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-11-01T16:32:57.5167770Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-11-01T16:32:57.5168040Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-11-01T16:32:57.5168860Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-11-01T16:32:57.5170430Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-11-01T16:32:57.5173770Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-11-01T16:32:57.5175030Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-11-01T16:32:57.5176890Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-11-01T16:32:57.5177770Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-11-01T16:32:57.5179350Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-11-01T16:32:57.5184380Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-11-01T16:32:57.5185600Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-11-01T16:32:57.5186280Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-11-01T16:32:57.5188020Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-11-01T16:32:57.5189960Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-11-01T16:32:57.5190830Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-11-01T16:32:57.5195380Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-11-01T16:32:57.5196800Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-11-01T16:32:57.5198280Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-11-01T16:32:57.5199590Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-11-01T16:32:57.5201080Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-11-01T16:32:57.5202880Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-11-01T16:32:57.5204140Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-11-01T16:32:57.5205410Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-11-01T16:32:57.5206100Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-11-01T16:32:57.5210070Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-11-01T16:32:57.5211830Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-11-01T16:32:57.5213140Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-11-01T16:32:57.5214030Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-11-01T16:32:57.5217760Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-11-01T16:32:57.5220000Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-11-01T16:32:57.5221450Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-11-01T16:32:57.5222970Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-11-01T16:32:57.5226300Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-11-01T16:32:57.5227890Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-11-01T16:32:57.5229750Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-11-01T16:32:57.5231340Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-11-01T16:32:57.5234060Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-11-01T16:32:57.5235450Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-11-01T16:32:57.5236980Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-11-01T16:32:57.5238670Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-11-01T16:32:57.5239990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-11-01T16:32:57.5241580Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-11-01T16:32:57.5243240Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-11-01T16:32:57.5247110Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-11-01T16:32:57.5248980Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-11-01T16:32:57.5251070Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-11-01T16:32:57.5252480Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-11-01T16:32:57.5255760Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-11-01T16:32:57.5258140Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-11-01T16:32:57.5259970Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-11-01T16:32:57.5261650Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-11-01T16:32:57.5263310Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-11-01T16:32:57.5264520Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-11-01T16:32:57.5265710Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-11-01T16:32:57.5269120Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-11-01T16:32:57.5271150Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-11-01T16:32:57.5272680Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-11-01T16:32:57.5274240Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-11-01T16:32:57.5276430Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-11-01T16:32:57.5278770Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-11-01T16:32:57.5280120Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-11-01T16:32:57.5281670Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-11-01T16:32:57.5283330Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-11-01T16:32:57.5286540Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-11-01T16:32:57.5289740Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-11-01T16:32:57.5291060Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-11-01T16:32:57.5292370Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-11-01T16:32:57.5294390Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-11-01T16:32:57.5295650Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-11-01T16:32:57.5296910Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-11-01T16:32:57.5298860Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-11-01T16:32:57.5300150Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-11-01T16:32:57.5301430Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-11-01T16:32:57.5302690Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-11-01T16:32:57.5306020Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-11-01T16:32:57.5307720Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-11-01T16:32:57.5404620Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-11-01T16:32:57.5407710Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-11-01T16:32:57.5410560Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-11-01T16:32:57.5412700Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-11-01T16:32:57.5414280Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-11-01T16:32:57.5415870Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-11-01T16:32:57.5417410Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-11-01T16:32:57.5419200Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-11-01T16:32:57.5420900Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-11-01T16:32:57.5424610Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-11-01T16:32:57.5426900Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-11-01T16:32:57.5428580Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-11-01T16:32:57.5431890Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-11-01T16:32:57.5434110Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-11-01T16:32:57.5435760Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-11-01T16:32:57.5437350Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-11-01T16:32:57.5439110Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-11-01T16:32:57.5441540Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-11-01T16:32:57.5443130Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-11-01T16:32:57.5446080Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-11-01T16:32:57.5447670Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-11-01T16:32:57.5449520Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-11-01T16:32:57.5451070Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-11-01T16:32:57.5452320Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-11-01T16:32:57.5453810Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-11-01T16:32:57.5455600Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-11-01T16:32:57.5457380Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-11-01T16:32:57.5458610Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-11-01T16:32:57.5464370Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-11-01T16:32:57.5465800Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-11-01T16:32:57.5469260Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-11-01T16:32:57.5470790Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-11-01T16:32:57.5472850Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-11-01T16:32:57.5474380Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-11-01T16:32:57.5475640Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-11-01T16:32:57.5480030Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-11-01T16:32:57.5481520Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-11-01T16:32:57.5484620Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-11-01T16:32:57.5487620Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-11-01T16:32:57.5495430Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-11-01T16:32:57.5497060Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-11-01T16:32:57.5498210Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-11-01T16:32:57.5501190Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-11-01T16:32:57.5502610Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-11-01T16:32:57.5504080Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-11-01T16:32:57.5505690Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-11-01T16:32:57.5506860Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-11-01T16:32:57.5509470Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-11-01T16:32:57.5512430Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-11-01T16:32:57.5513640Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-11-01T16:32:57.5515000Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-11-01T16:32:57.5516210Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-11-01T16:32:57.5517890Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-11-01T16:32:57.5519260Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-11-01T16:32:57.5520490Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-11-01T16:32:57.5521770Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-11-01T16:32:57.5523730Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-11-01T16:32:57.5525070Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-11-01T16:32:57.5526380Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-11-01T16:32:57.5527600Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-11-01T16:32:57.5528820Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-11-01T16:32:57.5530030Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-11-01T16:32:57.5531290Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-11-01T16:32:57.5532490Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-11-01T16:32:57.5533380Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-11-01T16:32:57.5534820Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-11-01T16:32:57.5536390Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-11-01T16:32:57.5538010Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-11-01T16:32:57.5539290Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-11-01T16:32:57.5541240Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-11-01T16:32:57.5542490Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-11-01T16:32:57.5543660Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-11-01T16:32:57.5553240Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-11-01T16:32:57.5554730Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-11-01T16:32:57.5558740Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-11-01T16:32:57.5560370Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-11-01T16:32:57.5561840Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-11-01T16:32:57.5563200Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-11-01T16:32:57.5565900Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-11-01T16:32:57.5567610Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-11-01T16:32:57.5604770Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-11-01T16:32:57.5608610Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-11-01T16:32:57.5612180Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-11-01T16:32:57.5613800Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-11-01T16:32:57.5615420Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-11-01T16:32:57.5624410Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-11-01T16:32:57.5624790Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-11-01T16:32:57.5625040Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-11-01T16:32:57.5625270Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-11-01T16:32:57.5626400Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-11-01T16:32:57.5627760Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-11-01T16:32:57.5629430Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-11-01T16:32:57.5631960Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-11-01T16:32:57.5633340Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-11-01T16:32:57.5634820Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-11-01T16:32:57.5635840Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-11-01T16:32:57.5637130Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-11-01T16:32:57.5638370Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-11-01T16:32:57.5639730Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-11-01T16:32:57.5641020Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-11-01T16:32:57.5642350Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-11-01T16:32:57.5644330Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-11-01T16:32:57.5645580Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-11-01T16:32:57.5646830Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-11-01T16:32:57.5649890Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-11-01T16:32:57.5652220Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-11-01T16:32:57.5653980Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-11-01T16:32:57.5655430Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-11-01T16:32:57.5657120Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-11-01T16:32:57.5658530Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-11-01T16:32:57.5659870Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-11-01T16:32:57.5661300Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-11-01T16:32:57.5662670Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-11-01T16:32:57.5664320Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-11-01T16:32:57.5665890Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-11-01T16:32:57.5667410Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-11-01T16:32:57.5668750Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-11-01T16:32:57.5670090Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-11-01T16:32:57.5673440Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-11-01T16:32:57.5674890Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-11-01T16:32:57.5677960Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2024-11-01T16:32:57.5679650Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-11-01T16:32:57.5681030Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-11-01T16:32:57.5682850Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-11-01T16:32:57.5684240Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-11-01T16:32:57.5685520Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-11-01T16:32:57.5686870Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-11-01T16:32:57.5688090Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-11-01T16:32:57.5689490Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-11-01T16:32:57.5695590Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-11-01T16:32:57.5697050Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2024-11-01T16:32:57.5699160Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-11-01T16:32:57.5700640Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-11-01T16:32:57.5705910Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-11-01T16:32:57.5709480Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-11-01T16:32:57.5711910Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-11-01T16:32:57.5724000Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-11-01T16:32:57.5726850Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-11-01T16:32:57.5728810Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-11-01T16:32:57.5730980Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-11-01T16:32:57.5732580Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-11-01T16:32:57.5734530Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-11-01T16:32:57.5736760Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-11-01T16:32:57.5738590Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-11-01T16:32:57.5739980Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-11-01T16:32:57.5742890Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-11-01T16:32:57.5744900Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-11-01T16:32:57.5746500Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-11-01T16:32:57.5748630Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-11-01T16:32:57.5750050Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-11-01T16:32:57.5754980Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-11-01T16:32:57.5756390Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-11-01T16:32:57.5758490Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-11-01T16:32:57.5759700Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-11-01T16:32:57.5761610Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-11-01T16:32:57.5762950Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-11-01T16:32:57.5764410Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-11-01T16:32:57.5765700Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-11-01T16:32:57.5767070Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-11-01T16:32:57.5768660Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-11-01T16:32:57.5770800Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-11-01T16:32:57.5772230Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-11-01T16:32:57.5773630Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-11-01T16:32:57.5780950Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-11-01T16:32:57.5782680Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-11-01T16:32:57.5784270Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-11-01T16:32:57.5785760Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-11-01T16:32:57.5787120Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2024-11-01T16:32:57.5789200Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-11-01T16:32:57.5791500Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-11-01T16:32:57.5793230Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-11-01T16:32:57.5794620Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-11-01T16:32:57.5796140Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-11-01T16:32:57.5797510Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-11-01T16:32:57.5798850Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-11-01T16:32:57.5800870Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-11-01T16:32:57.5802240Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-11-01T16:32:57.5803730Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-11-01T16:32:57.5805430Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-11-01T16:32:57.5806580Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-11-01T16:32:57.5810320Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-11-01T16:32:57.5811810Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-11-01T16:32:57.5816390Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-11-01T16:32:57.5821100Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-11-01T16:32:57.5823070Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-11-01T16:32:57.5824700Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-11-01T16:32:57.5826200Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-11-01T16:32:57.5827490Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-11-01T16:32:57.5832180Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-11-01T16:32:57.5834160Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-11-01T16:32:57.5835610Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-11-01T16:32:57.5836940Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-11-01T16:32:57.5838410Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-11-01T16:32:57.5839760Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-11-01T16:32:57.5841680Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-11-01T16:32:57.5843720Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-11-01T16:32:57.5849530Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-11-01T16:32:57.5850920Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-11-01T16:32:57.5852330Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-11-01T16:32:57.5853790Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-11-01T16:32:57.5855510Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-11-01T16:32:57.5856730Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-11-01T16:32:57.5858730Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-11-01T16:32:57.5860180Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-11-01T16:32:57.5861780Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-11-01T16:32:57.5863000Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-11-01T16:32:57.5864340Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-11-01T16:32:57.5865560Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-11-01T16:32:57.5867290Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-11-01T16:32:57.5869250Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2024-11-01T16:32:57.5870380Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2024-11-01T16:32:57.5872500Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-11-01T16:32:57.5873900Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-11-01T16:32:57.5875260Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-11-01T16:32:57.5876420Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-11-01T16:32:57.5879530Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-11-01T16:32:57.5881010Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-11-01T16:32:57.5883150Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-11-01T16:32:57.5887540Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-11-01T16:32:57.5891840Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-11-01T16:32:57.5893310Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-11-01T16:32:57.5894930Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-11-01T16:32:57.5896750Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-11-01T16:32:57.5898210Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-11-01T16:32:57.5899830Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-11-01T16:32:57.5901490Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-11-01T16:32:57.5902810Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-11-01T16:32:57.5904710Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-11-01T16:32:57.5906520Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-11-01T16:32:57.5911220Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-11-01T16:32:57.5913100Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2024-11-01T16:32:57.5916750Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-11-01T16:32:57.5920600Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-11-01T16:32:57.5922800Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-11-01T16:32:57.5924280Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-11-01T16:32:57.5925550Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-11-01T16:32:57.5929120Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-11-01T16:32:57.5931410Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-11-01T16:32:57.5933040Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-11-01T16:32:57.5938890Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-11-01T16:32:57.5941090Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-11-01T16:32:57.5943180Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-11-01T16:32:57.5945600Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-11-01T16:32:57.5947140Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-11-01T16:32:57.5948450Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-11-01T16:32:57.5950020Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-11-01T16:32:57.5951210Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-11-01T16:32:57.5952590Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-11-01T16:32:57.5953820Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-11-01T16:32:57.5958350Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-11-01T16:32:57.5958710Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-11-01T16:32:57.5958930Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-11-01T16:32:57.5959680Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-11-01T16:32:57.5962490Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-11-01T16:32:57.5963710Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-11-01T16:32:57.5964960Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-11-01T16:32:57.5966300Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-11-01T16:32:57.5967510Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-11-01T16:32:57.5968930Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-11-01T16:32:57.5970140Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-11-01T16:32:57.5971340Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-11-01T16:32:57.5976240Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-11-01T16:32:57.5977810Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-11-01T16:32:57.5979080Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-11-01T16:32:57.5980680Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-11-01T16:32:57.5981900Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-11-01T16:32:57.5983130Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-11-01T16:32:57.5984560Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-11-01T16:32:57.5986060Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-11-01T16:32:57.5987430Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-11-01T16:32:57.5988840Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-11-01T16:32:57.5992340Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-11-01T16:32:57.5993680Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-11-01T16:32:57.5994850Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-11-01T16:32:57.6000700Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-11-01T16:32:57.6003700Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-11-01T16:32:57.6006090Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-11-01T16:32:57.6012850Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-11-01T16:32:57.6014300Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-11-01T16:32:57.6018180Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-11-01T16:32:57.6020050Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-11-01T16:32:57.6021510Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-11-01T16:32:57.6023510Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-11-01T16:32:57.6024750Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-11-01T16:32:57.6037800Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-11-01T16:32:57.6040030Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-11-01T16:32:57.6041530Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-11-01T16:32:57.6043130Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-11-01T16:32:57.6044360Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-11-01T16:32:57.6046560Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-11-01T16:32:57.6048400Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-11-01T16:32:57.6049740Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-11-01T16:32:57.6051540Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-11-01T16:32:57.6053030Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-11-01T16:32:57.6055230Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-11-01T16:32:57.6057130Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-11-01T16:32:57.6058450Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-11-01T16:32:57.6060070Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-11-01T16:32:57.6061810Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-11-01T16:32:57.6063130Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-11-01T16:32:57.6064440Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-11-01T16:32:57.6065650Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-11-01T16:32:57.6066980Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-11-01T16:32:57.6068990Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-11-01T16:32:57.6070700Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-11-01T16:32:57.6072030Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-11-01T16:32:57.6073300Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-11-01T16:32:57.6074560Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-11-01T16:32:57.6076370Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-11-01T16:32:57.6077720Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-11-01T16:32:57.6079050Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-11-01T16:32:57.6080530Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-11-01T16:32:57.6081850Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-11-01T16:32:57.6083220Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-11-01T16:32:57.6085340Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-11-01T16:32:57.6086530Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-11-01T16:32:57.6087710Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-11-01T16:32:57.6089070Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-11-01T16:32:57.6090260Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-11-01T16:32:57.6091480Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-11-01T16:32:57.6092730Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-11-01T16:32:57.6093880Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-11-01T16:32:57.6095050Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-11-01T16:32:57.6096370Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-11-01T16:32:57.6097620Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-11-01T16:32:57.6098760Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-11-01T16:32:57.6099960Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-11-01T16:32:57.6101390Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-11-01T16:32:57.6103040Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-11-01T16:32:57.6103560Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-11-01T16:32:57.6105130Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-11-01T16:32:57.6106280Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-11-01T16:32:57.6107500Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-11-01T16:32:57.6108680Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-11-01T16:32:57.6109950Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-11-01T16:32:57.6111270Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-11-01T16:32:57.6112740Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-11-01T16:32:57.6114010Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-11-01T16:32:57.6115340Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-11-01T16:32:57.6116670Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-11-01T16:32:57.6117910Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-11-01T16:32:57.6119160Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-11-01T16:32:57.6120420Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-11-01T16:32:57.6121730Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-11-01T16:32:57.6122890Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-11-01T16:32:57.6124120Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-11-01T16:32:57.6125290Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-11-01T16:32:57.6126510Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-11-01T16:32:57.6127700Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-11-01T16:32:57.6129050Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-11-01T16:32:57.6130500Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-11-01T16:32:57.6131670Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-11-01T16:32:57.6132880Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-11-01T16:32:57.6134080Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-11-01T16:32:57.6135250Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-11-01T16:32:57.6136460Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-11-01T16:32:57.6137600Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-11-01T16:32:57.6138810Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-11-01T16:32:57.6140020Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-11-01T16:32:57.6142190Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-11-01T16:32:57.6143650Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-11-01T16:32:57.6144900Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-11-01T16:32:57.6146250Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-11-01T16:32:57.6147430Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-11-01T16:32:57.6148780Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-11-01T16:32:57.6149650Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-11-01T16:32:57.6150990Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-11-01T16:32:57.6152210Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-11-01T16:32:57.6153470Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-11-01T16:32:57.6154080Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-11-01T16:32:57.6155740Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-11-01T16:32:57.6156900Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-11-01T16:32:57.6158770Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-11-01T16:32:57.6159620Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-11-01T16:32:57.6161080Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-11-01T16:32:57.6162280Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-11-01T16:32:57.6163640Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-11-01T16:32:57.6164520Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-11-01T16:32:57.6165770Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-11-01T16:32:57.6166660Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-11-01T16:32:57.6167980Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-11-01T16:32:57.6169210Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-11-01T16:32:57.6170110Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-11-01T16:32:57.6171350Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-11-01T16:32:57.6172770Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-11-01T16:32:57.6173680Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-11-01T16:32:57.6175120Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-11-01T16:32:57.6175960Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-11-01T16:32:57.6177460Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-11-01T16:32:57.6178710Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-11-01T16:32:57.6179940Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-11-01T16:32:57.6181450Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-11-01T16:32:57.6182940Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-11-01T16:32:57.6184140Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-11-01T16:32:57.6185690Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-11-01T16:32:57.6186970Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-11-01T16:32:57.6188390Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-11-01T16:32:57.6189550Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-11-01T16:32:57.6190780Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-11-01T16:32:57.6191660Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-11-01T16:32:57.6193050Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-11-01T16:32:57.6194620Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-11-01T16:32:57.6196090Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-11-01T16:32:57.6196980Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-11-01T16:32:57.6199270Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-11-01T16:32:57.6200610Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-11-01T16:32:57.6201740Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-11-01T16:32:57.6208200Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-11-01T16:32:57.6209590Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-11-01T16:32:57.6210800Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-11-01T16:32:57.6212220Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-11-01T16:32:57.6214200Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-11-01T16:32:57.6215500Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-11-01T16:32:57.6219600Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-11-01T16:32:57.6219970Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-11-01T16:32:57.6220120Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-11-01T16:32:57.6220510Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-11-01T16:32:57.6222790Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-11-01T16:32:57.6232720Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-11-01T16:32:57.6234960Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-11-01T16:32:57.6236030Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-11-01T16:32:57.6237550Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-11-01T16:32:57.6238810Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-11-01T16:32:57.6240630Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-11-01T16:32:57.6242590Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-11-01T16:32:57.6245130Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-11-01T16:32:57.6246290Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-11-01T16:32:57.6247480Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-11-01T16:32:57.6248340Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-11-01T16:32:57.6249670Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-11-01T16:32:57.6250540Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-11-01T16:32:57.6255250Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-11-01T16:32:57.6257060Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-11-01T16:32:57.6258630Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-11-01T16:32:57.6259800Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-11-01T16:32:57.6261100Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-11-01T16:32:57.6262010Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-11-01T16:32:57.6263400Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-11-01T16:32:57.6265100Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-11-01T16:32:57.6266870Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-11-01T16:32:57.6268650Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-11-01T16:32:57.6270660Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-11-01T16:32:57.6272410Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-11-01T16:32:57.6273730Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-11-01T16:32:57.6274570Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-11-01T16:32:57.6276190Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-11-01T16:32:57.6278830Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-11-01T16:32:57.6280080Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-11-01T16:32:57.6280970Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-11-01T16:32:57.6282700Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-11-01T16:32:57.6285040Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-11-01T16:32:57.6290960Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-11-01T16:32:57.6292660Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-11-01T16:32:57.6293650Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-11-01T16:32:57.6294910Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-11-01T16:32:57.6296110Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-11-01T16:32:57.6297680Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-11-01T16:32:57.6298530Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-11-01T16:32:57.6300300Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-11-01T16:32:57.6301200Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-11-01T16:32:57.6302530Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-11-01T16:32:57.6303430Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-11-01T16:32:57.6305610Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-11-01T16:32:57.6308210Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-11-01T16:32:57.6309630Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-11-01T16:32:57.6311100Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-11-01T16:32:57.6312470Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-11-01T16:32:57.6313690Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-11-01T16:32:57.6315040Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-11-01T16:32:57.6315760Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-11-01T16:32:57.6317280Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-11-01T16:32:57.6318440Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-11-01T16:32:57.6320030Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-11-01T16:32:57.6333040Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-11-01T16:32:57.6334810Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-11-01T16:32:57.6336650Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-11-01T16:32:57.6340250Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-11-01T16:32:57.6341770Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-11-01T16:32:57.6343140Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-11-01T16:32:57.6344430Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-11-01T16:32:57.6345640Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-11-01T16:32:57.6346940Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-11-01T16:32:57.6349230Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-11-01T16:32:57.6352300Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-11-01T16:32:57.6353940Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-11-01T16:32:57.6355510Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-11-01T16:32:57.6357290Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-11-01T16:32:57.6359660Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-11-01T16:32:57.6361010Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-11-01T16:32:57.6362300Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-11-01T16:32:57.6364370Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-11-01T16:32:57.6365960Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-11-01T16:32:57.6368250Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-11-01T16:32:57.6369770Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-11-01T16:32:57.6372730Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-11-01T16:32:57.6374440Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-11-01T16:32:57.6375640Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-11-01T16:32:57.6377070Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-11-01T16:32:57.6378420Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-11-01T16:32:57.6380250Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-11-01T16:32:57.6382050Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-11-01T16:32:57.6384240Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-11-01T16:32:57.6385440Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-11-01T16:32:57.6389740Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-11-01T16:32:57.6391080Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-11-01T16:32:57.6392480Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-11-01T16:32:57.6393900Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-11-01T16:32:57.6397310Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-11-01T16:32:57.6398500Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-11-01T16:32:57.6399790Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-11-01T16:32:57.6402990Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-11-01T16:32:57.6404790Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-11-01T16:32:57.6406020Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-11-01T16:32:57.6411450Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-11-01T16:32:57.6412740Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-11-01T16:32:57.6413930Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-11-01T16:32:57.6417170Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-11-01T16:32:57.6419590Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-11-01T16:32:57.6422610Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-11-01T16:32:57.6427840Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-11-01T16:32:57.6430080Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-11-01T16:32:57.6431430Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-11-01T16:32:57.6432790Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-11-01T16:32:57.6434460Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-11-01T16:32:57.6435290Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-11-01T16:32:57.6437350Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-11-01T16:32:57.6438130Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-11-01T16:32:57.6439600Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-11-01T16:32:57.6440630Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-11-01T16:32:57.6441840Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-11-01T16:32:57.6443280Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-11-01T16:32:57.6444780Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-11-01T16:32:57.6446870Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-11-01T16:32:57.6447480Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-11-01T16:32:57.6448920Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-11-01T16:32:57.6450090Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-11-01T16:32:57.6455770Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-11-01T16:32:57.6456260Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-11-01T16:32:57.6456750Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-11-01T16:32:57.6457360Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-11-01T16:32:57.6459760Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-11-01T16:32:57.6461010Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-11-01T16:32:57.6462270Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-11-01T16:32:57.6463140Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-11-01T16:32:57.6465420Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-11-01T16:32:57.6466810Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-11-01T16:32:57.6469040Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-11-01T16:32:57.6470660Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-11-01T16:32:57.6471590Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-11-01T16:32:57.6472890Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-11-01T16:32:57.6474080Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-11-01T16:32:57.6477450Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-11-01T16:32:57.6479710Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-11-01T16:32:57.6480970Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-11-01T16:32:57.6482150Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-11-01T16:32:57.6483380Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-11-01T16:32:57.6485670Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-11-01T16:32:57.6488320Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-11-01T16:32:57.6489570Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-11-01T16:32:57.6490890Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-11-01T16:32:57.6491970Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-11-01T16:32:57.6493220Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-11-01T16:32:57.6494350Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-11-01T16:32:57.6495750Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-11-01T16:32:57.6497200Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-11-01T16:32:57.6498540Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-11-01T16:32:57.6499410Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-11-01T16:32:57.6500990Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-11-01T16:32:57.6502330Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-11-01T16:32:57.6503680Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-11-01T16:32:57.6505040Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-11-01T16:32:57.6505700Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-11-01T16:32:57.6506970Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-11-01T16:32:57.6507780Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-11-01T16:32:57.6509230Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-11-01T16:32:57.6510790Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-11-01T16:32:57.6512210Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-11-01T16:32:57.6513010Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-11-01T16:32:57.6514660Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-11-01T16:32:57.6515360Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-11-01T16:32:57.6516650Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-11-01T16:32:57.6518050Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-11-01T16:32:57.6522480Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-11-01T16:32:57.6523920Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-11-01T16:32:57.6525840Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-11-01T16:32:57.6527430Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-11-01T16:32:57.6528260Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-11-01T16:32:57.6529600Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2024-11-01T16:32:57.6531080Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-11-01T16:32:57.6531850Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-11-01T16:32:57.6533510Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-11-01T16:32:57.6535260Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-11-01T16:32:57.6537450Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-11-01T16:32:57.6538890Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-11-01T16:32:57.6539440Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-11-01T16:32:57.6541140Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-11-01T16:32:57.6541870Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-11-01T16:32:57.6543280Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-11-01T16:32:57.6544710Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-11-01T16:32:57.6545400Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-11-01T16:32:57.6546810Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-11-01T16:32:57.6547580Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-11-01T16:32:57.6549170Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-11-01T16:32:57.6550650Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-11-01T16:32:57.6552110Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-11-01T16:32:57.6554330Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-11-01T16:32:57.6555220Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-11-01T16:32:57.6557160Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-11-01T16:32:57.6558640Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-11-01T16:32:57.6560030Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-11-01T16:32:57.6562670Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-11-01T16:32:57.6564260Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-11-01T16:32:57.6566790Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-11-01T16:32:57.6568440Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-11-01T16:32:57.6569790Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-11-01T16:32:57.6571190Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-11-01T16:32:57.6572060Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-11-01T16:32:57.6573440Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-11-01T16:32:57.6574810Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-11-01T16:32:57.6576130Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-11-01T16:32:57.6577900Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-11-01T16:32:57.6581830Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-11-01T16:32:57.6582330Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-11-01T16:32:57.6582750Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-11-01T16:32:57.6583200Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-11-01T16:32:57.6583650Z adding 'torch/include/torch/csrc/utils/init.h' 2024-11-01T16:32:57.6584170Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-11-01T16:32:57.6584850Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-11-01T16:32:57.6586170Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-11-01T16:32:57.6587470Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-11-01T16:32:57.6588080Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-11-01T16:32:57.6590950Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-11-01T16:32:57.6591800Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-11-01T16:32:57.6593180Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-11-01T16:32:57.6600720Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-11-01T16:32:57.6602090Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-11-01T16:32:57.6602930Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-11-01T16:32:57.6604790Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-11-01T16:32:57.6606090Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-11-01T16:32:57.6607660Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-11-01T16:32:57.6609230Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-11-01T16:32:57.6609980Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-11-01T16:32:57.6612130Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-11-01T16:32:57.6613490Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-11-01T16:32:57.6614140Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-11-01T16:32:57.6621810Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-11-01T16:32:57.6623430Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-11-01T16:32:57.6624680Z adding 'torch/include/torch/csrc/utils/six.h' 2024-11-01T16:32:57.6625310Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-11-01T16:32:57.6626590Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-11-01T16:32:57.6627260Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-11-01T16:32:57.6628930Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-11-01T16:32:57.6629550Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-11-01T16:32:57.6630900Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-11-01T16:32:57.6631500Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-11-01T16:32:57.6633110Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-11-01T16:32:57.6633850Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-11-01T16:32:57.6635130Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-11-01T16:32:57.6635840Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-11-01T16:32:57.6638000Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-11-01T16:32:57.6640080Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-11-01T16:32:57.6641100Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-11-01T16:32:57.6642680Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-11-01T16:32:57.6643340Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-11-01T16:32:57.6644950Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-11-01T16:32:57.6645660Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-11-01T16:32:57.6646970Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-11-01T16:32:57.6649930Z adding 'torch/jit/__init__.py' 2024-11-01T16:32:57.6651520Z adding 'torch/jit/_async.py' 2024-11-01T16:32:57.6652730Z adding 'torch/jit/_await.py' 2024-11-01T16:32:57.6654670Z adding 'torch/jit/_builtins.py' 2024-11-01T16:32:57.6657120Z adding 'torch/jit/_check.py' 2024-11-01T16:32:57.6659190Z adding 'torch/jit/_dataclass_impls.py' 2024-11-01T16:32:57.6660080Z adding 'torch/jit/_decomposition_utils.py' 2024-11-01T16:32:57.6661870Z adding 'torch/jit/_decompositions.py' 2024-11-01T16:32:57.6664360Z adding 'torch/jit/_freeze.py' 2024-11-01T16:32:57.6666310Z adding 'torch/jit/_fuser.py' 2024-11-01T16:32:57.6667530Z adding 'torch/jit/_ir_utils.py' 2024-11-01T16:32:57.6668010Z adding 'torch/jit/_logging.py' 2024-11-01T16:32:57.6670490Z adding 'torch/jit/_monkeytype_config.py' 2024-11-01T16:32:57.6671700Z adding 'torch/jit/_pickle.py' 2024-11-01T16:32:57.6681180Z adding 'torch/jit/_recursive.py' 2024-11-01T16:32:57.6696160Z adding 'torch/jit/_script.py' 2024-11-01T16:32:57.6698730Z adding 'torch/jit/_script.pyi' 2024-11-01T16:32:57.6701180Z adding 'torch/jit/_serialization.py' 2024-11-01T16:32:57.6710350Z adding 'torch/jit/_shape_functions.py' 2024-11-01T16:32:57.6712080Z adding 'torch/jit/_state.py' 2024-11-01T16:32:57.6724300Z adding 'torch/jit/_trace.py' 2024-11-01T16:32:57.6729410Z adding 'torch/jit/annotations.py' 2024-11-01T16:32:57.6738990Z adding 'torch/jit/frontend.py' 2024-11-01T16:32:57.6740400Z adding 'torch/jit/generate_bytecode.py' 2024-11-01T16:32:57.6741620Z adding 'torch/jit/quantized.py' 2024-11-01T16:32:57.6744200Z adding 'torch/jit/supported_ops.py' 2024-11-01T16:32:57.6745560Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-11-01T16:32:57.6746810Z adding 'torch/jit/_passes/__init__.py' 2024-11-01T16:32:57.6748110Z adding 'torch/jit/_passes/_property_propagation.py' 2024-11-01T16:32:57.6750180Z adding 'torch/jit/mobile/__init__.py' 2024-11-01T16:32:57.7009620Z adding 'torch/lib/libc10.dylib' 2024-11-01T16:32:57.7238960Z adding 'torch/lib/libomp.dylib' 2024-11-01T16:32:57.7252330Z adding 'torch/lib/libshm.dylib' 2024-11-01T16:32:57.7255140Z adding 'torch/lib/libtorch.dylib' 2024-11-01T16:33:01.3234920Z adding 'torch/lib/libtorch_cpu.dylib' 2024-11-01T16:33:01.3978270Z adding 'torch/lib/libtorch_global_deps.dylib' 2024-11-01T16:33:01.9024820Z adding 'torch/lib/libtorch_python.dylib' 2024-11-01T16:33:01.9138940Z adding 'torch/linalg/__init__.py' 2024-11-01T16:33:01.9140700Z adding 'torch/masked/__init__.py' 2024-11-01T16:33:01.9144920Z adding 'torch/masked/_docs.py' 2024-11-01T16:33:01.9158130Z adding 'torch/masked/_ops.py' 2024-11-01T16:33:01.9159830Z adding 'torch/masked/maskedtensor/__init__.py' 2024-11-01T16:33:01.9162940Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-11-01T16:33:01.9164830Z adding 'torch/masked/maskedtensor/binary.py' 2024-11-01T16:33:01.9167920Z adding 'torch/masked/maskedtensor/core.py' 2024-11-01T16:33:01.9169150Z adding 'torch/masked/maskedtensor/creation.py' 2024-11-01T16:33:01.9170420Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-11-01T16:33:01.9172010Z adding 'torch/masked/maskedtensor/reductions.py' 2024-11-01T16:33:01.9173740Z adding 'torch/masked/maskedtensor/unary.py' 2024-11-01T16:33:01.9175160Z adding 'torch/monitor/__init__.py' 2024-11-01T16:33:01.9177240Z adding 'torch/mps/__init__.py' 2024-11-01T16:33:01.9178490Z adding 'torch/mps/event.py' 2024-11-01T16:33:01.9179790Z adding 'torch/mps/profiler.py' 2024-11-01T16:33:01.9182800Z adding 'torch/mtia/__init__.py' 2024-11-01T16:33:01.9184050Z adding 'torch/mtia/_utils.py' 2024-11-01T16:33:01.9185860Z adding 'torch/multiprocessing/__init__.py' 2024-11-01T16:33:01.9187110Z adding 'torch/multiprocessing/_atfork.py' 2024-11-01T16:33:01.9188320Z adding 'torch/multiprocessing/pool.py' 2024-11-01T16:33:01.9189560Z adding 'torch/multiprocessing/queue.py' 2024-11-01T16:33:01.9194530Z adding 'torch/multiprocessing/reductions.py' 2024-11-01T16:33:01.9197930Z adding 'torch/multiprocessing/spawn.py' 2024-11-01T16:33:01.9202620Z adding 'torch/nested/__init__.py' 2024-11-01T16:33:01.9203910Z adding 'torch/nested/_internal/__init__.py' 2024-11-01T16:33:01.9208820Z adding 'torch/nested/_internal/nested_tensor.py' 2024-11-01T16:33:01.9223710Z adding 'torch/nested/_internal/ops.py' 2024-11-01T16:33:01.9230730Z adding 'torch/nested/_internal/sdpa.py' 2024-11-01T16:33:01.9232800Z adding 'torch/nn/__init__.py' 2024-11-01T16:33:01.9234120Z adding 'torch/nn/_reduction.py' 2024-11-01T16:33:01.9235410Z adding 'torch/nn/common_types.py' 2024-11-01T16:33:01.9236780Z adding 'torch/nn/cpp.py' 2024-11-01T16:33:01.9281380Z adding 'torch/nn/functional.py' 2024-11-01T16:33:01.9285530Z adding 'torch/nn/functional.pyi' 2024-11-01T16:33:01.9287680Z adding 'torch/nn/grad.py' 2024-11-01T16:33:01.9292090Z adding 'torch/nn/init.py' 2024-11-01T16:33:01.9294840Z adding 'torch/nn/parameter.py' 2024-11-01T16:33:01.9296180Z adding 'torch/nn/parameter.pyi' 2024-11-01T16:33:01.9298100Z adding 'torch/nn/attention/__init__.py' 2024-11-01T16:33:01.9299440Z adding 'torch/nn/attention/_utils.py' 2024-11-01T16:33:01.9302310Z adding 'torch/nn/attention/bias.py' 2024-11-01T16:33:01.9312970Z adding 'torch/nn/attention/flex_attention.py' 2024-11-01T16:33:01.9314550Z adding 'torch/nn/attention/experimental/__init__.py' 2024-11-01T16:33:01.9317330Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2024-11-01T16:33:01.9318600Z adding 'torch/nn/backends/__init__.py' 2024-11-01T16:33:01.9319100Z adding 'torch/nn/backends/thnn.py' 2024-11-01T16:33:01.9320740Z adding 'torch/nn/intrinsic/__init__.py' 2024-11-01T16:33:01.9322050Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-11-01T16:33:01.9322770Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-11-01T16:33:01.9324210Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-11-01T16:33:01.9325480Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:33:01.9326340Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:33:01.9327740Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:33:01.9328520Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:33:01.9330120Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:33:01.9331410Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:33:01.9332770Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:33:01.9333320Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:33:01.9334900Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:33:01.9335520Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:33:01.9336840Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:33:01.9337320Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:33:01.9339920Z adding 'torch/nn/modules/__init__.py' 2024-11-01T16:33:01.9342830Z adding 'torch/nn/modules/_functions.py' 2024-11-01T16:33:01.9352630Z adding 'torch/nn/modules/activation.py' 2024-11-01T16:33:01.9355910Z adding 'torch/nn/modules/adaptive.py' 2024-11-01T16:33:01.9361690Z adding 'torch/nn/modules/batchnorm.py' 2024-11-01T16:33:01.9363150Z adding 'torch/nn/modules/channelshuffle.py' 2024-11-01T16:33:01.9374440Z adding 'torch/nn/modules/container.py' 2024-11-01T16:33:01.9379660Z adding 'torch/nn/modules/conv.py' 2024-11-01T16:33:01.9381440Z adding 'torch/nn/modules/distance.py' 2024-11-01T16:33:01.9383590Z adding 'torch/nn/modules/dropout.py' 2024-11-01T16:33:01.9385340Z adding 'torch/nn/modules/flatten.py' 2024-11-01T16:33:01.9388030Z adding 'torch/nn/modules/fold.py' 2024-11-01T16:33:01.9391050Z adding 'torch/nn/modules/instancenorm.py' 2024-11-01T16:33:01.9394030Z adding 'torch/nn/modules/lazy.py' 2024-11-01T16:33:01.9396440Z adding 'torch/nn/modules/linear.py' 2024-11-01T16:33:01.9412080Z adding 'torch/nn/modules/loss.py' 2024-11-01T16:33:01.9437100Z adding 'torch/nn/modules/module.py' 2024-11-01T16:33:01.9440540Z adding 'torch/nn/modules/normalization.py' 2024-11-01T16:33:01.9443720Z adding 'torch/nn/modules/padding.py' 2024-11-01T16:33:01.9445240Z adding 'torch/nn/modules/pixelshuffle.py' 2024-11-01T16:33:01.9452390Z adding 'torch/nn/modules/pooling.py' 2024-11-01T16:33:01.9463950Z adding 'torch/nn/modules/rnn.py' 2024-11-01T16:33:01.9468370Z adding 'torch/nn/modules/sparse.py' 2024-11-01T16:33:01.9476510Z adding 'torch/nn/modules/transformer.py' 2024-11-01T16:33:01.9479290Z adding 'torch/nn/modules/upsampling.py' 2024-11-01T16:33:01.9480800Z adding 'torch/nn/modules/utils.py' 2024-11-01T16:33:01.9482240Z adding 'torch/nn/parallel/__init__.py' 2024-11-01T16:33:01.9483980Z adding 'torch/nn/parallel/_functions.py' 2024-11-01T16:33:01.9486670Z adding 'torch/nn/parallel/comm.py' 2024-11-01T16:33:01.9489670Z adding 'torch/nn/parallel/data_parallel.py' 2024-11-01T16:33:01.9515550Z adding 'torch/nn/parallel/distributed.py' 2024-11-01T16:33:01.9517940Z adding 'torch/nn/parallel/parallel_apply.py' 2024-11-01T16:33:01.9520040Z adding 'torch/nn/parallel/replicate.py' 2024-11-01T16:33:01.9521860Z adding 'torch/nn/parallel/scatter_gather.py' 2024-11-01T16:33:01.9523220Z adding 'torch/nn/qat/__init__.py' 2024-11-01T16:33:01.9524500Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-11-01T16:33:01.9525750Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:33:01.9526440Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:33:01.9528030Z adding 'torch/nn/qat/modules/__init__.py' 2024-11-01T16:33:01.9528910Z adding 'torch/nn/qat/modules/conv.py' 2024-11-01T16:33:01.9530210Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-11-01T16:33:01.9530790Z adding 'torch/nn/qat/modules/linear.py' 2024-11-01T16:33:01.9532270Z adding 'torch/nn/quantizable/__init__.py' 2024-11-01T16:33:01.9533580Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-11-01T16:33:01.9534320Z adding 'torch/nn/quantizable/modules/activation.py' 2024-11-01T16:33:01.9535410Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-11-01T16:33:01.9536830Z adding 'torch/nn/quantized/__init__.py' 2024-11-01T16:33:01.9537520Z adding 'torch/nn/quantized/functional.py' 2024-11-01T16:33:01.9538980Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-11-01T16:33:01.9540410Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-11-01T16:33:01.9541110Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-11-01T16:33:01.9542420Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-11-01T16:33:01.9543110Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-11-01T16:33:01.9544510Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-11-01T16:33:01.9545320Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-11-01T16:33:01.9546760Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-11-01T16:33:01.9548130Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:33:01.9548890Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:33:01.9550300Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:33:01.9551050Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:33:01.9552940Z adding 'torch/nn/quantized/modules/__init__.py' 2024-11-01T16:33:01.9553750Z adding 'torch/nn/quantized/modules/activation.py' 2024-11-01T16:33:01.9555090Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-11-01T16:33:01.9555780Z adding 'torch/nn/quantized/modules/conv.py' 2024-11-01T16:33:01.9557050Z adding 'torch/nn/quantized/modules/dropout.py' 2024-11-01T16:33:01.9557770Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:33:01.9559100Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-11-01T16:33:01.9559720Z adding 'torch/nn/quantized/modules/linear.py' 2024-11-01T16:33:01.9561110Z adding 'torch/nn/quantized/modules/normalization.py' 2024-11-01T16:33:01.9561720Z adding 'torch/nn/quantized/modules/rnn.py' 2024-11-01T16:33:01.9563120Z adding 'torch/nn/quantized/modules/utils.py' 2024-11-01T16:33:01.9564400Z adding 'torch/nn/utils/__init__.py' 2024-11-01T16:33:01.9565740Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-11-01T16:33:01.9568550Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-11-01T16:33:01.9570450Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-11-01T16:33:01.9572560Z adding 'torch/nn/utils/clip_grad.py' 2024-11-01T16:33:01.9574020Z adding 'torch/nn/utils/convert_parameters.py' 2024-11-01T16:33:01.9575790Z adding 'torch/nn/utils/fusion.py' 2024-11-01T16:33:01.9577230Z adding 'torch/nn/utils/init.py' 2024-11-01T16:33:01.9579250Z adding 'torch/nn/utils/memory_format.py' 2024-11-01T16:33:01.9585230Z adding 'torch/nn/utils/parametrizations.py' 2024-11-01T16:33:01.9593060Z adding 'torch/nn/utils/parametrize.py' 2024-11-01T16:33:01.9603740Z adding 'torch/nn/utils/prune.py' 2024-11-01T16:33:01.9608690Z adding 'torch/nn/utils/rnn.py' 2024-11-01T16:33:01.9612360Z adding 'torch/nn/utils/spectral_norm.py' 2024-11-01T16:33:01.9615300Z adding 'torch/nn/utils/stateless.py' 2024-11-01T16:33:01.9617320Z adding 'torch/nn/utils/weight_norm.py' 2024-11-01T16:33:01.9618800Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-11-01T16:33:01.9620310Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-11-01T16:33:01.9623030Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-11-01T16:33:01.9624550Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-11-01T16:33:01.9626360Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-11-01T16:33:01.9630390Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-11-01T16:33:01.9630920Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-11-01T16:33:01.9631630Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-11-01T16:33:01.9633080Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-11-01T16:33:01.9634030Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-11-01T16:33:01.9638930Z adding 'torch/onnx/__init__.py' 2024-11-01T16:33:01.9640230Z adding 'torch/onnx/_constants.py' 2024-11-01T16:33:01.9641720Z adding 'torch/onnx/_deprecation.py' 2024-11-01T16:33:01.9642940Z adding 'torch/onnx/_experimental.py' 2024-11-01T16:33:01.9643630Z adding 'torch/onnx/_exporter_states.py' 2024-11-01T16:33:01.9645080Z adding 'torch/onnx/_flags.py' 2024-11-01T16:33:01.9646440Z adding 'torch/onnx/_globals.py' 2024-11-01T16:33:01.9647890Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-11-01T16:33:01.9650780Z adding 'torch/onnx/_type_utils.py' 2024-11-01T16:33:01.9652280Z adding 'torch/onnx/errors.py' 2024-11-01T16:33:01.9653520Z adding 'torch/onnx/operators.py' 2024-11-01T16:33:01.9655580Z adding 'torch/onnx/symbolic_caffe2.py' 2024-11-01T16:33:01.9672700Z adding 'torch/onnx/symbolic_helper.py' 2024-11-01T16:33:01.9678770Z adding 'torch/onnx/symbolic_opset10.py' 2024-11-01T16:33:01.9688880Z adding 'torch/onnx/symbolic_opset11.py' 2024-11-01T16:33:01.9692230Z adding 'torch/onnx/symbolic_opset12.py' 2024-11-01T16:33:01.9699360Z adding 'torch/onnx/symbolic_opset13.py' 2024-11-01T16:33:01.9701940Z adding 'torch/onnx/symbolic_opset14.py' 2024-11-01T16:33:01.9703350Z adding 'torch/onnx/symbolic_opset15.py' 2024-11-01T16:33:01.9705320Z adding 'torch/onnx/symbolic_opset16.py' 2024-11-01T16:33:01.9707610Z adding 'torch/onnx/symbolic_opset17.py' 2024-11-01T16:33:01.9709570Z adding 'torch/onnx/symbolic_opset18.py' 2024-11-01T16:33:01.9710790Z adding 'torch/onnx/symbolic_opset19.py' 2024-11-01T16:33:01.9712000Z adding 'torch/onnx/symbolic_opset20.py' 2024-11-01T16:33:01.9713230Z adding 'torch/onnx/symbolic_opset7.py' 2024-11-01T16:33:01.9716180Z adding 'torch/onnx/symbolic_opset8.py' 2024-11-01T16:33:01.9760330Z adding 'torch/onnx/symbolic_opset9.py' 2024-11-01T16:33:01.9779090Z adding 'torch/onnx/utils.py' 2024-11-01T16:33:01.9794700Z adding 'torch/onnx/verification.py' 2024-11-01T16:33:01.9796530Z adding 'torch/onnx/_internal/__init__.py' 2024-11-01T16:33:01.9804140Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-11-01T16:33:01.9805530Z adding 'torch/onnx/_internal/_lazy_import.py' 2024-11-01T16:33:01.9809840Z adding 'torch/onnx/_internal/io_adapter.py' 2024-11-01T16:33:01.9813160Z adding 'torch/onnx/_internal/jit_utils.py' 2024-11-01T16:33:01.9815610Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-11-01T16:33:01.9827430Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-11-01T16:33:01.9830580Z adding 'torch/onnx/_internal/registration.py' 2024-11-01T16:33:01.9832300Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-11-01T16:33:01.9834480Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-11-01T16:33:01.9840170Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-11-01T16:33:01.9841900Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-11-01T16:33:01.9844340Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-11-01T16:33:01.9847890Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-11-01T16:33:01.9849700Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-11-01T16:33:01.9851110Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-11-01T16:33:01.9852440Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-11-01T16:33:01.9854630Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-11-01T16:33:01.9855530Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-11-01T16:33:01.9857170Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-11-01T16:33:01.9858090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-11-01T16:33:01.9859510Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-11-01T16:33:01.9861090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-11-01T16:33:01.9861910Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-11-01T16:33:01.9863290Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-11-01T16:33:01.9864290Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-11-01T16:33:01.9865740Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-11-01T16:33:01.9866420Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-11-01T16:33:01.9867880Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-11-01T16:33:01.9868750Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-11-01T16:33:01.9870450Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-11-01T16:33:01.9871400Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-11-01T16:33:01.9872960Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-11-01T16:33:01.9873810Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-11-01T16:33:01.9875160Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-11-01T16:33:01.9876020Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-11-01T16:33:01.9877640Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-11-01T16:33:01.9878460Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-11-01T16:33:01.9879950Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-11-01T16:33:01.9880700Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-11-01T16:33:01.9882180Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-11-01T16:33:01.9883620Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-11-01T16:33:01.9884280Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-11-01T16:33:01.9885800Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-11-01T16:33:01.9886670Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-11-01T16:33:01.9888090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-11-01T16:33:01.9888860Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-11-01T16:33:01.9890260Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-11-01T16:33:01.9891070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-11-01T16:33:01.9892510Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-11-01T16:33:01.9893410Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-11-01T16:33:01.9897460Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-11-01T16:33:01.9898180Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-11-01T16:33:01.9898750Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-11-01T16:33:01.9899250Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-11-01T16:33:01.9899840Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-11-01T16:33:01.9900700Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-11-01T16:33:01.9902130Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-11-01T16:33:01.9902820Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-11-01T16:33:01.9904290Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-11-01T16:33:01.9904810Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-11-01T16:33:01.9906200Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-11-01T16:33:01.9906980Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-11-01T16:33:01.9908500Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-11-01T16:33:01.9909200Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-11-01T16:33:01.9910960Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-11-01T16:33:01.9911820Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-11-01T16:33:01.9913300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-11-01T16:33:01.9914000Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-11-01T16:33:01.9915450Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-11-01T16:33:01.9916230Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-11-01T16:33:01.9917390Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-11-01T16:33:01.9918710Z adding 'torch/onnx/_internal/exporter/__init__.py' 2024-11-01T16:33:01.9921030Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2024-11-01T16:33:01.9927000Z adding 'torch/onnx/_internal/exporter/_building.py' 2024-11-01T16:33:01.9930050Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2024-11-01T16:33:01.9932310Z adding 'torch/onnx/_internal/exporter/_compat.py' 2024-11-01T16:33:01.9943920Z adding 'torch/onnx/_internal/exporter/_core.py' 2024-11-01T16:33:01.9945620Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2024-11-01T16:33:01.9949050Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2024-11-01T16:33:01.9949820Z adding 'torch/onnx/_internal/exporter/_errors.py' 2024-11-01T16:33:01.9951620Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2024-11-01T16:33:01.9952910Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2024-11-01T16:33:01.9954020Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2024-11-01T16:33:01.9957330Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2024-11-01T16:33:01.9959970Z adding 'torch/onnx/_internal/exporter/_registration.py' 2024-11-01T16:33:01.9961930Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2024-11-01T16:33:01.9966480Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2024-11-01T16:33:01.9967780Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2024-11-01T16:33:01.9969140Z adding 'torch/onnx/_internal/exporter/_testing.py' 2024-11-01T16:33:01.9970730Z adding 'torch/onnx/_internal/exporter/_verification.py' 2024-11-01T16:33:01.9972130Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-11-01T16:33:01.9975240Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-11-01T16:33:01.9977260Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-11-01T16:33:01.9979050Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-11-01T16:33:01.9981310Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-11-01T16:33:01.9983690Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-11-01T16:33:01.9991030Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-11-01T16:33:01.9993970Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-11-01T16:33:02.0001530Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-11-01T16:33:02.0003450Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-11-01T16:33:02.0004890Z adding 'torch/onnx/_internal/fx/registration.py' 2024-11-01T16:33:02.0007850Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-11-01T16:33:02.0009970Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-11-01T16:33:02.0011270Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-11-01T16:33:02.0012760Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-11-01T16:33:02.0014090Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-11-01T16:33:02.0015790Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-11-01T16:33:02.0017330Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-11-01T16:33:02.0019380Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-11-01T16:33:02.0026990Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-11-01T16:33:02.0029050Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-11-01T16:33:02.0039270Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-11-01T16:33:02.0041100Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-11-01T16:33:02.0042740Z adding 'torch/optim/__init__.py' 2024-11-01T16:33:02.0048090Z adding 'torch/optim/_adafactor.py' 2024-11-01T16:33:02.0049610Z adding 'torch/optim/_functional.py' 2024-11-01T16:33:02.0053160Z adding 'torch/optim/adadelta.py' 2024-11-01T16:33:02.0057250Z adding 'torch/optim/adagrad.py' 2024-11-01T16:33:02.0063420Z adding 'torch/optim/adam.py' 2024-11-01T16:33:02.0067030Z adding 'torch/optim/adamax.py' 2024-11-01T16:33:02.0072660Z adding 'torch/optim/adamw.py' 2024-11-01T16:33:02.0076190Z adding 'torch/optim/asgd.py' 2024-11-01T16:33:02.0080330Z adding 'torch/optim/lbfgs.py' 2024-11-01T16:33:02.0095100Z adding 'torch/optim/lr_scheduler.py' 2024-11-01T16:33:02.0100180Z adding 'torch/optim/nadam.py' 2024-11-01T16:33:02.0110150Z adding 'torch/optim/optimizer.py' 2024-11-01T16:33:02.0114840Z adding 'torch/optim/radam.py' 2024-11-01T16:33:02.0118900Z adding 'torch/optim/rmsprop.py' 2024-11-01T16:33:02.0122610Z adding 'torch/optim/rprop.py' 2024-11-01T16:33:02.0126510Z adding 'torch/optim/sgd.py' 2024-11-01T16:33:02.0128960Z adding 'torch/optim/sparse_adam.py' 2024-11-01T16:33:02.0133100Z adding 'torch/optim/swa_utils.py' 2024-11-01T16:33:02.0134810Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-11-01T16:33:02.0135590Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-11-01T16:33:02.0137210Z adding 'torch/package/__init__.py' 2024-11-01T16:33:02.0140920Z adding 'torch/package/_digraph.py' 2024-11-01T16:33:02.0141220Z adding 'torch/package/_directory_reader.py' 2024-11-01T16:33:02.0142700Z adding 'torch/package/_importlib.py' 2024-11-01T16:33:02.0144370Z adding 'torch/package/_mangling.py' 2024-11-01T16:33:02.0145920Z adding 'torch/package/_mock.py' 2024-11-01T16:33:02.0147790Z adding 'torch/package/_package_pickler.py' 2024-11-01T16:33:02.0149030Z adding 'torch/package/_package_unpickler.py' 2024-11-01T16:33:02.0150820Z adding 'torch/package/_stdlib.py' 2024-11-01T16:33:02.0152710Z adding 'torch/package/file_structure_representation.py' 2024-11-01T16:33:02.0154250Z adding 'torch/package/find_file_dependencies.py' 2024-11-01T16:33:02.0155870Z adding 'torch/package/glob_group.py' 2024-11-01T16:33:02.0158440Z adding 'torch/package/importer.py' 2024-11-01T16:33:02.0169200Z adding 'torch/package/package_exporter.py' 2024-11-01T16:33:02.0176810Z adding 'torch/package/package_importer.py' 2024-11-01T16:33:02.0178300Z adding 'torch/package/analyze/__init__.py' 2024-11-01T16:33:02.0179680Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-11-01T16:33:02.0180300Z adding 'torch/package/analyze/is_from_package.py' 2024-11-01T16:33:02.0181980Z adding 'torch/package/analyze/trace_dependencies.py' 2024-11-01T16:33:02.0183480Z adding 'torch/profiler/__init__.py' 2024-11-01T16:33:02.0194690Z adding 'torch/profiler/_memory_profiler.py' 2024-11-01T16:33:02.0199580Z adding 'torch/profiler/_pattern_matcher.py' 2024-11-01T16:33:02.0202940Z adding 'torch/profiler/_utils.py' 2024-11-01T16:33:02.0204290Z adding 'torch/profiler/itt.py' 2024-11-01T16:33:02.0212090Z adding 'torch/profiler/profiler.py' 2024-11-01T16:33:02.0213430Z adding 'torch/profiler/python_tracer.py' 2024-11-01T16:33:02.0215230Z adding 'torch/quantization/__init__.py' 2024-11-01T16:33:02.0216470Z adding 'torch/quantization/_numeric_suite.py' 2024-11-01T16:33:02.0217210Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-11-01T16:33:02.0219150Z adding 'torch/quantization/_quantized_conversions.py' 2024-11-01T16:33:02.0219990Z adding 'torch/quantization/fake_quantize.py' 2024-11-01T16:33:02.0221340Z adding 'torch/quantization/fuse_modules.py' 2024-11-01T16:33:02.0222130Z adding 'torch/quantization/fuser_method_mappings.py' 2024-11-01T16:33:02.0223470Z adding 'torch/quantization/observer.py' 2024-11-01T16:33:02.0224220Z adding 'torch/quantization/qconfig.py' 2024-11-01T16:33:02.0225540Z adding 'torch/quantization/quant_type.py' 2024-11-01T16:33:02.0226800Z adding 'torch/quantization/quantization_mappings.py' 2024-11-01T16:33:02.0227510Z adding 'torch/quantization/quantize.py' 2024-11-01T16:33:02.0228910Z adding 'torch/quantization/quantize_fx.py' 2024-11-01T16:33:02.0229610Z adding 'torch/quantization/quantize_jit.py' 2024-11-01T16:33:02.0230900Z adding 'torch/quantization/stubs.py' 2024-11-01T16:33:02.0231560Z adding 'torch/quantization/utils.py' 2024-11-01T16:33:02.0233260Z adding 'torch/quantization/fx/__init__.py' 2024-11-01T16:33:02.0234480Z adding 'torch/quantization/fx/_equalize.py' 2024-11-01T16:33:02.0235170Z adding 'torch/quantization/fx/convert.py' 2024-11-01T16:33:02.0236400Z adding 'torch/quantization/fx/fuse.py' 2024-11-01T16:33:02.0237170Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-11-01T16:33:02.0238500Z adding 'torch/quantization/fx/graph_module.py' 2024-11-01T16:33:02.0239180Z adding 'torch/quantization/fx/match_utils.py' 2024-11-01T16:33:02.0240660Z adding 'torch/quantization/fx/pattern_utils.py' 2024-11-01T16:33:02.0241360Z adding 'torch/quantization/fx/prepare.py' 2024-11-01T16:33:02.0242780Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-11-01T16:33:02.0243460Z adding 'torch/quantization/fx/quantization_types.py' 2024-11-01T16:33:02.0244720Z adding 'torch/quantization/fx/utils.py' 2024-11-01T16:33:02.0246480Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-11-01T16:33:02.0248540Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-11-01T16:33:02.0249910Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-11-01T16:33:02.0251390Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-11-01T16:33:02.0259080Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-11-01T16:33:02.0260680Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2024-11-01T16:33:02.0262100Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-11-01T16:33:02.0263510Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-11-01T16:33:02.0264940Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-11-01T16:33:02.0266330Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-11-01T16:33:02.0267960Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-11-01T16:33:02.0287020Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-11-01T16:33:02.0291070Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-11-01T16:33:02.0292050Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-11-01T16:33:02.0294270Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-11-01T16:33:02.0295800Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-11-01T16:33:02.0298520Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-11-01T16:33:02.0301040Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-11-01T16:33:02.0303130Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-11-01T16:33:02.0306220Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-11-01T16:33:02.0307640Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-11-01T16:33:02.0309050Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-11-01T16:33:02.0310320Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-11-01T16:33:02.0310970Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-11-01T16:33:02.0312710Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-11-01T16:33:02.0316980Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-11-01T16:33:02.0318250Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-11-01T16:33:02.0320180Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-11-01T16:33:02.0321000Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-11-01T16:33:02.0322410Z adding 'torch/signal/__init__.py' 2024-11-01T16:33:02.0323660Z adding 'torch/signal/windows/__init__.py' 2024-11-01T16:33:02.0327390Z adding 'torch/signal/windows/windows.py' 2024-11-01T16:33:02.0333040Z adding 'torch/sparse/__init__.py' 2024-11-01T16:33:02.0336530Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-11-01T16:33:02.0338440Z adding 'torch/sparse/_semi_structured_ops.py' 2024-11-01T16:33:02.0354380Z adding 'torch/sparse/_triton_ops.py' 2024-11-01T16:33:02.0438130Z adding 'torch/sparse/_triton_ops_meta.py' 2024-11-01T16:33:02.0445590Z adding 'torch/sparse/semi_structured.py' 2024-11-01T16:33:02.0450770Z adding 'torch/special/__init__.py' 2024-11-01T16:33:02.0452260Z adding 'torch/testing/__init__.py' 2024-11-01T16:33:02.0464620Z adding 'torch/testing/_comparison.py' 2024-11-01T16:33:02.0467840Z adding 'torch/testing/_creation.py' 2024-11-01T16:33:02.0469230Z adding 'torch/testing/_utils.py' 2024-11-01T16:33:02.0470850Z adding 'torch/testing/_internal/__init__.py' 2024-11-01T16:33:02.0474960Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-11-01T16:33:02.0478000Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-11-01T16:33:02.0480150Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-11-01T16:33:02.0482930Z adding 'torch/testing/_internal/common_cuda.py' 2024-11-01T16:33:02.0499290Z adding 'torch/testing/_internal/common_device_type.py' 2024-11-01T16:33:02.0501210Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-11-01T16:33:02.0512690Z adding 'torch/testing/_internal/common_distributed.py' 2024-11-01T16:33:02.0514440Z adding 'torch/testing/_internal/common_dtype.py' 2024-11-01T16:33:02.0525690Z adding 'torch/testing/_internal/common_fsdp.py' 2024-11-01T16:33:02.0529240Z adding 'torch/testing/_internal/common_jit.py' 2024-11-01T16:33:02.0691440Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-11-01T16:33:02.0697860Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-11-01T16:33:02.0720420Z adding 'torch/testing/_internal/common_modules.py' 2024-11-01T16:33:02.0744180Z adding 'torch/testing/_internal/common_nn.py' 2024-11-01T16:33:02.0755590Z adding 'torch/testing/_internal/common_optimizers.py' 2024-11-01T16:33:02.0758500Z adding 'torch/testing/_internal/common_pruning.py' 2024-11-01T16:33:02.0777440Z adding 'torch/testing/_internal/common_quantization.py' 2024-11-01T16:33:02.0780540Z adding 'torch/testing/_internal/common_quantized.py' 2024-11-01T16:33:02.0783360Z adding 'torch/testing/_internal/common_subclass.py' 2024-11-01T16:33:02.0837080Z adding 'torch/testing/_internal/common_utils.py' 2024-11-01T16:33:02.0844090Z adding 'torch/testing/_internal/composite_compliance.py' 2024-11-01T16:33:02.0847660Z adding 'torch/testing/_internal/custom_op_db.py' 2024-11-01T16:33:02.0849100Z adding 'torch/testing/_internal/custom_tensor.py' 2024-11-01T16:33:02.0851280Z adding 'torch/testing/_internal/dist_utils.py' 2024-11-01T16:33:02.0853090Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-11-01T16:33:02.0853890Z adding 'torch/testing/_internal/fake_config_module.py' 2024-11-01T16:33:02.0856090Z adding 'torch/testing/_internal/hop_db.py' 2024-11-01T16:33:02.0859400Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-11-01T16:33:02.0861000Z adding 'torch/testing/_internal/inductor_utils.py' 2024-11-01T16:33:02.0867410Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-11-01T16:33:02.0874410Z adding 'torch/testing/_internal/jit_utils.py' 2024-11-01T16:33:02.0876710Z adding 'torch/testing/_internal/logging_tensor.py' 2024-11-01T16:33:02.0878810Z adding 'torch/testing/_internal/logging_utils.py' 2024-11-01T16:33:02.0880230Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-11-01T16:33:02.0880820Z adding 'torch/testing/_internal/static_module.py' 2024-11-01T16:33:02.0882580Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-11-01T16:33:02.0884950Z adding 'torch/testing/_internal/triton_utils.py' 2024-11-01T16:33:02.0886480Z adding 'torch/testing/_internal/two_tensor.py' 2024-11-01T16:33:02.0887900Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-11-01T16:33:02.0889170Z adding 'torch/testing/_internal/data/__init__.py' 2024-11-01T16:33:02.0889810Z adding 'torch/testing/_internal/data/network1.py' 2024-11-01T16:33:02.0891180Z adding 'torch/testing/_internal/data/network2.py' 2024-11-01T16:33:02.0892460Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-11-01T16:33:02.0893300Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-11-01T16:33:02.0895230Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-11-01T16:33:02.0900130Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-11-01T16:33:02.0967650Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-11-01T16:33:02.0970900Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-11-01T16:33:02.0972230Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-11-01T16:33:02.0976010Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-11-01T16:33:02.0978120Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-11-01T16:33:02.0979450Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-11-01T16:33:02.0980290Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-11-01T16:33:02.0982300Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:33:02.0983950Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-11-01T16:33:02.0984850Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-11-01T16:33:02.0986280Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-11-01T16:33:02.0990680Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-11-01T16:33:02.0992040Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-11-01T16:33:02.0992810Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-11-01T16:33:02.0997110Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-11-01T16:33:02.0998480Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-11-01T16:33:02.1016170Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-11-01T16:33:02.1018920Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-11-01T16:33:02.1021460Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-11-01T16:33:02.1022910Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-11-01T16:33:02.1023800Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-11-01T16:33:02.1062330Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-11-01T16:33:02.1064790Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-11-01T16:33:02.1065730Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-11-01T16:33:02.1067690Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-11-01T16:33:02.1070260Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-11-01T16:33:02.1071120Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-11-01T16:33:02.1076370Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-11-01T16:33:02.1081350Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-11-01T16:33:02.1083510Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-11-01T16:33:02.1084870Z adding 'torch/testing/_internal/generated/__init__.py' 2024-11-01T16:33:02.1121230Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-11-01T16:33:02.1124800Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-11-01T16:33:02.1149260Z adding 'torch/testing/_internal/opinfo/core.py' 2024-11-01T16:33:02.1151870Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-11-01T16:33:02.1154450Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-11-01T16:33:02.1155900Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-11-01T16:33:02.1161410Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-11-01T16:33:02.1164790Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-11-01T16:33:02.1177910Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-11-01T16:33:02.1183770Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-11-01T16:33:02.1186920Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-11-01T16:33:02.1192310Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-11-01T16:33:02.1195840Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-11-01T16:33:02.1197380Z adding 'torch/testing/_internal/optests/__init__.py' 2024-11-01T16:33:02.1199390Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-11-01T16:33:02.1201460Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-11-01T16:33:02.1202180Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-11-01T16:33:02.1209280Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-11-01T16:33:02.1211010Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-11-01T16:33:02.1212340Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-11-01T16:33:02.1213050Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-11-01T16:33:02.1214430Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-11-01T16:33:02.1216510Z adding 'torch/utils/__init__.py' 2024-11-01T16:33:02.1218250Z adding 'torch/utils/_backport_slots.py' 2024-11-01T16:33:02.1222280Z adding 'torch/utils/_config_module.py' 2024-11-01T16:33:02.1223520Z adding 'torch/utils/_config_typing.pyi' 2024-11-01T16:33:02.1226140Z adding 'torch/utils/_content_store.py' 2024-11-01T16:33:02.1228130Z adding 'torch/utils/_contextlib.py' 2024-11-01T16:33:02.1229400Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-11-01T16:33:02.1235330Z adding 'torch/utils/_cxx_pytree.py' 2024-11-01T16:33:02.1236970Z adding 'torch/utils/_device.py' 2024-11-01T16:33:02.1238190Z adding 'torch/utils/_exposed_in.py' 2024-11-01T16:33:02.1239430Z adding 'torch/utils/_foreach_utils.py' 2024-11-01T16:33:02.1242040Z adding 'torch/utils/_freeze.py' 2024-11-01T16:33:02.1243890Z adding 'torch/utils/_get_clean_triton.py' 2024-11-01T16:33:02.1245100Z adding 'torch/utils/_import_utils.py' 2024-11-01T16:33:02.1245750Z adding 'torch/utils/_mode_utils.py' 2024-11-01T16:33:02.1247800Z adding 'torch/utils/_ordered_set.py' 2024-11-01T16:33:02.1254280Z adding 'torch/utils/_python_dispatch.py' 2024-11-01T16:33:02.1264640Z adding 'torch/utils/_pytree.py' 2024-11-01T16:33:02.1266040Z adding 'torch/utils/_stats.py' 2024-11-01T16:33:02.1267030Z adding 'torch/utils/_thunk.py' 2024-11-01T16:33:02.1269900Z adding 'torch/utils/_traceback.py' 2024-11-01T16:33:02.1271360Z adding 'torch/utils/_triton.py' 2024-11-01T16:33:02.1272200Z adding 'torch/utils/_typing_utils.py' 2024-11-01T16:33:02.1273720Z adding 'torch/utils/_zip.py' 2024-11-01T16:33:02.1277780Z adding 'torch/utils/backend_registration.py' 2024-11-01T16:33:02.1282320Z adding 'torch/utils/bundled_inputs.py' 2024-11-01T16:33:02.1298610Z adding 'torch/utils/checkpoint.py' 2024-11-01T16:33:02.1304240Z adding 'torch/utils/collect_env.py' 2024-11-01T16:33:02.1305550Z adding 'torch/utils/cpp_backtrace.py' 2024-11-01T16:33:02.1329410Z adding 'torch/utils/cpp_extension.py' 2024-11-01T16:33:02.1330910Z adding 'torch/utils/deterministic.py' 2024-11-01T16:33:02.1332630Z adding 'torch/utils/dlpack.py' 2024-11-01T16:33:02.1333860Z adding 'torch/utils/file_baton.py' 2024-11-01T16:33:02.1339250Z adding 'torch/utils/flop_counter.py' 2024-11-01T16:33:02.1341860Z adding 'torch/utils/hooks.py' 2024-11-01T16:33:02.1343630Z adding 'torch/utils/mkldnn.py' 2024-11-01T16:33:02.1345530Z adding 'torch/utils/mobile_optimizer.py' 2024-11-01T16:33:02.1346160Z adding 'torch/utils/model_zoo.py' 2024-11-01T16:33:02.1348150Z adding 'torch/utils/module_tracker.py' 2024-11-01T16:33:02.1349950Z adding 'torch/utils/show_pickle.py' 2024-11-01T16:33:02.1352110Z adding 'torch/utils/throughput_benchmark.py' 2024-11-01T16:33:02.1354790Z adding 'torch/utils/weak.py' 2024-11-01T16:33:02.1356070Z adding 'torch/utils/_strobelight/__init__.py' 2024-11-01T16:33:02.1358550Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-11-01T16:33:02.1359810Z adding 'torch/utils/_sympy/__init__.py' 2024-11-01T16:33:02.1368980Z adding 'torch/utils/_sympy/functions.py' 2024-11-01T16:33:02.1371370Z adding 'torch/utils/_sympy/interp.py' 2024-11-01T16:33:02.1373500Z adding 'torch/utils/_sympy/numbers.py' 2024-11-01T16:33:02.1375940Z adding 'torch/utils/_sympy/reference.py' 2024-11-01T16:33:02.1377310Z adding 'torch/utils/_sympy/singleton_int.py' 2024-11-01T16:33:02.1379270Z adding 'torch/utils/_sympy/solve.py' 2024-11-01T16:33:02.1380810Z adding 'torch/utils/_sympy/symbol.py' 2024-11-01T16:33:02.1388470Z adding 'torch/utils/_sympy/value_ranges.py' 2024-11-01T16:33:02.1390000Z adding 'torch/utils/backcompat/__init__.py' 2024-11-01T16:33:02.1391250Z adding 'torch/utils/benchmark/__init__.py' 2024-11-01T16:33:02.1392500Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-11-01T16:33:02.1394640Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-11-01T16:33:02.1396040Z adding 'torch/utils/benchmark/examples/compare.py' 2024-11-01T16:33:02.1397400Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-11-01T16:33:02.1399130Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-11-01T16:33:02.1403190Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-11-01T16:33:02.1403650Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-11-01T16:33:02.1404090Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-11-01T16:33:02.1404480Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-11-01T16:33:02.1405840Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-11-01T16:33:02.1407250Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-11-01T16:33:02.1408650Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-11-01T16:33:02.1409960Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-11-01T16:33:02.1411220Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-11-01T16:33:02.1411970Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-11-01T16:33:02.1415590Z adding 'torch/utils/benchmark/utils/common.py' 2024-11-01T16:33:02.1418770Z adding 'torch/utils/benchmark/utils/compare.py' 2024-11-01T16:33:02.1420800Z adding 'torch/utils/benchmark/utils/compile.py' 2024-11-01T16:33:02.1422840Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-11-01T16:33:02.1426980Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-11-01T16:33:02.1428830Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-11-01T16:33:02.1430130Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-11-01T16:33:02.1434930Z adding 'torch/utils/benchmark/utils/timer.py' 2024-11-01T16:33:02.1436260Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-11-01T16:33:02.1438200Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-11-01T16:33:02.1439130Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-11-01T16:33:02.1440700Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-11-01T16:33:02.1448460Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-11-01T16:33:02.1486070Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-11-01T16:33:02.1489120Z adding 'torch/utils/bottleneck/__init__.py' 2024-11-01T16:33:02.1491340Z adding 'torch/utils/bottleneck/__main__.py' 2024-11-01T16:33:02.1492900Z adding 'torch/utils/data/__init__.py' 2024-11-01T16:33:02.1493810Z adding 'torch/utils/data/backward_compatibility.py' 2024-11-01T16:33:02.1512510Z adding 'torch/utils/data/dataloader.py' 2024-11-01T16:33:02.1517080Z adding 'torch/utils/data/dataset.py' 2024-11-01T16:33:02.1519180Z adding 'torch/utils/data/distributed.py' 2024-11-01T16:33:02.1521140Z adding 'torch/utils/data/graph.py' 2024-11-01T16:33:02.1523070Z adding 'torch/utils/data/graph_settings.py' 2024-11-01T16:33:02.1526050Z adding 'torch/utils/data/sampler.py' 2024-11-01T16:33:02.1527690Z adding 'torch/utils/data/_utils/__init__.py' 2024-11-01T16:33:02.1530990Z adding 'torch/utils/data/_utils/collate.py' 2024-11-01T16:33:02.1532270Z adding 'torch/utils/data/_utils/fetch.py' 2024-11-01T16:33:02.1533860Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-11-01T16:33:02.1535380Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-11-01T16:33:02.1538800Z adding 'torch/utils/data/_utils/worker.py' 2024-11-01T16:33:02.1540200Z adding 'torch/utils/data/datapipes/__init__.py' 2024-11-01T16:33:02.1542180Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-11-01T16:33:02.1545100Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-11-01T16:33:02.1549000Z adding 'torch/utils/data/datapipes/_typing.py' 2024-11-01T16:33:02.1552310Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-11-01T16:33:02.1558270Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-11-01T16:33:02.1561100Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-11-01T16:33:02.1562540Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-11-01T16:33:02.1563950Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-11-01T16:33:02.1566810Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-11-01T16:33:02.1568310Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-11-01T16:33:02.1569100Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-11-01T16:33:02.1570850Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-11-01T16:33:02.1573320Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-11-01T16:33:02.1575460Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-11-01T16:33:02.1580710Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-11-01T16:33:02.1587030Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-11-01T16:33:02.1588470Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-11-01T16:33:02.1591220Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-11-01T16:33:02.1592680Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-11-01T16:33:02.1594180Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-11-01T16:33:02.1595640Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-11-01T16:33:02.1596930Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-11-01T16:33:02.1598280Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-11-01T16:33:02.1599540Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-11-01T16:33:02.1600810Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-11-01T16:33:02.1602380Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-11-01T16:33:02.1603850Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-11-01T16:33:02.1605170Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-11-01T16:33:02.1606430Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-11-01T16:33:02.1607690Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-11-01T16:33:02.1610810Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-11-01T16:33:02.1613690Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-11-01T16:33:02.1615240Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-11-01T16:33:02.1616520Z adding 'torch/utils/hipify/__init__.py' 2024-11-01T16:33:02.1617740Z adding 'torch/utils/hipify/constants.py' 2024-11-01T16:33:02.1656630Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-11-01T16:33:02.1668370Z adding 'torch/utils/hipify/hipify_python.py' 2024-11-01T16:33:02.1669590Z adding 'torch/utils/hipify/version.py' 2024-11-01T16:33:02.1670810Z adding 'torch/utils/jit/__init__.py' 2024-11-01T16:33:02.1672410Z adding 'torch/utils/jit/log_extract.py' 2024-11-01T16:33:02.1676540Z adding 'torch/utils/model_dump/__init__.py' 2024-11-01T16:33:02.1677290Z adding 'torch/utils/model_dump/__main__.py' 2024-11-01T16:33:02.1681470Z adding 'torch/utils/model_dump/code.js' 2024-11-01T16:33:02.1682710Z adding 'torch/utils/model_dump/htm.mjs' 2024-11-01T16:33:02.1686990Z adding 'torch/utils/model_dump/preact.mjs' 2024-11-01T16:33:02.1687320Z adding 'torch/utils/model_dump/skeleton.html' 2024-11-01T16:33:02.1687770Z adding 'torch/utils/tensorboard/__init__.py' 2024-11-01T16:33:02.1689120Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-11-01T16:33:02.1690550Z adding 'torch/utils/tensorboard/_embedding.py' 2024-11-01T16:33:02.1692270Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-11-01T16:33:02.1693520Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-11-01T16:33:02.1697020Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-11-01T16:33:02.1698740Z adding 'torch/utils/tensorboard/_utils.py' 2024-11-01T16:33:02.1706170Z adding 'torch/utils/tensorboard/summary.py' 2024-11-01T16:33:02.1714500Z adding 'torch/utils/tensorboard/writer.py' 2024-11-01T16:33:02.1715890Z adding 'torch/utils/viz/__init__.py' 2024-11-01T16:33:02.1719580Z adding 'torch/utils/viz/_cycles.py' 2024-11-01T16:33:02.1723670Z adding 'torch/xpu/__init__.py' 2024-11-01T16:33:02.1724910Z adding 'torch/xpu/_gpu_trace.py' 2024-11-01T16:33:02.1726120Z adding 'torch/xpu/_utils.py' 2024-11-01T16:33:02.1727960Z adding 'torch/xpu/memory.py' 2024-11-01T16:33:02.1729570Z adding 'torch/xpu/random.py' 2024-11-01T16:33:02.1731380Z adding 'torch/xpu/streams.py' 2024-11-01T16:33:02.1734790Z adding 'torchgen/__init__.py' 2024-11-01T16:33:02.1736190Z adding 'torchgen/code_template.py' 2024-11-01T16:33:02.1737760Z adding 'torchgen/context.py' 2024-11-01T16:33:02.1761070Z adding 'torchgen/gen.py' 2024-11-01T16:33:02.1766600Z adding 'torchgen/gen_aoti_c_shim.py' 2024-11-01T16:33:02.1771380Z adding 'torchgen/gen_backend_stubs.py' 2024-11-01T16:33:02.1778990Z adding 'torchgen/gen_executorch.py' 2024-11-01T16:33:02.1786880Z adding 'torchgen/gen_functionalization_type.py' 2024-11-01T16:33:02.1791920Z adding 'torchgen/gen_lazy_tensor.py' 2024-11-01T16:33:02.1793500Z adding 'torchgen/gen_schema_utils.py' 2024-11-01T16:33:02.1795770Z adding 'torchgen/gen_vmap_plumbing.py' 2024-11-01T16:33:02.1797110Z adding 'torchgen/local.py' 2024-11-01T16:33:02.1823420Z adding 'torchgen/model.py' 2024-11-01T16:33:02.1830730Z adding 'torchgen/native_function_generation.py' 2024-11-01T16:33:02.1834920Z adding 'torchgen/utils.py' 2024-11-01T16:33:02.1836140Z adding 'torchgen/yaml_utils.py' 2024-11-01T16:33:02.1837340Z adding 'torchgen/aoti/__init__.py' 2024-11-01T16:33:02.1838920Z adding 'torchgen/aoti/fallback_ops.py' 2024-11-01T16:33:02.1840170Z adding 'torchgen/api/__init__.py' 2024-11-01T16:33:02.1848680Z adding 'torchgen/api/autograd.py' 2024-11-01T16:33:02.1852600Z adding 'torchgen/api/cpp.py' 2024-11-01T16:33:02.1854220Z adding 'torchgen/api/dispatcher.py' 2024-11-01T16:33:02.1856380Z adding 'torchgen/api/functionalization.py' 2024-11-01T16:33:02.1860440Z adding 'torchgen/api/lazy.py' 2024-11-01T16:33:02.1861610Z adding 'torchgen/api/meta.py' 2024-11-01T16:33:02.1863230Z adding 'torchgen/api/native.py' 2024-11-01T16:33:02.1875790Z adding 'torchgen/api/python.py' 2024-11-01T16:33:02.1877840Z adding 'torchgen/api/structured.py' 2024-11-01T16:33:02.1881670Z adding 'torchgen/api/translate.py' 2024-11-01T16:33:02.1883640Z adding 'torchgen/api/ufunc.py' 2024-11-01T16:33:02.1886020Z adding 'torchgen/api/unboxing.py' 2024-11-01T16:33:02.1887310Z adding 'torchgen/api/types/__init__.py' 2024-11-01T16:33:02.1890670Z adding 'torchgen/api/types/signatures.py' 2024-11-01T16:33:02.1892620Z adding 'torchgen/api/types/types.py' 2024-11-01T16:33:02.1894910Z adding 'torchgen/api/types/types_base.py' 2024-11-01T16:33:02.1896300Z adding 'torchgen/dest/__init__.py' 2024-11-01T16:33:02.1902110Z adding 'torchgen/dest/lazy_ir.py' 2024-11-01T16:33:02.1903490Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-11-01T16:33:02.1904900Z adding 'torchgen/dest/native_functions.py' 2024-11-01T16:33:02.1912970Z adding 'torchgen/dest/register_dispatch_key.py' 2024-11-01T16:33:02.1916860Z adding 'torchgen/dest/ufunc.py' 2024-11-01T16:33:02.1918090Z adding 'torchgen/executorch/__init__.py' 2024-11-01T16:33:02.1920260Z adding 'torchgen/executorch/model.py' 2024-11-01T16:33:02.1921980Z adding 'torchgen/executorch/parse.py' 2024-11-01T16:33:02.1923220Z adding 'torchgen/executorch/api/__init__.py' 2024-11-01T16:33:02.1924970Z adding 'torchgen/executorch/api/custom_ops.py' 2024-11-01T16:33:02.1928020Z adding 'torchgen/executorch/api/et_cpp.py' 2024-11-01T16:33:02.1930200Z adding 'torchgen/executorch/api/unboxing.py' 2024-11-01T16:33:02.1931440Z adding 'torchgen/executorch/api/types/__init__.py' 2024-11-01T16:33:02.1932810Z adding 'torchgen/executorch/api/types/signatures.py' 2024-11-01T16:33:02.1934080Z adding 'torchgen/executorch/api/types/types.py' 2024-11-01T16:33:02.1935430Z adding 'torchgen/operator_versions/__init__.py' 2024-11-01T16:33:02.1938050Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-11-01T16:33:02.1938870Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-11-01T16:33:02.2016270Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-11-01T16:33:02.2020820Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-11-01T16:33:02.2022670Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-11-01T16:33:02.2024060Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-11-01T16:33:02.2024900Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-11-01T16:33:02.2026430Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-11-01T16:33:02.2027290Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-11-01T16:33:02.2028720Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-11-01T16:33:02.2029400Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-11-01T16:33:02.2030780Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-11-01T16:33:02.2031510Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-11-01T16:33:02.2033220Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-11-01T16:33:02.2034860Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-11-01T16:33:02.2038630Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-11-01T16:33:02.2039060Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-11-01T16:33:02.2039770Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-11-01T16:33:02.2040210Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-11-01T16:33:02.2040650Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-11-01T16:33:02.2041150Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-11-01T16:33:02.2041810Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-11-01T16:33:02.2042480Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-11-01T16:33:02.2043820Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-11-01T16:33:02.2045150Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-11-01T16:33:02.2045890Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-11-01T16:33:02.2047270Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-11-01T16:33:02.2048010Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-11-01T16:33:02.2049450Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-11-01T16:33:02.2050160Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-11-01T16:33:02.2051580Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-11-01T16:33:02.2053000Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-11-01T16:33:02.2053650Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-11-01T16:33:02.2055030Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-11-01T16:33:02.2061630Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-11-01T16:33:02.2063070Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-11-01T16:33:02.2063770Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-11-01T16:33:02.2065130Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-11-01T16:33:02.2065710Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-11-01T16:33:02.2067130Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-11-01T16:33:02.2067840Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-11-01T16:33:02.2069200Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-11-01T16:33:02.2069780Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-11-01T16:33:02.2071380Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-11-01T16:33:02.2072020Z adding 'torchgen/packaged/autograd/README.md' 2024-11-01T16:33:02.2073030Z adding 'torchgen/packaged/autograd/__init__.py' 2024-11-01T16:33:02.2074260Z adding 'torchgen/packaged/autograd/build.bzl' 2024-11-01T16:33:02.2074880Z adding 'torchgen/packaged/autograd/context.py' 2024-11-01T16:33:02.2076600Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-11-01T16:33:02.2106840Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-11-01T16:33:02.2109780Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-11-01T16:33:02.2111440Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-11-01T16:33:02.2116840Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-11-01T16:33:02.2121910Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-11-01T16:33:02.2131590Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-11-01T16:33:02.2136110Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-11-01T16:33:02.2137930Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-11-01T16:33:02.2154630Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-11-01T16:33:02.2157880Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-11-01T16:33:02.2166280Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-11-01T16:33:02.2168100Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-11-01T16:33:02.2168840Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-11-01T16:33:02.2170310Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-11-01T16:33:02.2171120Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-11-01T16:33:02.2172670Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-11-01T16:33:02.2174020Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-11-01T16:33:02.2174530Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-11-01T16:33:02.2175570Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-11-01T16:33:02.2176770Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-11-01T16:33:02.2177610Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-11-01T16:33:02.2179090Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-11-01T16:33:02.2179900Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-11-01T16:33:02.2181280Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-11-01T16:33:02.2182070Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-11-01T16:33:02.2183530Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-11-01T16:33:02.2184960Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-11-01T16:33:02.2185780Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-11-01T16:33:02.2186730Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-11-01T16:33:02.2188140Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-11-01T16:33:02.2189050Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-11-01T16:33:02.2190620Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-11-01T16:33:02.2197700Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-11-01T16:33:02.2199480Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-11-01T16:33:02.2200350Z adding 'torchgen/selective_build/__init__.py' 2024-11-01T16:33:02.2202580Z adding 'torchgen/selective_build/operator.py' 2024-11-01T16:33:02.2205410Z adding 'torchgen/selective_build/selector.py' 2024-11-01T16:33:02.2206640Z adding 'torchgen/static_runtime/__init__.py' 2024-11-01T16:33:02.2208750Z adding 'torchgen/static_runtime/config.py' 2024-11-01T16:33:02.2210780Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-11-01T16:33:02.2215570Z adding 'torchgen/static_runtime/generator.py' 2024-11-01T16:33:02.2292410Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/LICENSE' 2024-11-01T16:33:02.2300520Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/METADATA' 2024-11-01T16:33:02.2306060Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/NOTICE' 2024-11-01T16:33:02.2306540Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/WHEEL' 2024-11-01T16:33:02.2307330Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/entry_points.txt' 2024-11-01T16:33:02.2307890Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/top_level.txt' 2024-11-01T16:33:02.2661090Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/RECORD' 2024-11-01T16:33:02.3103750Z removing build/bdist.macosx-11.1-arm64/wheel 2024-11-01T16:33:02.8460080Z + which sccache 2024-11-01T16:33:02.8528890Z + print_sccache_stats 2024-11-01T16:33:02.8529260Z + echo 'PyTorch Build Statistics' 2024-11-01T16:33:02.8529550Z + sccache --show-stats 2024-11-01T16:33:02.8529770Z PyTorch Build Statistics 2024-11-01T16:33:02.8560510Z Compile requests 5742 2024-11-01T16:33:02.8560820Z Compile requests executed 5161 2024-11-01T16:33:02.8561100Z Cache hits 3906 2024-11-01T16:33:02.8561360Z Cache hits (C/C++) 3906 2024-11-01T16:33:02.8561630Z Cache misses 1232 2024-11-01T16:33:02.8561910Z Cache misses (C/C++) 1232 2024-11-01T16:33:02.8562170Z Cache timeouts 0 2024-11-01T16:33:02.8562430Z Cache read errors 0 2024-11-01T16:33:02.8562700Z Forced recaches 0 2024-11-01T16:33:02.8562960Z Cache write errors 0 2024-11-01T16:33:02.8563220Z Compilation failures 2 2024-11-01T16:33:02.8563470Z Cache errors 21 2024-11-01T16:33:02.8563730Z Cache errors (C/C++) 21 2024-11-01T16:33:02.8564070Z Non-cacheable compilations 0 2024-11-01T16:33:02.8564540Z Non-cacheable calls 492 2024-11-01T16:33:02.8564830Z Non-compilation calls 89 2024-11-01T16:33:02.8565100Z Unsupported compiler calls 0 2024-11-01T16:33:02.8565370Z Average cache write 0.002 s 2024-11-01T16:33:02.8565650Z Average compiler 5.742 s 2024-11-01T16:33:02.8566000Z Average cache read hit 0.000 s 2024-11-01T16:33:02.8566290Z Failed distributed compilations 0 2024-11-01T16:33:02.8566490Z 2024-11-01T16:33:02.8566590Z Non-cacheable reasons: 2024-11-01T16:33:02.8602800Z unknown source language 480 2024-11-01T16:33:02.8603090Z multiple input files 6 2024-11-01T16:33:02.8603350Z @ 6 2024-11-01T16:33:02.8603520Z 2024-11-01T16:33:02.8603810Z Cache location Local disk: "/Users/ec2-user/Library/Caches/Mozilla.sccache" 2024-11-01T16:33:02.8604220Z Version (client) 0.4.1 2024-11-01T16:33:02.8612350Z Cache size 907 MiB 2024-11-01T16:33:02.8612660Z Max cache size 10 GiB 2024-11-01T16:33:02.8614210Z + [[ -n 32395777968 ]] 2024-11-01T16:33:02.8617860Z + sccache --show-stats --stats-format json 2024-11-01T16:33:02.8618220Z + jq .stats 2024-11-01T16:33:02.9422170Z + python tools/stats/export_test_times.py 2024-11-01T16:33:03.3254020Z Exporting test times from test-infra 2024-11-01T16:33:03.3255000Z 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-11-01T16:33:03.3256610Z 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-11-01T16:33:03.3299160Z + assert_git_not_dirty 2024-11-01T16:33:03.3299450Z + [[ macos-py3-arm64 != *rocm* ]] 2024-11-01T16:33:03.3299820Z + [[ macos-py3-arm64 != *xla* ]] 2024-11-01T16:33:03.3306100Z ++ git status --porcelain 2024-11-01T16:33:03.3306640Z ++ grep -v '?? third_party' 2024-11-01T16:33:16.3992960Z ++ true 2024-11-01T16:33:16.3994320Z + git_status= 2024-11-01T16:33:16.3994630Z + [[ -n '' ]] 2024-11-01T16:33:16.3995040Z + rm -rfv /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm 2024-11-01T16:33:16.4086840Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang 2024-11-01T16:33:16.4087430Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm/clang++ 2024-11-01T16:33:16.4087980Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.gpMp3Qm3bm 2024-11-01T16:33:16.4429230Z ##[group]Run zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-11-01T16:33:16.4429930Z zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-11-01T16:33:16.5902710Z shell: /bin/bash -e {0} 2024-11-01T16:33:16.5902930Z env: 2024-11-01T16:33:16.5903110Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:33:16.5903370Z SCCACHE_USE_GHA: false 2024-11-01T16:33:16.5904230Z 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-11-01T16:33:16.5912000Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:33:16.5912480Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:16.5913010Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:16.5913810Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:33:16.5914880Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:16.5915660Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:33:16.5916040Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:16.5916430Z ##[endgroup] 2024-11-01T16:33:16.6398220Z adding: dist/ (stored 0%) 2024-11-01T16:33:17.9385910Z adding: dist/torch-2.6.0a0+gitd1aa4ef-cp39-cp39-macosx_11_0_arm64.whl (deflated 4%) 2024-11-01T16:33:17.9589130Z adding: build/.ninja_log (deflated 89%) 2024-11-01T16:33:18.0037240Z adding: build/compile_commands.json (deflated 98%) 2024-11-01T16:33:18.0037630Z adding: .additional_ci_files/ (stored 0%) 2024-11-01T16:33:18.0134670Z adding: .additional_ci_files/test-times.json (deflated 69%) 2024-11-01T16:33:18.0542200Z adding: .additional_ci_files/test-class-times.json (deflated 66%) 2024-11-01T16:33:18.0784040Z ##[group]Run actions/upload-artifact@v3 2024-11-01T16:33:18.0784290Z with: 2024-11-01T16:33:18.0784450Z name: macos-py3-arm64 2024-11-01T16:33:18.0784640Z retention-days: 14 2024-11-01T16:33:18.0784840Z if-no-files-found: error 2024-11-01T16:33:18.0785040Z path: artifacts.zip 2024-11-01T16:33:18.0785240Z include-hidden-files: false 2024-11-01T16:33:18.0785430Z env: 2024-11-01T16:33:18.0785600Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:33:18.0785840Z SCCACHE_USE_GHA: false 2024-11-01T16:33:18.0786660Z 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-11-01T16:33:18.0787730Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:33:18.0788180Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:18.0788680Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:18.0789440Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:33:18.0790470Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:18.0791100Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:33:18.0791450Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:18.0791820Z ##[endgroup] 2024-11-01T16:33:18.5782650Z With the provided path, there will be 1 file uploaded 2024-11-01T16:33:18.5785010Z Starting artifact upload 2024-11-01T16:33:18.5786110Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2024-11-01T16:33:18.5787070Z Artifact name is valid! 2024-11-01T16:33:18.6755920Z Container for artifact "macos-py3-arm64" successfully created. Starting upload of file(s) 2024-11-01T16:33:19.6184750Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (13.1%) bytes 0:8388607 2024-11-01T16:33:20.6080840Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (26.3%) bytes 8388608:16777215 2024-11-01T16:33:21.5980500Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (39.4%) bytes 16777216:25165823 2024-11-01T16:33:22.5021670Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (52.6%) bytes 25165824:33554431 2024-11-01T16:33:23.4981520Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (65.8%) bytes 33554432:41943039 2024-11-01T16:33:24.4106230Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (78.9%) bytes 41943040:50331647 2024-11-01T16:33:25.3436740Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (92.1%) bytes 50331648:58720255 2024-11-01T16:33:25.9908390Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (100.0%) bytes 58720256:63724384 2024-11-01T16:33:25.9988800Z Total size of all the files uploaded is 63724385 bytes 2024-11-01T16:33:25.9991410Z File upload process has finished. Finalizing the artifact upload 2024-11-01T16:33:26.0153390Z Artifact has been finalized. All files have been successfully uploaded! 2024-11-01T16:33:26.0157450Z 2024-11-01T16:33:26.0160280Z The raw size of all the files that were specified for upload is 63724385 bytes 2024-11-01T16:33:26.0186140Z The size of all the files that were uploaded is 63724385 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-11-01T16:33:26.0188830Z 2024-11-01T16:33:26.0192650Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2024-11-01T16:33:26.0197730Z 2024-11-01T16:33:26.0200350Z Artifact macos-py3-arm64 has been successfully uploaded! 2024-11-01T16:33:26.0434130Z ##[group]Run actions/upload-artifact@v3 2024-11-01T16:33:26.0434790Z with: 2024-11-01T16:33:26.0435460Z name: sccache-stats-macos-py3-arm64-runattempt1-32395777968 2024-11-01T16:33:26.0436340Z retention-days: 14 2024-11-01T16:33:26.0436860Z if-no-files-found: warn 2024-11-01T16:33:26.0437440Z path: sccache-stats-*.json 2024-11-01T16:33:26.0438060Z include-hidden-files: false 2024-11-01T16:33:26.0438610Z env: 2024-11-01T16:33:26.0439050Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:33:26.0439670Z SCCACHE_USE_GHA: false 2024-11-01T16:33:26.0441800Z 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-11-01T16:33:26.0444380Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:33:26.0445510Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.0446800Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.0448780Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:33:26.0451410Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.0453120Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:33:26.0454150Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.0455170Z ##[endgroup] 2024-11-01T16:33:26.1342360Z With the provided path, there will be 1 file uploaded 2024-11-01T16:33:26.1344690Z Starting artifact upload 2024-11-01T16:33:26.1345700Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2024-11-01T16:33:26.1346610Z Artifact name is valid! 2024-11-01T16:33:26.2086240Z Container for artifact "sccache-stats-macos-py3-arm64-runattempt1-32395777968" successfully created. Starting upload of file(s) 2024-11-01T16:33:26.2660170Z Total size of all the files uploaded is 350 bytes 2024-11-01T16:33:26.2660930Z File upload process has finished. Finalizing the artifact upload 2024-11-01T16:33:26.2814670Z Artifact has been finalized. All files have been successfully uploaded! 2024-11-01T16:33:26.2815320Z 2024-11-01T16:33:26.2815760Z The raw size of all the files that were specified for upload is 902 bytes 2024-11-01T16:33:26.2817460Z The size of all the files that were uploaded is 350 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-11-01T16:33:26.2818670Z 2024-11-01T16:33:26.2820110Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2024-11-01T16:33:26.2821820Z 2024-11-01T16:33:26.2822670Z Artifact sccache-stats-macos-py3-arm64-runattempt1-32395777968 has been successfully uploaded! 2024-11-01T16:33:26.2994360Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2024-11-01T16:33:26.2994940Z with: 2024-11-01T16:33:26.2995260Z minimum-available-space-in-gb: 6 2024-11-01T16:33:26.2995640Z env: 2024-11-01T16:33:26.2995900Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:33:26.2996290Z SCCACHE_USE_GHA: false 2024-11-01T16:33:26.2997650Z 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-11-01T16:33:26.2999220Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:33:26.2999950Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3000750Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3002050Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:33:26.3003760Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3004810Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:33:26.3005420Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3015220Z ##[endgroup] 2024-11-01T16:33:26.3033890Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-11-01T16:33:26.3034630Z echo "Print the available disk space for manual inspection" 2024-11-01T16:33:26.3035110Z df -h 2024-11-01T16:33:26.3035350Z  2024-11-01T16:33:26.3035600Z function check_disk_space() { 2024-11-01T16:33:26.3035950Z  set +e 2024-11-01T16:33:26.3036200Z  2024-11-01T16:33:26.3036510Z  # Set the minimum requirement space to 6GB 2024-11-01T16:33:26.3037160Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-11-01T16:33:26.3037710Z  2024-11-01T16:33:26.3038050Z  # Use KB to avoid floating point warning like 3.1GB 2024-11-01T16:33:26.3038650Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-11-01T16:33:26.3039100Z  do 2024-11-01T16:33:26.3039400Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-11-01T16:33:26.3039850Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-11-01T16:33:26.3040220Z  2024-11-01T16:33:26.3040470Z  if [ "${MOUNT}" = "/" ]; then 2024-11-01T16:33:26.3040990Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-11-01T16:33:26.3042130Z  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-11-01T16:33:26.3043090Z  else 2024-11-01T16:33:26.3043660Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-11-01T16:33:26.3044290Z  fi 2024-11-01T16:33:26.3044530Z  fi 2024-11-01T16:33:26.3044760Z  done 2024-11-01T16:33:26.3045000Z  2024-11-01T16:33:26.3045210Z  set -e 2024-11-01T16:33:26.3045450Z } 2024-11-01T16:33:26.3045670Z  2024-11-01T16:33:26.3045910Z RESULT=$(check_disk_space) 2024-11-01T16:33:26.3046260Z echo "${RESULT}" 2024-11-01T16:33:26.3046540Z  2024-11-01T16:33:26.3046910Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-11-01T16:33:26.3047960Z  # 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-11-01T16:33:26.3049060Z  # https://github.com/pytorch/pytorch/issues/85440 2024-11-01T16:33:26.3050090Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-11-01T16:33:26.3051150Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-11-01T16:33:26.3052070Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-11-01T16:33:26.3052540Z  2024-11-01T16:33:26.3052830Z  # Clean up crash reports on the runner 2024-11-01T16:33:26.3053450Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-11-01T16:33:26.3054000Z  2024-11-01T16:33:26.3054340Z  # Also try to clean up torch.hub caching directory 2024-11-01T16:33:26.3054870Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-11-01T16:33:26.3055250Z  2024-11-01T16:33:26.3055480Z  # Purge conda 2024-11-01T16:33:26.3055800Z  conda clean -p -t -y || true 2024-11-01T16:33:26.3056170Z  # and pip cache 2024-11-01T16:33:26.3056480Z  pip cache purge || true 2024-11-01T16:33:26.3056810Z  2024-11-01T16:33:26.3057220Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-11-01T16:33:26.3057760Z  # Re-run the check 2024-11-01T16:33:26.3058090Z  RESULT=$(check_disk_space) 2024-11-01T16:33:26.3058470Z  echo "${RESULT}" 2024-11-01T16:33:26.3058770Z fi 2024-11-01T16:33:26.3059080Z  2024-11-01T16:33:26.3069190Z if [[ "${RESULT}" == *Failure* ]]; then 2024-11-01T16:33:26.3069580Z  df -h 2024-11-01T16:33:26.3069820Z  2024-11-01T16:33:26.3070690Z  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-11-01T16:33:26.3071650Z  exit 1 2024-11-01T16:33:26.3071890Z fi 2024-11-01T16:33:26.3098290Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:33:26.3098700Z env: 2024-11-01T16:33:26.3098950Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-11-01T16:33:26.3099300Z SCCACHE_USE_GHA: false 2024-11-01T16:33:26.3100520Z 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-11-01T16:33:26.3101900Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-11-01T16:33:26.3102570Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3103280Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3104410Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 --no-capture-output 2024-11-01T16:33:26.3105920Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3106850Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:33:26.3107370Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_11632515612 2024-11-01T16:33:26.3107940Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-11-01T16:33:26.3108260Z ##[endgroup] 2024-11-01T16:33:26.3507640Z Print the available disk space for manual inspection 2024-11-01T16:33:26.3540530Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-11-01T16:33:26.3541060Z /dev/disk5s2s1 256Gi 9.5Gi 174Gi 6% 404k 1.8G 0% / 2024-11-01T16:33:26.3541530Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-11-01T16:33:26.3542030Z /dev/disk5s5 256Gi 2.0Gi 174Gi 2% 2 1.8G 0% /System/Volumes/VM 2024-11-01T16:33:26.3542760Z /dev/disk5s3 256Gi 5.7Gi 174Gi 4% 1.0k 1.8G 0% /System/Volumes/Preboot 2024-11-01T16:33:26.3543550Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-11-01T16:33:26.3544130Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2024-11-01T16:33:26.3544690Z /dev/disk1s3 500Mi 628Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-11-01T16:33:26.3545220Z /dev/disk5s1 256Gi 64Gi 174Gi 27% 7.6M 1.8G 0% /System/Volumes/Data 2024-11-01T16:33:26.3546190Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-11-01T16:33:26.3546860Z /dev/disk3s4 228Gi 120Ki 211Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-ok1iKW 2024-11-01T16:33:26.3939120Z Success: There is 182375780KB free space left in / for macOS, continue 2024-11-01T16:33:26.4070700Z Post job cleanup. 2024-11-01T16:33:26.9783780Z Post job cleanup. 2024-11-01T16:33:27.1271060Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9.12--20241101d-df4fea1f0320691e2ceb8626578a181fee2e2aab8244c248a366f57a0ba49f19-4fffeb57543c5c51f497d1633cbd47850ddaf046ba0ee46ebeacd9840b45220e, not saving cache. 2024-11-01T16:33:27.1328370Z Post job cleanup. 2024-11-01T16:33:27.2329860Z Cache hit occurred on the primary key miniconda-24.7.1-0-macOS-ARM64-3.9.12--20241101d, not saving cache. 2024-11-01T16:33:27.2442600Z Post job cleanup. 2024-11-01T16:33:27.2495110Z Post job cleanup. 2024-11-01T16:33:27.3421430Z [command]/usr/bin/git version 2024-11-01T16:33:27.3501320Z git version 2.39.3 (Apple Git-146) 2024-11-01T16:33:27.3522930Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/7a7067f3-8fd4-4bf5-a1bf-be925ff7d67c' before making global git config changes 2024-11-01T16:33:27.3523760Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:33:27.3525730Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-11-01T16:33:27.3597460Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:33:27.3661970Z [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-11-01T16:33:27.4541620Z Entering 'android/libs/fbjni' 2024-11-01T16:33:27.4656300Z Entering 'third_party/FP16' 2024-11-01T16:33:27.4770450Z Entering 'third_party/FXdiv' 2024-11-01T16:33:27.4876490Z Entering 'third_party/NNPACK' 2024-11-01T16:33:27.5002460Z Entering 'third_party/NVTX' 2024-11-01T16:33:27.5110560Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:33:27.5212940Z Entering 'third_party/XNNPACK' 2024-11-01T16:33:27.5437540Z Entering 'third_party/benchmark' 2024-11-01T16:33:27.5544720Z Entering 'third_party/composable_kernel' 2024-11-01T16:33:27.5646370Z Entering 'third_party/cpp-httplib' 2024-11-01T16:33:27.5751780Z Entering 'third_party/cpuinfo' 2024-11-01T16:33:27.5873460Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:33:27.5975640Z Entering 'third_party/cutlass' 2024-11-01T16:33:27.6078200Z Entering 'third_party/eigen' 2024-11-01T16:33:27.6252090Z Entering 'third_party/fbgemm' 2024-11-01T16:33:27.6404650Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:33:27.6526700Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:33:27.6670780Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:33:27.6863090Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:33:27.6989000Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:33:27.7100510Z Entering 'third_party/flatbuffers' 2024-11-01T16:33:27.7200750Z Entering 'third_party/fmt' 2024-11-01T16:33:27.7307250Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:33:27.7419470Z Entering 'third_party/gloo' 2024-11-01T16:33:27.7520100Z Entering 'third_party/googletest' 2024-11-01T16:33:27.7631240Z Entering 'third_party/ideep' 2024-11-01T16:33:27.7745590Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:33:27.7937050Z Entering 'third_party/ittapi' 2024-11-01T16:33:27.8036660Z Entering 'third_party/kineto' 2024-11-01T16:33:27.8133450Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:33:27.8229870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:33:27.8329330Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:33:27.8427030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:33:27.8526950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:33:27.8623080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:33:27.8723520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:33:27.8823110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:33:27.8922590Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:33:27.9021240Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:33:27.9121280Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:33:27.9220050Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:33:27.9319130Z Entering 'third_party/mimalloc' 2024-11-01T16:33:27.9418160Z Entering 'third_party/nccl/nccl' 2024-11-01T16:33:27.9530370Z Entering 'third_party/nlohmann' 2024-11-01T16:33:27.9630680Z Entering 'third_party/onnx' 2024-11-01T16:33:27.9837040Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:33:27.9956390Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:33:28.0057100Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:33:28.0155940Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:33:28.0256100Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:33:28.0355090Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:33:28.0454620Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:33:28.0553870Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:33:28.0652320Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:33:28.0748840Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:33:28.0847150Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:33:28.0947090Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:33:28.1054830Z Entering 'third_party/pocketfft' 2024-11-01T16:33:28.1155470Z Entering 'third_party/protobuf' 2024-11-01T16:33:28.1315510Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:33:28.1468540Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:33:28.1607260Z Entering 'third_party/psimd' 2024-11-01T16:33:28.1738650Z Entering 'third_party/pthreadpool' 2024-11-01T16:33:28.1847390Z Entering 'third_party/pybind11' 2024-11-01T16:33:28.1958720Z Entering 'third_party/python-peachpy' 2024-11-01T16:33:28.2064450Z Entering 'third_party/sleef' 2024-11-01T16:33:28.2173700Z Entering 'third_party/tensorpipe' 2024-11-01T16:33:28.2310340Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:33:28.2445770Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:33:28.2586320Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:33:28.2712180Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:33:28.2835580Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:33:28.2964750Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:33:28.3018410Z http.https://github.com/.extraheader 2024-11-01T16:33:28.3025250Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:33:28.3085780Z [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-11-01T16:33:28.3566420Z Entering 'android/libs/fbjni' 2024-11-01T16:33:28.3636160Z http.https://github.com/.extraheader 2024-11-01T16:33:28.3702450Z Entering 'third_party/FP16' 2024-11-01T16:33:28.3768530Z http.https://github.com/.extraheader 2024-11-01T16:33:28.3832740Z Entering 'third_party/FXdiv' 2024-11-01T16:33:28.3896860Z http.https://github.com/.extraheader 2024-11-01T16:33:28.3964590Z Entering 'third_party/NNPACK' 2024-11-01T16:33:28.4026700Z http.https://github.com/.extraheader 2024-11-01T16:33:28.4089610Z Entering 'third_party/NVTX' 2024-11-01T16:33:28.4152060Z http.https://github.com/.extraheader 2024-11-01T16:33:28.4214770Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:33:28.4278870Z http.https://github.com/.extraheader 2024-11-01T16:33:28.4343480Z Entering 'third_party/XNNPACK' 2024-11-01T16:33:28.4408360Z http.https://github.com/.extraheader 2024-11-01T16:33:28.4480180Z Entering 'third_party/benchmark' 2024-11-01T16:33:28.4548420Z http.https://github.com/.extraheader 2024-11-01T16:33:28.4612550Z Entering 'third_party/composable_kernel' 2024-11-01T16:33:28.4676660Z http.https://github.com/.extraheader 2024-11-01T16:33:28.4742370Z Entering 'third_party/cpp-httplib' 2024-11-01T16:33:28.4808160Z http.https://github.com/.extraheader 2024-11-01T16:33:28.4917810Z Entering 'third_party/cpuinfo' 2024-11-01T16:33:28.4982420Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5046660Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:33:28.5110310Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5175140Z Entering 'third_party/cutlass' 2024-11-01T16:33:28.5239550Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5308340Z Entering 'third_party/eigen' 2024-11-01T16:33:28.5373120Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5439580Z Entering 'third_party/fbgemm' 2024-11-01T16:33:28.5504980Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5569970Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:33:28.5635070Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5700170Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:33:28.5765540Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5838550Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:33:28.5903100Z http.https://github.com/.extraheader 2024-11-01T16:33:28.5971230Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:33:28.6036490Z http.https://github.com/.extraheader 2024-11-01T16:33:28.6101370Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:33:28.6166140Z http.https://github.com/.extraheader 2024-11-01T16:33:28.6233100Z Entering 'third_party/flatbuffers' 2024-11-01T16:33:28.6298440Z http.https://github.com/.extraheader 2024-11-01T16:33:28.6369100Z Entering 'third_party/fmt' 2024-11-01T16:33:28.6434620Z http.https://github.com/.extraheader 2024-11-01T16:33:28.6499930Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:33:28.6564420Z http.https://github.com/.extraheader 2024-11-01T16:33:28.6634580Z Entering 'third_party/gloo' 2024-11-01T16:33:28.6701450Z http.https://github.com/.extraheader 2024-11-01T16:33:28.6767190Z Entering 'third_party/googletest' 2024-11-01T16:33:28.6833680Z http.https://github.com/.extraheader 2024-11-01T16:33:28.6898710Z Entering 'third_party/ideep' 2024-11-01T16:33:28.6963950Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7027250Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:33:28.7090830Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7158750Z Entering 'third_party/ittapi' 2024-11-01T16:33:28.7223970Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7287160Z Entering 'third_party/kineto' 2024-11-01T16:33:28.7350710Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7414020Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:33:28.7479010Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7552390Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:33:28.7617980Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7684640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:33:28.7751420Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7819250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:33:28.7885050Z http.https://github.com/.extraheader 2024-11-01T16:33:28.7955010Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:33:28.8020230Z http.https://github.com/.extraheader 2024-11-01T16:33:28.8085080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:33:28.8150820Z http.https://github.com/.extraheader 2024-11-01T16:33:28.8219510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:33:28.8284720Z http.https://github.com/.extraheader 2024-11-01T16:33:28.8351930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:33:28.8416430Z http.https://github.com/.extraheader 2024-11-01T16:33:28.8483350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:33:28.8547580Z http.https://github.com/.extraheader 2024-11-01T16:33:28.8614970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:33:28.8680990Z http.https://github.com/.extraheader 2024-11-01T16:33:28.8749580Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:33:28.8814370Z http.https://github.com/.extraheader 2024-11-01T16:33:28.8879970Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:33:28.8944840Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9013510Z Entering 'third_party/mimalloc' 2024-11-01T16:33:28.9079100Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9149560Z Entering 'third_party/nccl/nccl' 2024-11-01T16:33:28.9214380Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9281140Z Entering 'third_party/nlohmann' 2024-11-01T16:33:28.9345980Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9411450Z Entering 'third_party/onnx' 2024-11-01T16:33:28.9476530Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9552270Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:33:28.9618590Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9686760Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:33:28.9752350Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9818860Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:33:28.9883660Z http.https://github.com/.extraheader 2024-11-01T16:33:28.9949390Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:33:29.0013650Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0079840Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:33:29.0144540Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0210020Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:33:29.0274320Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0340950Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:33:29.0406620Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0472740Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:33:29.0538620Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0605010Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:33:29.0670030Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0734930Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:33:29.0799920Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0866980Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:33:29.0931580Z http.https://github.com/.extraheader 2024-11-01T16:33:29.0998500Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:33:29.1064230Z http.https://github.com/.extraheader 2024-11-01T16:33:29.1139050Z Entering 'third_party/pocketfft' 2024-11-01T16:33:29.1206110Z http.https://github.com/.extraheader 2024-11-01T16:33:29.1271650Z Entering 'third_party/protobuf' 2024-11-01T16:33:29.1337140Z http.https://github.com/.extraheader 2024-11-01T16:33:29.1401820Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:33:29.1466520Z http.https://github.com/.extraheader 2024-11-01T16:33:29.1531930Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:33:29.1596640Z http.https://github.com/.extraheader 2024-11-01T16:33:29.1665320Z Entering 'third_party/psimd' 2024-11-01T16:33:29.1733220Z http.https://github.com/.extraheader 2024-11-01T16:33:29.1799440Z Entering 'third_party/pthreadpool' 2024-11-01T16:33:29.1866850Z http.https://github.com/.extraheader 2024-11-01T16:33:29.1933540Z Entering 'third_party/pybind11' 2024-11-01T16:33:29.1999370Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2066560Z Entering 'third_party/python-peachpy' 2024-11-01T16:33:29.2133260Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2201720Z Entering 'third_party/sleef' 2024-11-01T16:33:29.2267120Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2334140Z Entering 'third_party/tensorpipe' 2024-11-01T16:33:29.2400140Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2464390Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:33:29.2529670Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2595530Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:33:29.2661580Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2727810Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:33:29.2792510Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2859670Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:33:29.2926420Z http.https://github.com/.extraheader 2024-11-01T16:33:29.2992550Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:33:29.3058600Z http.https://github.com/.extraheader 2024-11-01T16:33:29.3188960Z A job completed hook has been configured by the self-hosted runner administrator 2024-11-01T16:33:29.3258930Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2024-11-01T16:33:29.3274650Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:33:29.3274950Z ##[endgroup] 2024-11-01T16:33:29.3736960Z + df -h 2024-11-01T16:33:29.3746480Z + Checking if runner needs to be terminated...ok 2024-11-01T16:33:29.3746850Z + Outputting disk space 2024-11-01T16:33:29.3748250Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-11-01T16:33:29.3748850Z /dev/disk5s2s1 256Gi 9.5Gi 174Gi 6% 404k 1.8G 0% / 2024-11-01T16:33:29.3749340Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-11-01T16:33:29.3749880Z /dev/disk5s5 256Gi 2.0Gi 174Gi 2% 2 1.8G 0% /System/Volumes/VM 2024-11-01T16:33:29.3750510Z /dev/disk5s3 256Gi 5.7Gi 174Gi 4% 1.0k 1.8G 0% /System/Volumes/Preboot 2024-11-01T16:33:29.3751080Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-11-01T16:33:29.3751690Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2024-11-01T16:33:29.3752300Z /dev/disk1s3 500Mi 628Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-11-01T16:33:29.3752870Z /dev/disk5s1 256Gi 64Gi 174Gi 27% 7.6M 1.8G 0% /System/Volumes/Data 2024-11-01T16:33:29.3753560Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-11-01T16:33:29.3754340Z /dev/disk3s4 228Gi 120Ki 211Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-ok1iKW 2024-11-01T16:33:29.3754830Z + Cleaning up old logs (Keep the latest 100) 2024-11-01T16:33:29.3757100Z + ls -t /var/log/post_job 2024-11-01T16:33:29.3759420Z + awk 'NR>100' 2024-11-01T16:33:29.3760170Z + xargs rm -fv 2024-11-01T16:33:29.7409740Z + Restoring SSH key to be the skeleton key 2024-11-01T16:33:29.7549790Z Evaluate and set job outputs 2024-11-01T16:33:29.7556180Z Set output 'build-outcome' 2024-11-01T16:33:29.7557310Z Set output 'test-matrix' 2024-11-01T16:33:29.7557820Z Cleaning up orphan processes 2024-11-01T16:33:30.0127600Z Terminate orphan process: pid (33607) (sccache)